prostgles-server 4.2.182 → 4.2.183

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 (5693) hide show
  1. package/dist/Auth/AuthTypes.d.ts +47 -45
  2. package/dist/Auth/AuthTypes.d.ts.map +1 -1
  3. package/dist/DboBuilder/DboBuilder.d.ts.map +1 -1
  4. package/dist/DboBuilder/DboBuilder.js +22 -21
  5. package/dist/DboBuilder/DboBuilder.js.map +1 -1
  6. package/dist/DboBuilder/TableHandler/insertTest.d.ts.map +1 -1
  7. package/dist/DboBuilder/TableHandler/insertTest.js +24 -8
  8. package/dist/DboBuilder/TableHandler/insertTest.js.map +1 -1
  9. package/dist/DboBuilder/ViewHandler/ViewHandler.d.ts +0 -1
  10. package/dist/DboBuilder/ViewHandler/ViewHandler.d.ts.map +1 -1
  11. package/dist/DboBuilder/dboBuilderUtils.d.ts +1 -1
  12. package/dist/DboBuilder/dboBuilderUtils.d.ts.map +1 -1
  13. package/dist/DboBuilder/dboBuilderUtils.js +35 -19
  14. package/dist/DboBuilder/dboBuilderUtils.js.map +1 -1
  15. package/dist/DboBuilder/getColumns.d.ts +0 -1
  16. package/dist/DboBuilder/getColumns.d.ts.map +1 -1
  17. package/dist/DboBuilder/getColumns.js.map +1 -1
  18. package/dist/DboBuilder/getTablesForSchemaPostgresSQL.d.ts +2 -2
  19. package/dist/DboBuilder/getTablesForSchemaPostgresSQL.d.ts.map +1 -1
  20. package/dist/DboBuilder/getTablesForSchemaPostgresSQL.js +55 -38
  21. package/dist/DboBuilder/getTablesForSchemaPostgresSQL.js.map +1 -1
  22. package/dist/FileManager/FileManager.d.ts +20 -19
  23. package/dist/FileManager/FileManager.d.ts.map +1 -1
  24. package/dist/FileManager/FileManager.js +13 -8
  25. package/dist/FileManager/FileManager.js.map +1 -1
  26. package/dist/FileManager/initFileManager.d.ts.map +1 -1
  27. package/dist/FileManager/initFileManager.js +14 -5
  28. package/dist/FileManager/initFileManager.js.map +1 -1
  29. package/dist/Prostgles.d.ts.map +1 -1
  30. package/dist/Prostgles.js +2 -5
  31. package/dist/Prostgles.js.map +1 -1
  32. package/dist/ProstglesTypes.d.ts +143 -81
  33. package/dist/ProstglesTypes.d.ts.map +1 -1
  34. package/dist/ProstglesTypes.js.map +1 -1
  35. package/dist/PubSubManager/PubSubManager.d.ts +3 -8
  36. package/dist/PubSubManager/PubSubManager.d.ts.map +1 -1
  37. package/dist/PubSubManager/PubSubManager.js +46 -44
  38. package/dist/PubSubManager/PubSubManager.js.map +1 -1
  39. package/dist/PublishParser/publishTypesAndUtils.d.ts +2 -2
  40. package/dist/PublishParser/publishTypesAndUtils.d.ts.map +1 -1
  41. package/dist/PublishParser/publishTypesAndUtils.js +51 -14
  42. package/dist/PublishParser/publishTypesAndUtils.js.map +1 -1
  43. package/dist/RestApi.d.ts +6 -0
  44. package/dist/RestApi.d.ts.map +1 -1
  45. package/dist/RestApi.js +30 -7
  46. package/dist/RestApi.js.map +1 -1
  47. package/dist/initProstgles.d.ts +1 -1
  48. package/dist/initProstgles.d.ts.map +1 -1
  49. package/examples/full-example-typescript/DBoGenerated.ts +1 -67
  50. package/examples/full-example-typescript/index.ts +8 -6
  51. package/examples/full-example-typescript/node_modules/.package-lock.json +3122 -0
  52. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +118 -0
  53. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
  54. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
  55. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/constants.d.ts +10 -0
  56. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/constants.js +43 -0
  57. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +1 -0
  58. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.d.ts +8 -0
  59. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +30 -0
  60. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +1 -0
  61. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +2 -0
  62. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/index.js +8 -0
  63. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +1 -0
  64. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.d.ts +2 -0
  65. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js +11 -0
  66. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +1 -0
  67. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.d.ts +10 -0
  68. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js +56 -0
  69. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +1 -0
  70. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +10 -0
  71. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +40 -0
  72. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +1 -0
  73. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +8 -0
  74. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +27 -0
  75. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +1 -0
  76. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +2 -0
  77. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/index.js +3 -0
  78. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +1 -0
  79. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.d.ts +2 -0
  80. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +7 -0
  81. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +1 -0
  82. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +10 -0
  83. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +53 -0
  84. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +1 -0
  85. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  86. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
  87. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  88. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  89. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  90. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  91. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
  92. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  93. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
  94. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  95. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  96. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  97. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  98. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
  99. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +201 -0
  100. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +4 -0
  101. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
  102. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
  103. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  104. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
  105. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
  106. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
  107. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  108. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  109. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  110. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  111. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  112. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  113. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  114. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  115. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  116. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  117. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  118. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  119. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  120. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  121. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  122. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  123. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  124. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  125. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +66 -0
  126. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
  127. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
  128. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +30 -0
  129. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/index.ts +2 -0
  130. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
  131. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
  132. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/tsconfig.json +10 -0
  133. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +7 -0
  134. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +106 -0
  135. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
  136. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/README.md +29 -0
  137. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.d.ts +17 -0
  138. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js +124 -0
  139. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +1 -0
  140. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/constants.d.ts +20 -0
  141. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/constants.js +98 -0
  142. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +1 -0
  143. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/index.d.ts +1 -0
  144. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/index.js +5 -0
  145. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +1 -0
  146. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.d.ts +12 -0
  147. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js +85 -0
  148. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +1 -0
  149. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.d.ts +5 -0
  150. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js +322 -0
  151. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +1 -0
  152. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +17 -0
  153. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +121 -0
  154. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +1 -0
  155. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +20 -0
  156. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/constants.js +95 -0
  157. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +1 -0
  158. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +1 -0
  159. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/index.js +2 -0
  160. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +1 -0
  161. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +12 -0
  162. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +82 -0
  163. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +1 -0
  164. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +5 -0
  165. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +319 -0
  166. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +1 -0
  167. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/package.json +32 -0
  168. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
  169. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
  170. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
  171. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
  172. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
  173. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/tsconfig.json +10 -0
  174. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +7 -0
  175. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +66 -0
  176. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
  177. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
  178. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/index.d.ts +1 -0
  179. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +5 -0
  180. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +1 -0
  181. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.d.ts +4 -0
  182. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +69 -0
  183. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +1 -0
  184. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +1 -0
  185. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +2 -0
  186. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +1 -0
  187. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +4 -0
  188. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +62 -0
  189. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +1 -0
  190. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/package.json +28 -0
  191. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
  192. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
  193. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +10 -0
  194. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +7 -0
  195. package/examples/full-example-typescript/node_modules/@aws-crypto/util/CHANGELOG.md +71 -0
  196. package/examples/full-example-typescript/node_modules/@aws-crypto/util/LICENSE +201 -0
  197. package/examples/full-example-typescript/node_modules/@aws-crypto/util/README.md +16 -0
  198. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/convertToBuffer.d.ts +2 -0
  199. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +24 -0
  200. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +1 -0
  201. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/index.d.ts +4 -0
  202. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/index.js +14 -0
  203. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/index.js.map +1 -0
  204. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +2 -0
  205. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/isEmptyData.js +13 -0
  206. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +1 -0
  207. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/numToUint8.d.ts +1 -0
  208. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/numToUint8.js +15 -0
  209. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +1 -0
  210. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.d.ts +1 -0
  211. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js +20 -0
  212. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +1 -0
  213. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +2 -0
  214. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +20 -0
  215. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +1 -0
  216. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/index.d.ts +4 -0
  217. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/index.js +7 -0
  218. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/index.js.map +1 -0
  219. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +2 -0
  220. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/isEmptyData.js +9 -0
  221. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +1 -0
  222. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +1 -0
  223. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/numToUint8.js +11 -0
  224. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +1 -0
  225. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +1 -0
  226. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +16 -0
  227. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +1 -0
  228. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  229. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +10 -0
  230. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  231. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  232. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  233. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  234. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
  235. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  236. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +10 -0
  237. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  238. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  239. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  240. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  241. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
  242. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +201 -0
  243. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +4 -0
  244. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
  245. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
  246. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  247. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
  248. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
  249. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
  250. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  251. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  252. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  253. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  254. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  255. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  256. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  257. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  258. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  259. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  260. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  261. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  262. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  263. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  264. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  265. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  266. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  267. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  268. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
  269. package/examples/full-example-typescript/node_modules/@aws-crypto/util/package.json +32 -0
  270. package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
  271. package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/index.ts +7 -0
  272. package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
  273. package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
  274. package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
  275. package/examples/full-example-typescript/node_modules/@aws-crypto/util/tsconfig.json +9 -0
  276. package/examples/full-example-typescript/node_modules/@aws-crypto/util/tsconfig.module.json +7 -0
  277. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/LICENSE +201 -0
  278. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/README.md +807 -0
  279. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  280. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/endpoint/endpointResolver.js +18 -0
  281. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/endpoint/ruleset.js +7 -0
  282. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/index.js +7578 -0
  283. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.browser.js +39 -0
  284. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.js +50 -0
  285. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.native.js +15 -0
  286. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.shared.js +34 -0
  287. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/SES.js +149 -0
  288. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/SESClient.js +46 -0
  289. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  290. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  291. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CloneReceiptRuleSetCommand.js +22 -0
  292. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateConfigurationSetCommand.js +22 -0
  293. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +22 -0
  294. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +22 -0
  295. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +22 -0
  296. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateReceiptFilterCommand.js +22 -0
  297. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateReceiptRuleCommand.js +22 -0
  298. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateReceiptRuleSetCommand.js +22 -0
  299. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateTemplateCommand.js +22 -0
  300. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteConfigurationSetCommand.js +22 -0
  301. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +22 -0
  302. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +22 -0
  303. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +22 -0
  304. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteIdentityCommand.js +22 -0
  305. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteIdentityPolicyCommand.js +22 -0
  306. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteReceiptFilterCommand.js +22 -0
  307. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteReceiptRuleCommand.js +22 -0
  308. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteReceiptRuleSetCommand.js +22 -0
  309. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteTemplateCommand.js +22 -0
  310. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +22 -0
  311. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +22 -0
  312. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DescribeConfigurationSetCommand.js +22 -0
  313. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DescribeReceiptRuleCommand.js +22 -0
  314. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DescribeReceiptRuleSetCommand.js +22 -0
  315. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetAccountSendingEnabledCommand.js +22 -0
  316. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +22 -0
  317. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityDkimAttributesCommand.js +22 -0
  318. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +22 -0
  319. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityNotificationAttributesCommand.js +22 -0
  320. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityPoliciesCommand.js +22 -0
  321. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityVerificationAttributesCommand.js +22 -0
  322. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetSendQuotaCommand.js +22 -0
  323. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetSendStatisticsCommand.js +22 -0
  324. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetTemplateCommand.js +22 -0
  325. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListConfigurationSetsCommand.js +22 -0
  326. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +22 -0
  327. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListIdentitiesCommand.js +22 -0
  328. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListIdentityPoliciesCommand.js +22 -0
  329. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListReceiptFiltersCommand.js +22 -0
  330. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListReceiptRuleSetsCommand.js +22 -0
  331. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListTemplatesCommand.js +22 -0
  332. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListVerifiedEmailAddressesCommand.js +22 -0
  333. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +22 -0
  334. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/PutIdentityPolicyCommand.js +22 -0
  335. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ReorderReceiptRuleSetCommand.js +22 -0
  336. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendBounceCommand.js +22 -0
  337. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendBulkTemplatedEmailCommand.js +22 -0
  338. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendCustomVerificationEmailCommand.js +22 -0
  339. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendEmailCommand.js +22 -0
  340. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendRawEmailCommand.js +22 -0
  341. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendTemplatedEmailCommand.js +22 -0
  342. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetActiveReceiptRuleSetCommand.js +22 -0
  343. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityDkimEnabledCommand.js +22 -0
  344. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +22 -0
  345. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +22 -0
  346. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityMailFromDomainCommand.js +22 -0
  347. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityNotificationTopicCommand.js +22 -0
  348. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetReceiptRulePositionCommand.js +22 -0
  349. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/TestRenderTemplateCommand.js +22 -0
  350. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateAccountSendingEnabledCommand.js +22 -0
  351. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +22 -0
  352. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +22 -0
  353. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +22 -0
  354. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +22 -0
  355. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +22 -0
  356. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateReceiptRuleCommand.js +22 -0
  357. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateTemplateCommand.js +22 -0
  358. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/VerifyDomainDkimCommand.js +22 -0
  359. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/VerifyDomainIdentityCommand.js +22 -0
  360. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/VerifyEmailAddressCommand.js +22 -0
  361. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/VerifyEmailIdentityCommand.js +22 -0
  362. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/index.js +71 -0
  363. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/endpoint/EndpointParameters.js +14 -0
  364. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/endpoint/endpointResolver.js +14 -0
  365. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/endpoint/ruleset.js +4 -0
  366. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/extensionConfiguration.js +1 -0
  367. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/index.js +7 -0
  368. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/models/SESServiceException.js +8 -0
  369. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/models/index.js +1 -0
  370. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/models/models_0.js +535 -0
  371. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/pagination/Interfaces.js +1 -0
  372. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +4 -0
  373. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/pagination/ListIdentitiesPaginator.js +4 -0
  374. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/pagination/index.js +3 -0
  375. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/protocols/Aws_query.js +5325 -0
  376. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.browser.js +34 -0
  377. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.js +45 -0
  378. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.native.js +11 -0
  379. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.shared.js +30 -0
  380. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeExtensions.js +21 -0
  381. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/waiters/index.js +1 -0
  382. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/waiters/waitForIdentityExists.js +38 -0
  383. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts +553 -0
  384. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts +273 -0
  385. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  386. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  387. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +97 -0
  388. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.d.ts +88 -0
  389. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +125 -0
  390. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +96 -0
  391. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +94 -0
  392. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.d.ts +103 -0
  393. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.d.ts +183 -0
  394. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +90 -0
  395. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.d.ts +89 -0
  396. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.d.ts +75 -0
  397. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +80 -0
  398. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +84 -0
  399. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +73 -0
  400. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.d.ts +82 -0
  401. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +93 -0
  402. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.d.ts +83 -0
  403. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.d.ts +88 -0
  404. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +90 -0
  405. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.d.ts +70 -0
  406. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +81 -0
  407. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +162 -0
  408. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.d.ts +118 -0
  409. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.d.ts +162 -0
  410. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +169 -0
  411. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +84 -0
  412. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +85 -0
  413. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +137 -0
  414. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +106 -0
  415. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +116 -0
  416. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.d.ts +108 -0
  417. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +116 -0
  418. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.d.ts +88 -0
  419. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.d.ts +116 -0
  420. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.d.ts +82 -0
  421. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.d.ts +87 -0
  422. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +86 -0
  423. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts +109 -0
  424. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.d.ts +102 -0
  425. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.d.ts +103 -0
  426. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +105 -0
  427. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.d.ts +80 -0
  428. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +89 -0
  429. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +78 -0
  430. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.d.ts +98 -0
  431. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +100 -0
  432. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.d.ts +118 -0
  433. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +182 -0
  434. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +99 -0
  435. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.d.ts +220 -0
  436. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.d.ts +231 -0
  437. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.d.ts +171 -0
  438. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +90 -0
  439. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +95 -0
  440. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +92 -0
  441. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +89 -0
  442. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +92 -0
  443. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +92 -0
  444. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.d.ts +93 -0
  445. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.d.ts +87 -0
  446. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +85 -0
  447. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +121 -0
  448. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +89 -0
  449. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +90 -0
  450. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +95 -0
  451. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +89 -0
  452. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.d.ts +178 -0
  453. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.d.ts +85 -0
  454. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.d.ts +131 -0
  455. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.d.ts +92 -0
  456. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.d.ts +81 -0
  457. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.d.ts +83 -0
  458. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts +71 -0
  459. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/endpoint/EndpointParameters.d.ts +40 -0
  460. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/endpoint/endpointResolver.d.ts +5 -0
  461. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/endpoint/ruleset.d.ts +2 -0
  462. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/extensionConfiguration.d.ts +9 -0
  463. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts +48 -0
  464. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/models/SESServiceException.d.ts +14 -0
  465. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/models/index.d.ts +1 -0
  466. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts +4660 -0
  467. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/pagination/Interfaces.d.ts +8 -0
  468. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +7 -0
  469. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListIdentitiesPaginator.d.ts +7 -0
  470. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/pagination/index.d.ts +3 -0
  471. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/protocols/Aws_query.d.ts +641 -0
  472. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.browser.d.ts +48 -0
  473. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.d.ts +48 -0
  474. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.native.d.ts +47 -0
  475. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.shared.d.ts +21 -0
  476. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeExtensions.d.ts +17 -0
  477. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/SES.d.ts +1339 -0
  478. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/SESClient.d.ts +541 -0
  479. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  480. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
  481. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +51 -0
  482. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +51 -0
  483. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +51 -0
  484. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +51 -0
  485. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +47 -0
  486. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +51 -0
  487. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +51 -0
  488. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +51 -0
  489. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +50 -0
  490. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +51 -0
  491. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +51 -0
  492. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +51 -0
  493. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +47 -0
  494. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +50 -0
  495. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +51 -0
  496. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +51 -0
  497. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +51 -0
  498. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +51 -0
  499. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +50 -0
  500. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +47 -0
  501. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +51 -0
  502. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +51 -0
  503. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +51 -0
  504. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +51 -0
  505. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +47 -0
  506. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +51 -0
  507. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +51 -0
  508. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +51 -0
  509. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +51 -0
  510. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +51 -0
  511. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +51 -0
  512. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +47 -0
  513. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +47 -0
  514. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +47 -0
  515. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +51 -0
  516. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +51 -0
  517. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +50 -0
  518. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +51 -0
  519. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +51 -0
  520. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +51 -0
  521. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +50 -0
  522. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +47 -0
  523. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +51 -0
  524. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +51 -0
  525. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +51 -0
  526. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendBounceCommand.d.ts +47 -0
  527. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +51 -0
  528. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +51 -0
  529. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendEmailCommand.d.ts +47 -0
  530. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +47 -0
  531. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +51 -0
  532. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +51 -0
  533. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +51 -0
  534. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +51 -0
  535. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +51 -0
  536. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +51 -0
  537. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +51 -0
  538. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +51 -0
  539. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +51 -0
  540. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +47 -0
  541. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +51 -0
  542. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +47 -0
  543. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +47 -0
  544. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +51 -0
  545. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +47 -0
  546. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +51 -0
  547. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +50 -0
  548. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +50 -0
  549. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +51 -0
  550. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +46 -0
  551. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +51 -0
  552. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/index.d.ts +71 -0
  553. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  554. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  555. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  556. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  557. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/index.d.ts +10 -0
  558. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/SESServiceException.d.ts +9 -0
  559. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/index.d.ts +1 -0
  560. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/models_0.d.ts +1100 -0
  561. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
  562. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -0
  563. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/pagination/ListIdentitiesPaginator.d.ts +11 -0
  564. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/pagination/index.d.ts +3 -0
  565. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/protocols/Aws_query.d.ts +857 -0
  566. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
  567. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.d.ts +94 -0
  568. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.native.d.ts +87 -0
  569. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
  570. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  571. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/waiters/index.d.ts +1 -0
  572. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +11 -0
  573. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/waiters/index.d.ts +1 -0
  574. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/waiters/waitForIdentityExists.d.ts +14 -0
  575. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/package.json +102 -0
  576. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
  577. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/README.md +252 -0
  578. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +68 -0
  579. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +18 -0
  580. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +7 -0
  581. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +611 -0
  582. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +38 -0
  583. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +48 -0
  584. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +15 -0
  585. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +40 -0
  586. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +15 -0
  587. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +46 -0
  588. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  589. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +62 -0
  590. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +23 -0
  591. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +23 -0
  592. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +23 -0
  593. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +23 -0
  594. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +4 -0
  595. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +14 -0
  596. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +14 -0
  597. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +4 -0
  598. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js +1 -0
  599. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/index.js +6 -0
  600. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +8 -0
  601. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +1 -0
  602. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +75 -0
  603. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +1 -0
  604. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +4 -0
  605. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +4 -0
  606. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +3 -0
  607. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +210 -0
  608. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +33 -0
  609. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +43 -0
  610. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +11 -0
  611. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +36 -0
  612. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +21 -0
  613. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +53 -0
  614. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +182 -0
  615. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  616. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  617. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +94 -0
  618. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +95 -0
  619. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +97 -0
  620. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +94 -0
  621. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +4 -0
  622. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +40 -0
  623. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +5 -0
  624. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +2 -0
  625. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +9 -0
  626. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +29 -0
  627. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +14 -0
  628. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +1 -0
  629. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +266 -0
  630. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +8 -0
  631. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +7 -0
  632. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +7 -0
  633. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +3 -0
  634. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +38 -0
  635. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +55 -0
  636. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +55 -0
  637. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +54 -0
  638. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +32 -0
  639. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -0
  640. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +73 -0
  641. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +137 -0
  642. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  643. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
  644. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +51 -0
  645. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +50 -0
  646. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +47 -0
  647. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +41 -0
  648. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +4 -0
  649. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  650. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  651. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  652. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  653. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +9 -0
  654. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +9 -0
  655. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +1 -0
  656. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +93 -0
  657. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
  658. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +11 -0
  659. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -0
  660. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +3 -0
  661. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
  662. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +115 -0
  663. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +112 -0
  664. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +109 -0
  665. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
  666. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  667. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/package.json +98 -0
  668. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
  669. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/README.md +274 -0
  670. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +64 -0
  671. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +18 -0
  672. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +7 -0
  673. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +1052 -0
  674. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +39 -0
  675. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +50 -0
  676. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +15 -0
  677. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +40 -0
  678. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +15 -0
  679. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +46 -0
  680. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  681. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +58 -0
  682. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +23 -0
  683. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +23 -0
  684. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +23 -0
  685. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +23 -0
  686. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +4 -0
  687. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +14 -0
  688. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +14 -0
  689. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +4 -0
  690. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js +1 -0
  691. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +5 -0
  692. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +8 -0
  693. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +1 -0
  694. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +233 -0
  695. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +427 -0
  696. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +34 -0
  697. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +45 -0
  698. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +11 -0
  699. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +36 -0
  700. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +21 -0
  701. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +75 -0
  702. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +210 -0
  703. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  704. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  705. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +175 -0
  706. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +257 -0
  707. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +143 -0
  708. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +123 -0
  709. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +4 -0
  710. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +40 -0
  711. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +5 -0
  712. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +2 -0
  713. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +9 -0
  714. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +50 -0
  715. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +14 -0
  716. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +1 -0
  717. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +795 -0
  718. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +38 -0
  719. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +56 -0
  720. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +56 -0
  721. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +55 -0
  722. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +32 -0
  723. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +17 -0
  724. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +73 -0
  725. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +142 -0
  726. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  727. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  728. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +47 -0
  729. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +51 -0
  730. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +50 -0
  731. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +51 -0
  732. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +4 -0
  733. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  734. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  735. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  736. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  737. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +8 -0
  738. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +9 -0
  739. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +1 -0
  740. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +216 -0
  741. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
  742. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +118 -0
  743. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +119 -0
  744. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +112 -0
  745. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
  746. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  747. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/package.json +102 -0
  748. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
  749. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/README.md +281 -0
  750. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +50 -0
  751. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
  752. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +67 -0
  753. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +20 -0
  754. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +18 -0
  755. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +7 -0
  756. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +1535 -0
  757. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +39 -0
  758. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +64 -0
  759. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +15 -0
  760. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +40 -0
  761. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +25 -0
  762. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/STS.js +25 -0
  763. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +46 -0
  764. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  765. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +60 -0
  766. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +23 -0
  767. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +23 -0
  768. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +23 -0
  769. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
  770. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +22 -0
  771. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +22 -0
  772. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +22 -0
  773. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +23 -0
  774. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +23 -0
  775. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +9 -0
  776. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +22 -0
  777. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +93 -0
  778. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +16 -0
  779. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +14 -0
  780. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +4 -0
  781. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +1 -0
  782. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/index.js +6 -0
  783. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +8 -0
  784. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +1 -0
  785. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +134 -0
  786. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +938 -0
  787. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +34 -0
  788. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +59 -0
  789. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +11 -0
  790. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +36 -0
  791. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +21 -0
  792. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +78 -0
  793. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +181 -0
  794. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  795. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +71 -0
  796. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +269 -0
  797. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +294 -0
  798. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +288 -0
  799. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
  800. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +127 -0
  801. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +87 -0
  802. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +128 -0
  803. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +242 -0
  804. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +166 -0
  805. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +9 -0
  806. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +23 -0
  807. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +43 -0
  808. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +46 -0
  809. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +5 -0
  810. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +2 -0
  811. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +9 -0
  812. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +17 -0
  813. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +14 -0
  814. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +1 -0
  815. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1327 -0
  816. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +83 -0
  817. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +57 -0
  818. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +55 -0
  819. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +56 -0
  820. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +32 -0
  821. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -0
  822. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +160 -0
  823. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +169 -0
  824. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  825. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +54 -0
  826. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +47 -0
  827. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +51 -0
  828. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
  829. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
  830. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +51 -0
  831. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +50 -0
  832. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +51 -0
  833. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +51 -0
  834. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +50 -0
  835. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +9 -0
  836. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +19 -0
  837. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +33 -0
  838. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +57 -0
  839. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  840. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  841. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  842. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +9 -0
  843. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +9 -0
  844. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +1 -0
  845. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +218 -0
  846. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +113 -0
  847. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +124 -0
  848. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +114 -0
  849. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +118 -0
  850. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +51 -0
  851. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  852. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/package.json +102 -0
  853. package/examples/full-example-typescript/node_modules/@aws-sdk/core/README.md +39 -0
  854. package/examples/full-example-typescript/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
  855. package/examples/full-example-typescript/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
  856. package/examples/full-example-typescript/node_modules/@aws-sdk/core/client.d.ts +7 -0
  857. package/examples/full-example-typescript/node_modules/@aws-sdk/core/client.js +5 -0
  858. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/index.js +6 -0
  859. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +97 -0
  860. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +78 -0
  861. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +303 -0
  862. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +228 -0
  863. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/index.js +3 -0
  864. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
  865. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
  866. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
  867. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
  868. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -0
  869. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +3 -0
  870. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
  871. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
  872. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
  873. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +72 -0
  874. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +4 -0
  875. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
  876. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +87 -0
  877. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  878. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
  879. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
  880. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
  881. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
  882. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
  883. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
  884. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -0
  885. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +4 -0
  886. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
  887. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +51 -0
  888. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +57 -0
  889. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -0
  890. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +30 -0
  891. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +7 -0
  892. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
  893. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
  894. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +12 -0
  895. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +3 -0
  896. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
  897. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
  898. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
  899. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +42 -0
  900. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +4 -0
  901. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
  902. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +95 -0
  903. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  904. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
  905. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
  906. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
  907. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
  908. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
  909. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
  910. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
  911. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +4 -0
  912. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
  913. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
  914. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +4 -0
  915. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -0
  916. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
  917. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
  918. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
  919. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
  920. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -0
  921. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +3 -0
  922. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
  923. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
  924. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
  925. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -0
  926. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +8 -0
  927. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
  928. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +55 -0
  929. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  930. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
  931. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
  932. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
  933. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
  934. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
  935. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
  936. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
  937. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
  938. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
  939. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
  940. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
  941. package/examples/full-example-typescript/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
  942. package/examples/full-example-typescript/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
  943. package/examples/full-example-typescript/node_modules/@aws-sdk/core/package.json +119 -0
  944. package/examples/full-example-typescript/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
  945. package/examples/full-example-typescript/node_modules/@aws-sdk/core/protocols.js +5 -0
  946. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
  947. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
  948. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +77 -0
  949. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +30 -0
  950. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -0
  951. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +36 -0
  952. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +4 -0
  953. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +12 -0
  954. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +1 -0
  955. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/package.json +62 -0
  956. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/README.md +10 -0
  957. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
  958. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +31 -0
  959. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +68 -0
  960. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +2 -0
  961. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +54 -0
  962. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
  963. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +5 -0
  964. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
  965. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +42 -0
  966. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +27 -0
  967. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +63 -0
  968. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +1 -0
  969. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +49 -0
  970. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +13 -0
  971. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +1 -0
  972. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +1 -0
  973. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +9 -0
  974. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +6 -0
  975. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +6 -0
  976. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +69 -0
  977. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +11 -0
  978. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +10 -0
  979. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +2 -0
  980. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +2 -0
  981. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +2 -0
  982. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +5 -0
  983. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +5 -0
  984. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +18 -0
  985. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +8 -0
  986. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +8 -0
  987. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +5 -0
  988. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +5 -0
  989. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/package.json +69 -0
  990. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
  991. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
  992. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +265 -0
  993. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +7 -0
  994. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -0
  995. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +77 -0
  996. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +30 -0
  997. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +6 -0
  998. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +28 -0
  999. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +23 -0
  1000. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +18 -0
  1001. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +14 -0
  1002. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +49 -0
  1003. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +4 -0
  1004. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +47 -0
  1005. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +12 -0
  1006. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +16 -0
  1007. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +6 -0
  1008. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +12 -0
  1009. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +20 -0
  1010. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +18 -0
  1011. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +26 -0
  1012. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +1 -0
  1013. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +26 -0
  1014. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +9 -0
  1015. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +10 -0
  1016. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +9 -0
  1017. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +9 -0
  1018. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +16 -0
  1019. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +14 -0
  1020. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/package.json +72 -0
  1021. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
  1022. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/README.md +104 -0
  1023. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +154 -0
  1024. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +62 -0
  1025. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -0
  1026. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +17 -0
  1027. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +58 -0
  1028. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
  1029. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +11 -0
  1030. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +25 -0
  1031. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
  1032. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +7 -0
  1033. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
  1034. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
  1035. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
  1036. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +110 -0
  1037. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +1 -0
  1038. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +7 -0
  1039. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +30 -0
  1040. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -0
  1041. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +35 -0
  1042. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +12 -0
  1043. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +15 -0
  1044. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +6 -0
  1045. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +4 -0
  1046. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +5 -0
  1047. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +9 -0
  1048. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +9 -0
  1049. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +7 -0
  1050. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +1 -0
  1051. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +6 -0
  1052. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/package.json +63 -0
  1053. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
  1054. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
  1055. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +245 -0
  1056. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +71 -0
  1057. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +4 -0
  1058. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +6 -0
  1059. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +2 -0
  1060. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +84 -0
  1061. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +1 -0
  1062. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +9 -0
  1063. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +69 -0
  1064. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +16 -0
  1065. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +6 -0
  1066. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +3 -0
  1067. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +6 -0
  1068. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +20 -0
  1069. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +4 -0
  1070. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +3 -0
  1071. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +6 -0
  1072. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +14 -0
  1073. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +14 -0
  1074. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +6 -0
  1075. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +22 -0
  1076. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +6 -0
  1077. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/package.json +65 -0
  1078. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
  1079. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
  1080. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +32 -0
  1081. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +49 -0
  1082. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +28 -0
  1083. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +28 -0
  1084. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +22 -0
  1085. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -0
  1086. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +18 -0
  1087. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +145 -0
  1088. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +8 -0
  1089. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +16 -0
  1090. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +40 -0
  1091. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +2 -0
  1092. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/package.json +73 -0
  1093. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
  1094. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
  1095. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +71 -0
  1096. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +33 -0
  1097. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +20 -0
  1098. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +29 -0
  1099. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/package.json +57 -0
  1100. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
  1101. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
  1102. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +80 -0
  1103. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +1 -0
  1104. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +42 -0
  1105. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +1 -0
  1106. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +4 -0
  1107. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -0
  1108. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +17 -0
  1109. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/package.json +58 -0
  1110. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
  1111. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
  1112. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +68 -0
  1113. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +34 -0
  1114. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +18 -0
  1115. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +18 -0
  1116. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/package.json +57 -0
  1117. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
  1118. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
  1119. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +231 -0
  1120. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
  1121. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +28 -0
  1122. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +7 -0
  1123. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
  1124. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +2 -0
  1125. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +82 -0
  1126. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
  1127. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +44 -0
  1128. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +7 -0
  1129. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
  1130. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +2 -0
  1131. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
  1132. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +21 -0
  1133. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +7 -0
  1134. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
  1135. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -0
  1136. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +21 -0
  1137. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +18 -0
  1138. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/package.json +61 -0
  1139. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/LICENSE +201 -0
  1140. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/README.md +12 -0
  1141. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +116 -0
  1142. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +25 -0
  1143. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -0
  1144. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +12 -0
  1145. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
  1146. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +2 -0
  1147. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
  1148. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
  1149. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
  1150. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -0
  1151. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +17 -0
  1152. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
  1153. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +8 -0
  1154. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
  1155. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +37 -0
  1156. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
  1157. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -0
  1158. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -0
  1159. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
  1160. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
  1161. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
  1162. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -0
  1163. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/package.json +59 -0
  1164. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
  1165. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/README.md +53 -0
  1166. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +210 -0
  1167. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
  1168. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +79 -0
  1169. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -0
  1170. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
  1171. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +8 -0
  1172. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/index.js +3 -0
  1173. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
  1174. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
  1175. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
  1176. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
  1177. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
  1178. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +12 -0
  1179. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +8 -0
  1180. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +7 -0
  1181. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +6 -0
  1182. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +3 -0
  1183. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
  1184. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
  1185. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +11 -0
  1186. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -0
  1187. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +7 -0
  1188. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -0
  1189. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +3 -0
  1190. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
  1191. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
  1192. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
  1193. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
  1194. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
  1195. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
  1196. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
  1197. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/package.json +69 -0
  1198. package/examples/full-example-typescript/node_modules/@aws-sdk/types/LICENSE +201 -0
  1199. package/examples/full-example-typescript/node_modules/@aws-sdk/types/README.md +4 -0
  1200. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-cjs/index.js +295 -0
  1201. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
  1202. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
  1203. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
  1204. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
  1205. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
  1206. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
  1207. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
  1208. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
  1209. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
  1210. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
  1211. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
  1212. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
  1213. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
  1214. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
  1215. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
  1216. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
  1217. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
  1218. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
  1219. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
  1220. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
  1221. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
  1222. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
  1223. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/index.js +33 -0
  1224. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
  1225. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
  1226. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
  1227. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
  1228. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
  1229. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
  1230. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
  1231. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
  1232. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
  1233. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
  1234. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
  1235. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
  1236. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
  1237. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
  1238. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
  1239. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
  1240. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
  1241. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
  1242. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
  1243. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
  1244. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
  1245. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
  1246. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
  1247. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +49 -0
  1248. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
  1249. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
  1250. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
  1251. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
  1252. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
  1253. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
  1254. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
  1255. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
  1256. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
  1257. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +6 -0
  1258. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
  1259. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
  1260. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -0
  1261. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
  1262. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/index.d.ts +33 -0
  1263. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
  1264. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
  1265. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
  1266. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
  1267. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
  1268. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
  1269. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
  1270. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
  1271. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
  1272. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
  1273. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
  1274. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
  1275. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
  1276. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
  1277. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
  1278. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
  1279. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
  1280. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
  1281. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
  1282. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
  1283. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +12 -0
  1284. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
  1285. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
  1286. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
  1287. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
  1288. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
  1289. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
  1290. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
  1291. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
  1292. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
  1293. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +9 -0
  1294. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
  1295. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
  1296. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -0
  1297. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
  1298. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +33 -0
  1299. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
  1300. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
  1301. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
  1302. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
  1303. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
  1304. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
  1305. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
  1306. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
  1307. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
  1308. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
  1309. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
  1310. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
  1311. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
  1312. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
  1313. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
  1314. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
  1315. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
  1316. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
  1317. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
  1318. package/examples/full-example-typescript/node_modules/@aws-sdk/types/package.json +56 -0
  1319. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  1320. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  1321. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +417 -0
  1322. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +223 -0
  1323. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  1324. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +5 -0
  1325. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  1326. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  1327. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
  1328. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  1329. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +223 -0
  1330. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  1331. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  1332. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  1333. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  1334. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  1335. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  1336. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  1337. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  1338. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  1339. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
  1340. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +5 -0
  1341. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  1342. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  1343. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  1344. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  1345. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  1346. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  1347. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
  1348. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +5 -0
  1349. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  1350. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  1351. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  1352. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  1353. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  1354. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  1355. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  1356. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  1357. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  1358. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  1359. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  1360. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  1361. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  1362. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  1363. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  1364. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  1365. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  1366. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  1367. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  1368. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  1369. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
  1370. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
  1371. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
  1372. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +42 -0
  1373. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/dist-es/index.js +10 -0
  1374. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts +6 -0
  1375. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts +1 -0
  1376. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/package.json +53 -0
  1377. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
  1378. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
  1379. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +2 -0
  1380. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +27 -0
  1381. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +22 -0
  1382. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +1 -0
  1383. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +22 -0
  1384. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +18 -0
  1385. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +7 -0
  1386. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +17 -0
  1387. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +17 -0
  1388. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +4 -0
  1389. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +17 -0
  1390. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +17 -0
  1391. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/package.json +54 -0
  1392. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
  1393. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
  1394. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +103 -0
  1395. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +3 -0
  1396. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
  1397. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -0
  1398. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +7 -0
  1399. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +9 -0
  1400. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +9 -0
  1401. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
  1402. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -0
  1403. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +5 -0
  1404. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
  1405. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +3 -0
  1406. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
  1407. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -0
  1408. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +2 -0
  1409. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
  1410. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/package.json +65 -0
  1411. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/LICENSE +201 -0
  1412. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/README.md +4 -0
  1413. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +1 -0
  1414. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +1 -0
  1415. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-cjs/index.js +82 -0
  1416. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-es/AbortController.js +9 -0
  1417. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
  1418. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
  1419. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +16 -0
  1420. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +21 -0
  1421. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
  1422. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +16 -0
  1423. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +21 -0
  1424. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
  1425. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/package.json +62 -0
  1426. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/LICENSE +201 -0
  1427. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/README.md +10 -0
  1428. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +1 -0
  1429. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +1 -0
  1430. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +1 -0
  1431. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +1 -0
  1432. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +1 -0
  1433. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +1 -0
  1434. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/index.js +235 -0
  1435. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +1 -0
  1436. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +1 -0
  1437. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +1 -0
  1438. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +1 -0
  1439. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +1 -0
  1440. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +1 -0
  1441. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +1 -0
  1442. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +1 -0
  1443. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +1 -0
  1444. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +1 -0
  1445. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +1 -0
  1446. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +1 -0
  1447. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +1 -0
  1448. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +1 -0
  1449. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +1 -0
  1450. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +9 -0
  1451. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +9 -0
  1452. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +4 -0
  1453. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +11 -0
  1454. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +15 -0
  1455. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +15 -0
  1456. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/index.js +3 -0
  1457. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +12 -0
  1458. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
  1459. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +2 -0
  1460. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
  1461. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
  1462. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +1 -0
  1463. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +1 -0
  1464. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +1 -0
  1465. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +1 -0
  1466. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +1 -0
  1467. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +29 -0
  1468. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +5 -0
  1469. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +1 -0
  1470. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +12 -0
  1471. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +3 -0
  1472. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
  1473. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
  1474. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +16 -0
  1475. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
  1476. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
  1477. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
  1478. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/index.d.ts +12 -0
  1479. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +17 -0
  1480. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
  1481. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +8 -0
  1482. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
  1483. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +34 -0
  1484. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +10 -0
  1485. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +7 -0
  1486. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +14 -0
  1487. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +12 -0
  1488. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +12 -0
  1489. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +17 -0
  1490. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +11 -0
  1491. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +11 -0
  1492. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +12 -0
  1493. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +12 -0
  1494. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
  1495. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
  1496. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +16 -0
  1497. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
  1498. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
  1499. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
  1500. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +12 -0
  1501. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +17 -0
  1502. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +4 -0
  1503. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +8 -0
  1504. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +4 -0
  1505. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +34 -0
  1506. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +10 -0
  1507. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +7 -0
  1508. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +14 -0
  1509. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +12 -0
  1510. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +12 -0
  1511. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +17 -0
  1512. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +11 -0
  1513. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +11 -0
  1514. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +12 -0
  1515. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +12 -0
  1516. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/package.json +64 -0
  1517. package/examples/full-example-typescript/node_modules/@smithy/core/LICENSE +201 -0
  1518. package/examples/full-example-typescript/node_modules/@smithy/core/README.md +45 -0
  1519. package/examples/full-example-typescript/node_modules/@smithy/core/cbor.d.ts +7 -0
  1520. package/examples/full-example-typescript/node_modules/@smithy/core/cbor.js +6 -0
  1521. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +1 -0
  1522. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/index.js +416 -0
  1523. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -0
  1524. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -0
  1525. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -0
  1526. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +1 -0
  1527. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +1 -0
  1528. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +1 -0
  1529. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +1 -0
  1530. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +1 -0
  1531. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +1 -0
  1532. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +1 -0
  1533. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/setFeature.js +1 -0
  1534. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +732 -0
  1535. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +164 -0
  1536. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +1 -0
  1537. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +1 -0
  1538. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +1 -0
  1539. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +1 -0
  1540. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +1 -0
  1541. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +1 -0
  1542. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +1 -0
  1543. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/getSmithyContext.js +2 -0
  1544. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/index.js +8 -0
  1545. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +17 -0
  1546. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +18 -0
  1547. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +40 -0
  1548. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +3 -0
  1549. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +15 -0
  1550. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +24 -0
  1551. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +2 -0
  1552. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/normalizeProvider.js +6 -0
  1553. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +38 -0
  1554. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -0
  1555. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
  1556. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +391 -0
  1557. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +191 -0
  1558. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +25 -0
  1559. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +21 -0
  1560. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -0
  1561. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +83 -0
  1562. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
  1563. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
  1564. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
  1565. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
  1566. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
  1567. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +13 -0
  1568. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +34 -0
  1569. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +11 -0
  1570. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +3 -0
  1571. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +5 -0
  1572. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +3 -0
  1573. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +53 -0
  1574. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +5 -0
  1575. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/index.d.ts +8 -0
  1576. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
  1577. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
  1578. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
  1579. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +3 -0
  1580. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
  1581. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
  1582. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +2 -0
  1583. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +7 -0
  1584. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +7 -0
  1585. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +5 -0
  1586. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
  1587. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
  1588. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
  1589. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +63 -0
  1590. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
  1591. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -0
  1592. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -0
  1593. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
  1594. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  1595. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
  1596. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
  1597. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
  1598. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
  1599. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +8 -0
  1600. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
  1601. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
  1602. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
  1603. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +3 -0
  1604. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
  1605. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
  1606. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +2 -0
  1607. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
  1608. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +7 -0
  1609. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +5 -0
  1610. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
  1611. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +17 -0
  1612. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +9 -0
  1613. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +66 -0
  1614. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +26 -0
  1615. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -0
  1616. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
  1617. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
  1618. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  1619. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
  1620. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
  1621. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
  1622. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
  1623. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
  1624. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
  1625. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
  1626. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
  1627. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +3 -0
  1628. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
  1629. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
  1630. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
  1631. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
  1632. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
  1633. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
  1634. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +3 -0
  1635. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
  1636. package/examples/full-example-typescript/node_modules/@smithy/core/package.json +103 -0
  1637. package/examples/full-example-typescript/node_modules/@smithy/core/protocols.d.ts +7 -0
  1638. package/examples/full-example-typescript/node_modules/@smithy/core/protocols.js +6 -0
  1639. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/LICENSE +201 -0
  1640. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/README.md +11 -0
  1641. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +1 -0
  1642. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +1 -0
  1643. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +1 -0
  1644. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +1 -0
  1645. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +1 -0
  1646. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +1 -0
  1647. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +1 -0
  1648. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +446 -0
  1649. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +1 -0
  1650. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +1 -0
  1651. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +1 -0
  1652. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +1 -0
  1653. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +1 -0
  1654. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +1 -0
  1655. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +1 -0
  1656. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +1 -0
  1657. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +1 -0
  1658. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +5 -0
  1659. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +7 -0
  1660. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +5 -0
  1661. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +8 -0
  1662. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +9 -0
  1663. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +77 -0
  1664. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +134 -0
  1665. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/index.js +7 -0
  1666. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +13 -0
  1667. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +3 -0
  1668. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +36 -0
  1669. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +2 -0
  1670. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +7 -0
  1671. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/types.js +1 -0
  1672. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +17 -0
  1673. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +19 -0
  1674. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +25 -0
  1675. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +7 -0
  1676. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +13 -0
  1677. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +7 -0
  1678. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +13 -0
  1679. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  1680. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +21 -0
  1681. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +10 -0
  1682. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +28 -0
  1683. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +19 -0
  1684. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +40 -0
  1685. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +8 -0
  1686. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +8 -0
  1687. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +10 -0
  1688. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +7 -0
  1689. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +13 -0
  1690. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +7 -0
  1691. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +13 -0
  1692. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  1693. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +21 -0
  1694. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +10 -0
  1695. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +28 -0
  1696. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +19 -0
  1697. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +40 -0
  1698. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +7 -0
  1699. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +8 -0
  1700. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +10 -0
  1701. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +7 -0
  1702. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
  1703. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +21 -0
  1704. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +16 -0
  1705. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +7 -0
  1706. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
  1707. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +21 -0
  1708. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +16 -0
  1709. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/package.json +69 -0
  1710. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
  1711. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/README.md +11 -0
  1712. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
  1713. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +1 -0
  1714. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +237 -0
  1715. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +1 -0
  1716. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +1 -0
  1717. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  1718. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +139 -0
  1719. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
  1720. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
  1721. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +27 -0
  1722. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  1723. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +39 -0
  1724. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
  1725. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
  1726. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
  1727. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  1728. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +39 -0
  1729. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
  1730. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
  1731. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
  1732. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/package.json +65 -0
  1733. package/examples/full-example-typescript/node_modules/@smithy/hash-node/LICENSE +201 -0
  1734. package/examples/full-example-typescript/node_modules/@smithy/hash-node/README.md +10 -0
  1735. package/examples/full-example-typescript/node_modules/@smithy/hash-node/dist-cjs/index.js +66 -0
  1736. package/examples/full-example-typescript/node_modules/@smithy/hash-node/dist-es/index.js +34 -0
  1737. package/examples/full-example-typescript/node_modules/@smithy/hash-node/dist-types/index.d.ts +13 -0
  1738. package/examples/full-example-typescript/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +13 -0
  1739. package/examples/full-example-typescript/node_modules/@smithy/hash-node/package.json +64 -0
  1740. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/LICENSE +201 -0
  1741. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/README.md +10 -0
  1742. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +41 -0
  1743. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +1 -0
  1744. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +1 -0
  1745. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-es/index.js +2 -0
  1746. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +3 -0
  1747. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +1 -0
  1748. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +8 -0
  1749. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +4 -0
  1750. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +5 -0
  1751. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +8 -0
  1752. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +4 -0
  1753. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +5 -0
  1754. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/package.json +57 -0
  1755. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  1756. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/README.md +10 -0
  1757. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  1758. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  1759. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  1760. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  1761. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/package.json +59 -0
  1762. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/LICENSE +201 -0
  1763. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/README.md +4 -0
  1764. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +71 -0
  1765. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/dist-es/index.js +39 -0
  1766. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +6 -0
  1767. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +6 -0
  1768. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/package.json +63 -0
  1769. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/LICENSE +201 -0
  1770. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/README.md +10 -0
  1771. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +1 -0
  1772. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +5 -0
  1773. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
  1774. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +1 -0
  1775. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
  1776. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +1 -0
  1777. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +1 -0
  1778. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +1 -0
  1779. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +1 -0
  1780. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +279 -0
  1781. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +1 -0
  1782. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +1 -0
  1783. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +1 -0
  1784. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +1 -0
  1785. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +39 -0
  1786. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +1 -0
  1787. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +3 -0
  1788. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +51 -0
  1789. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +31 -0
  1790. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +2 -0
  1791. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +10 -0
  1792. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +36 -0
  1793. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +18 -0
  1794. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/index.js +5 -0
  1795. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +25 -0
  1796. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +1 -0
  1797. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +37 -0
  1798. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/types.js +1 -0
  1799. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +13 -0
  1800. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  1801. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -0
  1802. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +28 -0
  1803. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +2 -0
  1804. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +8 -0
  1805. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +5 -0
  1806. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +10 -0
  1807. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +11 -0
  1808. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +17 -0
  1809. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +104 -0
  1810. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +4 -0
  1811. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +26 -0
  1812. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +13 -0
  1813. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  1814. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +4 -0
  1815. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +28 -0
  1816. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +2 -0
  1817. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +8 -0
  1818. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +5 -0
  1819. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +10 -0
  1820. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +11 -0
  1821. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +17 -0
  1822. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +104 -0
  1823. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +4 -0
  1824. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +26 -0
  1825. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +34 -0
  1826. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +34 -0
  1827. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/package.json +74 -0
  1828. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/LICENSE +201 -0
  1829. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/README.md +11 -0
  1830. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
  1831. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +1 -0
  1832. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +1 -0
  1833. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +1 -0
  1834. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +1 -0
  1835. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/index.js +425 -0
  1836. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
  1837. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
  1838. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +1 -0
  1839. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +1 -0
  1840. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +1 -0
  1841. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/types.js +1 -0
  1842. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/util.js +1 -0
  1843. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +20 -0
  1844. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +90 -0
  1845. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/configurations.js +52 -0
  1846. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/defaultRetryQuota.js +27 -0
  1847. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/delayDecider.js +2 -0
  1848. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/index.js +7 -0
  1849. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +1 -0
  1850. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -0
  1851. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +22 -0
  1852. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/retryDecider.js +7 -0
  1853. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +112 -0
  1854. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/types.js +1 -0
  1855. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/util.js +9 -0
  1856. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +20 -0
  1857. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +30 -0
  1858. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +45 -0
  1859. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +18 -0
  1860. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +4 -0
  1861. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +7 -0
  1862. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  1863. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  1864. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +4 -0
  1865. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +5 -0
  1866. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +6 -0
  1867. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +20 -0
  1868. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +30 -0
  1869. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +45 -0
  1870. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +18 -0
  1871. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +4 -0
  1872. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +7 -0
  1873. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  1874. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  1875. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +4 -0
  1876. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +5 -0
  1877. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +6 -0
  1878. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +53 -0
  1879. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +2 -0
  1880. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +53 -0
  1881. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +2 -0
  1882. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/package.json +79 -0
  1883. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/LICENSE +201 -0
  1884. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/README.md +4 -0
  1885. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +1 -0
  1886. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-cjs/index.js +102 -0
  1887. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +1 -0
  1888. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +1 -0
  1889. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +25 -0
  1890. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-es/index.js +3 -0
  1891. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +22 -0
  1892. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +13 -0
  1893. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +5 -0
  1894. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +3 -0
  1895. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +12 -0
  1896. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +6 -0
  1897. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +5 -0
  1898. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +3 -0
  1899. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +12 -0
  1900. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +6 -0
  1901. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/package.json +63 -0
  1902. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/LICENSE +201 -0
  1903. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/README.md +78 -0
  1904. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +1 -0
  1905. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-cjs/index.js +321 -0
  1906. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-cjs/types.js +1 -0
  1907. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +281 -0
  1908. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-es/index.js +1 -0
  1909. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-es/types.js +1 -0
  1910. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +2 -0
  1911. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +1 -0
  1912. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +2 -0
  1913. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +1 -0
  1914. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +22 -0
  1915. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +22 -0
  1916. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/package.json +63 -0
  1917. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/LICENSE +201 -0
  1918. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/README.md +4 -0
  1919. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +1 -0
  1920. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +1 -0
  1921. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +1 -0
  1922. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +1 -0
  1923. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/getSelectorName.js +1 -0
  1924. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/index.js +105 -0
  1925. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -0
  1926. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +14 -0
  1927. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +23 -0
  1928. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
  1929. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
  1930. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
  1931. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +22 -0
  1932. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +7 -0
  1933. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +15 -0
  1934. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +3 -0
  1935. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
  1936. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +1 -0
  1937. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +22 -0
  1938. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +7 -0
  1939. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +15 -0
  1940. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +3 -0
  1941. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
  1942. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +1 -0
  1943. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/package.json +65 -0
  1944. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  1945. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/README.md +9 -0
  1946. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +1 -0
  1947. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +1 -0
  1948. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/index.js +798 -0
  1949. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +1 -0
  1950. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +1 -0
  1951. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +1 -0
  1952. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +1 -0
  1953. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +1 -0
  1954. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +1 -0
  1955. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +1 -0
  1956. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +1 -0
  1957. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +1 -0
  1958. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +1 -0
  1959. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +1 -0
  1960. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +1 -0
  1961. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
  1962. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +1 -0
  1963. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  1964. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  1965. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  1966. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +208 -0
  1967. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +86 -0
  1968. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
  1969. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +167 -0
  1970. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +19 -0
  1971. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +88 -0
  1972. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
  1973. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
  1974. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +15 -0
  1975. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +11 -0
  1976. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
  1977. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +19 -0
  1978. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  1979. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +56 -0
  1980. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  1981. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  1982. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  1983. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +39 -0
  1984. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +22 -0
  1985. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +13 -0
  1986. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +57 -0
  1987. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +14 -0
  1988. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
  1989. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +7 -0
  1990. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +11 -0
  1991. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +7 -0
  1992. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +7 -0
  1993. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +2 -0
  1994. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +14 -0
  1995. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  1996. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
  1997. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
  1998. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
  1999. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +38 -0
  2000. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +22 -0
  2001. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +13 -0
  2002. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +57 -0
  2003. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
  2004. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +12 -0
  2005. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +3 -0
  2006. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +7 -0
  2007. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +3 -0
  2008. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +6 -0
  2009. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +2 -0
  2010. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
  2011. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  2012. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
  2013. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +13 -0
  2014. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/package.json +67 -0
  2015. package/examples/full-example-typescript/node_modules/@smithy/property-provider/LICENSE +201 -0
  2016. package/examples/full-example-typescript/node_modules/@smithy/property-provider/README.md +10 -0
  2017. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +1 -0
  2018. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -0
  2019. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -0
  2020. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -0
  2021. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -0
  2022. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/index.js +168 -0
  2023. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -0
  2024. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
  2025. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/ProviderError.js +22 -0
  2026. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
  2027. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  2028. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  2029. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  2030. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  2031. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +30 -0
  2032. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
  2033. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +30 -0
  2034. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  2035. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  2036. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  2037. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  2038. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +30 -0
  2039. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
  2040. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +30 -0
  2041. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
  2042. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
  2043. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
  2044. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
  2045. package/examples/full-example-typescript/node_modules/@smithy/property-provider/package.json +60 -0
  2046. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/LICENSE +201 -0
  2047. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/README.md +4 -0
  2048. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/Field.js +1 -0
  2049. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +1 -0
  2050. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +1 -0
  2051. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +1 -0
  2052. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +1 -0
  2053. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +1 -0
  2054. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +1 -0
  2055. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/index.js +259 -0
  2056. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +1 -0
  2057. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/types.js +1 -0
  2058. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/Field.js +23 -0
  2059. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/Fields.js +19 -0
  2060. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +22 -0
  2061. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
  2062. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
  2063. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +53 -0
  2064. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +14 -0
  2065. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/index.js +8 -0
  2066. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
  2067. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
  2068. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +49 -0
  2069. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
  2070. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +37 -0
  2071. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
  2072. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +37 -0
  2073. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +53 -0
  2074. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +16 -0
  2075. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/index.d.ts +8 -0
  2076. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
  2077. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +49 -0
  2078. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +44 -0
  2079. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +37 -0
  2080. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
  2081. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +37 -0
  2082. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +53 -0
  2083. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +16 -0
  2084. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +8 -0
  2085. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -0
  2086. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +21 -0
  2087. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
  2088. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/package.json +61 -0
  2089. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/LICENSE +201 -0
  2090. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/README.md +10 -0
  2091. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/dist-cjs/index.js +52 -0
  2092. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/dist-es/index.js +21 -0
  2093. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +5 -0
  2094. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +5 -0
  2095. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/package.json +60 -0
  2096. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/LICENSE +201 -0
  2097. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/README.md +10 -0
  2098. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/dist-cjs/index.js +53 -0
  2099. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/dist-es/index.js +23 -0
  2100. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +5 -0
  2101. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +5 -0
  2102. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/package.json +60 -0
  2103. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/LICENSE +201 -0
  2104. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/README.md +4 -0
  2105. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +1 -0
  2106. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-cjs/index.js +98 -0
  2107. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-es/constants.js +27 -0
  2108. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-es/index.js +22 -0
  2109. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +26 -0
  2110. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +19 -0
  2111. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +26 -0
  2112. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +19 -0
  2113. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/package.json +59 -0
  2114. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
  2115. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
  2116. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +1 -0
  2117. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +1 -0
  2118. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +1 -0
  2119. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
  2120. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +1 -0
  2121. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
  2122. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +12 -0
  2123. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +1 -0
  2124. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +206 -0
  2125. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +1 -0
  2126. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +1 -0
  2127. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +1 -0
  2128. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -0
  2129. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +1 -0
  2130. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +13 -0
  2131. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +1 -0
  2132. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
  2133. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
  2134. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
  2135. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
  2136. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
  2137. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
  2138. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +8 -0
  2139. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
  2140. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +8 -0
  2141. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +39 -0
  2142. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
  2143. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  2144. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
  2145. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
  2146. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +9 -0
  2147. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
  2148. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
  2149. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
  2150. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
  2151. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
  2152. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +5 -0
  2153. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +4 -0
  2154. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +44 -0
  2155. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
  2156. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +8 -0
  2157. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +26 -0
  2158. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +10 -0
  2159. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  2160. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
  2161. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +15 -0
  2162. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -0
  2163. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
  2164. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
  2165. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
  2166. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
  2167. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +5 -0
  2168. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +4 -0
  2169. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +44 -0
  2170. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
  2171. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +8 -0
  2172. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +26 -0
  2173. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +10 -0
  2174. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
  2175. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
  2176. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +15 -0
  2177. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +5 -0
  2178. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +13 -0
  2179. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +13 -0
  2180. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/package.json +72 -0
  2181. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/LICENSE +201 -0
  2182. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/README.md +11 -0
  2183. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +1 -0
  2184. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +1 -0
  2185. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/constants.js +1 -0
  2186. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +1 -0
  2187. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +1 -0
  2188. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +1 -0
  2189. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +1 -0
  2190. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +1 -0
  2191. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/index.js +576 -0
  2192. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +1 -0
  2193. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +1 -0
  2194. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +1 -0
  2195. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +1 -0
  2196. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +125 -0
  2197. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +191 -0
  2198. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/constants.js +43 -0
  2199. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +33 -0
  2200. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +20 -0
  2201. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +29 -0
  2202. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +20 -0
  2203. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +26 -0
  2204. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/index.js +7 -0
  2205. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +17 -0
  2206. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +11 -0
  2207. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +399 -0
  2208. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/utilDate.js +15 -0
  2209. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
  2210. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +67 -0
  2211. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +43 -0
  2212. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +26 -0
  2213. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
  2214. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
  2215. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
  2216. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +4 -0
  2217. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/index.d.ts +7 -0
  2218. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +10 -0
  2219. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +5 -0
  2220. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +14 -0
  2221. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +24 -0
  2222. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +67 -0
  2223. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
  2224. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +26 -0
  2225. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
  2226. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
  2227. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
  2228. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
  2229. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +7 -0
  2230. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +10 -0
  2231. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
  2232. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +14 -0
  2233. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
  2234. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +2 -0
  2235. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/package.json +69 -0
  2236. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/LICENSE +201 -0
  2237. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/README.md +10 -0
  2238. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +1 -0
  2239. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/client.js +1 -0
  2240. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +1 -0
  2241. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/command.js +1 -0
  2242. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/constants.js +1 -0
  2243. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +1 -0
  2244. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +1 -0
  2245. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +1 -0
  2246. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +1 -0
  2247. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +1 -0
  2248. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +1 -0
  2249. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +1 -0
  2250. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +1 -0
  2251. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
  2252. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +1 -0
  2253. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +1 -0
  2254. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +1 -0
  2255. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +1 -0
  2256. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/index.js +1297 -0
  2257. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/is-serializable-header-value.js +1 -0
  2258. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +1 -0
  2259. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +1 -0
  2260. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +1 -0
  2261. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +1 -0
  2262. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +1 -0
  2263. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +1 -0
  2264. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +1 -0
  2265. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +1 -0
  2266. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +1 -0
  2267. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +7 -0
  2268. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/client.js +42 -0
  2269. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -0
  2270. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/command.js +115 -0
  2271. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/constants.js +1 -0
  2272. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +21 -0
  2273. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/date-utils.js +190 -0
  2274. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +22 -0
  2275. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +26 -0
  2276. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +6 -0
  2277. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/exceptions.js +22 -0
  2278. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -0
  2279. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +31 -0
  2280. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +15 -0
  2281. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
  2282. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +16 -0
  2283. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +1 -0
  2284. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +12 -0
  2285. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/index.js +25 -0
  2286. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
  2287. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +24 -0
  2288. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +92 -0
  2289. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/parse-utils.js +230 -0
  2290. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/quote-header.js +6 -0
  2291. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -0
  2292. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +14 -0
  2293. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/serde-json.js +19 -0
  2294. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/split-every.js +27 -0
  2295. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/split-header.js +37 -0
  2296. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +11 -0
  2297. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/client.d.ts +53 -0
  2298. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +5 -0
  2299. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/command.d.ts +113 -0
  2300. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +4 -0
  2301. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +9 -0
  2302. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/date-utils.d.ts +73 -0
  2303. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +13 -0
  2304. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +28 -0
  2305. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +8 -0
  2306. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +34 -0
  2307. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +5 -0
  2308. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +25 -0
  2309. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
  2310. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
  2311. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +15 -0
  2312. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +7 -0
  2313. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +7 -0
  2314. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/index.d.ts +26 -0
  2315. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
  2316. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +43 -0
  2317. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +162 -0
  2318. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/parse-utils.d.ts +270 -0
  2319. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +6 -0
  2320. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +5 -0
  2321. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +14 -0
  2322. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +12 -0
  2323. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/split-every.d.ts +11 -0
  2324. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +5 -0
  2325. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +11 -0
  2326. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +53 -0
  2327. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +5 -0
  2328. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +113 -0
  2329. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +4 -0
  2330. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +9 -0
  2331. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/date-utils.d.ts +73 -0
  2332. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +13 -0
  2333. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +28 -0
  2334. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +8 -0
  2335. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +34 -0
  2336. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +5 -0
  2337. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +25 -0
  2338. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
  2339. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
  2340. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +15 -0
  2341. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +7 -0
  2342. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +7 -0
  2343. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +26 -0
  2344. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +5 -0
  2345. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +43 -0
  2346. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +178 -0
  2347. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/parse-utils.d.ts +270 -0
  2348. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +6 -0
  2349. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +5 -0
  2350. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +14 -0
  2351. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +12 -0
  2352. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-every.d.ts +11 -0
  2353. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +5 -0
  2354. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/package.json +67 -0
  2355. package/examples/full-example-typescript/node_modules/@smithy/types/LICENSE +201 -0
  2356. package/examples/full-example-typescript/node_modules/@smithy/types/README.md +115 -0
  2357. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
  2358. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
  2359. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
  2360. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
  2361. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
  2362. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
  2363. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
  2364. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
  2365. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
  2366. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
  2367. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
  2368. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/client.js +1 -0
  2369. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/command.js +1 -0
  2370. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
  2371. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
  2372. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
  2373. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
  2374. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
  2375. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
  2376. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
  2377. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
  2378. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
  2379. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
  2380. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
  2381. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
  2382. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
  2383. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
  2384. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
  2385. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
  2386. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
  2387. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
  2388. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
  2389. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
  2390. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
  2391. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
  2392. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
  2393. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/http.js +1 -0
  2394. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
  2395. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
  2396. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
  2397. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
  2398. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
  2399. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/index.js +149 -0
  2400. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
  2401. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
  2402. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
  2403. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
  2404. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/response.js +1 -0
  2405. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
  2406. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
  2407. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
  2408. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
  2409. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
  2410. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
  2411. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  2412. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  2413. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
  2414. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
  2415. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
  2416. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
  2417. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
  2418. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
  2419. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
  2420. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/util.js +1 -0
  2421. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
  2422. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
  2423. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/abort.js +1 -0
  2424. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  2425. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
  2426. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
  2427. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
  2428. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
  2429. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
  2430. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  2431. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  2432. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/checksum.js +1 -0
  2433. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/client.js +1 -0
  2434. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/command.js +1 -0
  2435. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
  2436. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  2437. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
  2438. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
  2439. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/crypto.js +1 -0
  2440. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  2441. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/encode.js +1 -0
  2442. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  2443. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
  2444. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
  2445. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
  2446. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
  2447. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  2448. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
  2449. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
  2450. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
  2451. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
  2452. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  2453. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  2454. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  2455. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  2456. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  2457. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  2458. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/http.js +5 -0
  2459. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
  2460. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  2461. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  2462. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
  2463. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
  2464. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/index.js +37 -0
  2465. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/logger.js +1 -0
  2466. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  2467. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  2468. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/profile.js +6 -0
  2469. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/response.js +1 -0
  2470. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/retry.js +1 -0
  2471. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/serde.js +1 -0
  2472. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  2473. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/signature.js +1 -0
  2474. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/stream.js +1 -0
  2475. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  2476. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  2477. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  2478. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  2479. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  2480. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  2481. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  2482. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  2483. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  2484. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/uri.js +1 -0
  2485. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/util.js +1 -0
  2486. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  2487. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  2488. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
  2489. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  2490. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  2491. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  2492. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
  2493. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  2494. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
  2495. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  2496. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
  2497. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  2498. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/client.d.ts +56 -0
  2499. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
  2500. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
  2501. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  2502. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
  2503. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
  2504. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  2505. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  2506. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
  2507. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  2508. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
  2509. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
  2510. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
  2511. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
  2512. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  2513. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
  2514. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
  2515. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
  2516. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  2517. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  2518. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  2519. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  2520. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  2521. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  2522. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +122 -0
  2523. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/http.d.ts +106 -0
  2524. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  2525. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
  2526. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  2527. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
  2528. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  2529. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
  2530. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  2531. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
  2532. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
  2533. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
  2534. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  2535. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
  2536. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
  2537. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
  2538. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
  2539. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  2540. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  2541. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
  2542. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
  2543. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
  2544. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  2545. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
  2546. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  2547. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
  2548. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  2549. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  2550. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
  2551. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  2552. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  2553. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  2554. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
  2555. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  2556. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
  2557. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
  2558. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  2559. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
  2560. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +56 -0
  2561. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
  2562. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
  2563. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  2564. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
  2565. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
  2566. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
  2567. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  2568. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
  2569. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
  2570. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
  2571. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
  2572. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
  2573. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
  2574. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
  2575. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
  2576. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
  2577. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
  2578. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  2579. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  2580. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  2581. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  2582. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  2583. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  2584. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
  2585. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +106 -0
  2586. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  2587. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
  2588. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
  2589. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
  2590. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  2591. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
  2592. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
  2593. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
  2594. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
  2595. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
  2596. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
  2597. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
  2598. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
  2599. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
  2600. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
  2601. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
  2602. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  2603. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
  2604. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
  2605. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
  2606. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  2607. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
  2608. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  2609. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
  2610. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  2611. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
  2612. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
  2613. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
  2614. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  2615. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
  2616. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  2617. package/examples/full-example-typescript/node_modules/@smithy/types/package.json +60 -0
  2618. package/examples/full-example-typescript/node_modules/@smithy/url-parser/LICENSE +201 -0
  2619. package/examples/full-example-typescript/node_modules/@smithy/url-parser/README.md +10 -0
  2620. package/examples/full-example-typescript/node_modules/@smithy/url-parser/dist-cjs/index.js +49 -0
  2621. package/examples/full-example-typescript/node_modules/@smithy/url-parser/dist-es/index.js +18 -0
  2622. package/examples/full-example-typescript/node_modules/@smithy/url-parser/dist-types/index.d.ts +5 -0
  2623. package/examples/full-example-typescript/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +5 -0
  2624. package/examples/full-example-typescript/node_modules/@smithy/url-parser/package.json +58 -0
  2625. package/examples/full-example-typescript/node_modules/@smithy/util-base64/LICENSE +201 -0
  2626. package/examples/full-example-typescript/node_modules/@smithy/util-base64/README.md +4 -0
  2627. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +35 -0
  2628. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +40 -0
  2629. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
  2630. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/index.js +27 -0
  2631. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +39 -0
  2632. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +19 -0
  2633. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/constants.browser.js +28 -0
  2634. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +36 -0
  2635. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/fromBase64.js +12 -0
  2636. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/index.js +2 -0
  2637. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +35 -0
  2638. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/toBase64.js +15 -0
  2639. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +6 -0
  2640. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +8 -0
  2641. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +7 -0
  2642. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/index.d.ts +2 -0
  2643. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +9 -0
  2644. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +8 -0
  2645. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +6 -0
  2646. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +8 -0
  2647. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +7 -0
  2648. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +2 -0
  2649. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +9 -0
  2650. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +8 -0
  2651. package/examples/full-example-typescript/node_modules/@smithy/util-base64/package.json +72 -0
  2652. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/LICENSE +201 -0
  2653. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/README.md +12 -0
  2654. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +1 -0
  2655. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +57 -0
  2656. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +26 -0
  2657. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-es/index.js +1 -0
  2658. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +4 -0
  2659. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +4 -0
  2660. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
  2661. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +4 -0
  2662. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/package.json +56 -0
  2663. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/LICENSE +201 -0
  2664. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/README.md +12 -0
  2665. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +1 -0
  2666. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +53 -0
  2667. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +25 -0
  2668. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-es/index.js +1 -0
  2669. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +4 -0
  2670. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +4 -0
  2671. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
  2672. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +4 -0
  2673. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/package.json +60 -0
  2674. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  2675. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/README.md +10 -0
  2676. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  2677. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  2678. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  2679. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  2680. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/package.json +60 -0
  2681. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/LICENSE +201 -0
  2682. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/README.md +4 -0
  2683. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +1 -0
  2684. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-cjs/index.js +64 -0
  2685. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +1 -0
  2686. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-cjs/types.js +1 -0
  2687. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +9 -0
  2688. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-es/index.js +3 -0
  2689. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +9 -0
  2690. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-es/types.js +5 -0
  2691. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +10 -0
  2692. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +3 -0
  2693. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +9 -0
  2694. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +10 -0
  2695. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  2696. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +9 -0
  2697. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +4 -0
  2698. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +4 -0
  2699. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/package.json +61 -0
  2700. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/LICENSE +201 -0
  2701. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -0
  2702. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +4 -0
  2703. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +25 -0
  2704. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +33 -0
  2705. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +23 -0
  2706. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +1 -0
  2707. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +1 -0
  2708. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +27 -0
  2709. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +19 -0
  2710. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +12 -0
  2711. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +4 -0
  2712. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
  2713. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +16 -0
  2714. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +12 -0
  2715. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +4 -0
  2716. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
  2717. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +16 -0
  2718. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/package.json +66 -0
  2719. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/LICENSE +201 -0
  2720. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/README.md +10 -0
  2721. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +1 -0
  2722. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +1 -0
  2723. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +119 -0
  2724. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +1 -0
  2725. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +6 -0
  2726. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +11 -0
  2727. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +1 -0
  2728. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +52 -0
  2729. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +24 -0
  2730. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +6 -0
  2731. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +4 -0
  2732. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
  2733. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +24 -0
  2734. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +6 -0
  2735. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +4 -0
  2736. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
  2737. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/package.json +66 -0
  2738. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/LICENSE +201 -0
  2739. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/README.md +10 -0
  2740. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/cache/EndpointCache.js +1 -0
  2741. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +1 -0
  2742. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +1 -0
  2743. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +1 -0
  2744. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +1 -0
  2745. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/index.js +546 -0
  2746. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +1 -0
  2747. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +1 -0
  2748. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +1 -0
  2749. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +1 -0
  2750. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +1 -0
  2751. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +1 -0
  2752. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +1 -0
  2753. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +1 -0
  2754. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +1 -0
  2755. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +1 -0
  2756. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +1 -0
  2757. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +1 -0
  2758. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +1 -0
  2759. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +1 -0
  2760. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +1 -0
  2761. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +1 -0
  2762. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +1 -0
  2763. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +1 -0
  2764. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +1 -0
  2765. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +1 -0
  2766. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +1 -0
  2767. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +1 -0
  2768. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +1 -0
  2769. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +1 -0
  2770. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +1 -0
  2771. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +1 -0
  2772. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +1 -0
  2773. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +1 -0
  2774. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +1 -0
  2775. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +1 -0
  2776. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +1 -0
  2777. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +1 -0
  2778. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +1 -0
  2779. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +1 -0
  2780. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +1 -0
  2781. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +1 -0
  2782. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +1 -0
  2783. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +1 -0
  2784. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +49 -0
  2785. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +1 -0
  2786. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +2 -0
  2787. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +12 -0
  2788. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +21 -0
  2789. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/index.js +6 -0
  2790. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +1 -0
  2791. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +11 -0
  2792. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +25 -0
  2793. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +9 -0
  2794. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +2 -0
  2795. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +1 -0
  2796. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +13 -0
  2797. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +1 -0
  2798. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +51 -0
  2799. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +1 -0
  2800. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +9 -0
  2801. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +1 -0
  2802. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +27 -0
  2803. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +6 -0
  2804. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +1 -0
  2805. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  2806. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  2807. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  2808. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  2809. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/index.js +7 -0
  2810. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +1 -0
  2811. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +11 -0
  2812. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +1 -0
  2813. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +12 -0
  2814. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +14 -0
  2815. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +22 -0
  2816. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +27 -0
  2817. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +14 -0
  2818. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +16 -0
  2819. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +27 -0
  2820. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +36 -0
  2821. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +13 -0
  2822. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +12 -0
  2823. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +5 -0
  2824. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +21 -0
  2825. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +15 -0
  2826. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +7 -0
  2827. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +2 -0
  2828. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +34 -0
  2829. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +1 -0
  2830. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +2 -0
  2831. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +9 -0
  2832. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +2 -0
  2833. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +6 -0
  2834. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +5 -0
  2835. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +7 -0
  2836. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +4 -0
  2837. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +9 -0
  2838. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +4 -0
  2839. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +5 -0
  2840. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +7 -0
  2841. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +5 -0
  2842. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +5 -0
  2843. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +5 -0
  2844. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +7 -0
  2845. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +4 -0
  2846. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +6 -0
  2847. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +34 -0
  2848. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +1 -0
  2849. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +2 -0
  2850. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +9 -0
  2851. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +2 -0
  2852. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
  2853. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +5 -0
  2854. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +7 -0
  2855. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +4 -0
  2856. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +9 -0
  2857. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +4 -0
  2858. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +5 -0
  2859. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +7 -0
  2860. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +5 -0
  2861. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +5 -0
  2862. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +5 -0
  2863. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +7 -0
  2864. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +4 -0
  2865. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +6 -0
  2866. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +3 -0
  2867. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +2 -0
  2868. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +5 -0
  2869. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +2 -0
  2870. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +4 -0
  2871. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +3 -0
  2872. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +7 -0
  2873. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +25 -0
  2874. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +2 -0
  2875. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +4 -0
  2876. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +11 -0
  2877. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +8 -0
  2878. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +8 -0
  2879. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +3 -0
  2880. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +2 -0
  2881. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +2 -0
  2882. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +3 -0
  2883. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +2 -0
  2884. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +3 -0
  2885. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +2 -0
  2886. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +2 -0
  2887. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +3 -0
  2888. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +2 -0
  2889. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +2 -0
  2890. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +2 -0
  2891. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +3 -0
  2892. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +2 -0
  2893. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +5 -0
  2894. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +2 -0
  2895. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +4 -0
  2896. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +3 -0
  2897. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +7 -0
  2898. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +25 -0
  2899. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +2 -0
  2900. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +4 -0
  2901. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +11 -0
  2902. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +8 -0
  2903. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +8 -0
  2904. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +3 -0
  2905. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +2 -0
  2906. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +2 -0
  2907. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +3 -0
  2908. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +2 -0
  2909. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +3 -0
  2910. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -0
  2911. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -0
  2912. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +3 -0
  2913. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +2 -0
  2914. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -0
  2915. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +2 -0
  2916. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/package.json +68 -0
  2917. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/LICENSE +201 -0
  2918. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/README.md +4 -0
  2919. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +67 -0
  2920. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/dist-es/index.js +33 -0
  2921. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +12 -0
  2922. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +12 -0
  2923. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/package.json +59 -0
  2924. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/LICENSE +201 -0
  2925. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/README.md +12 -0
  2926. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +1 -0
  2927. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-cjs/index.js +45 -0
  2928. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +1 -0
  2929. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
  2930. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-es/index.js +2 -0
  2931. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +6 -0
  2932. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
  2933. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/index.d.ts +8 -0
  2934. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +7 -0
  2935. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
  2936. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +8 -0
  2937. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
  2938. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/package.json +66 -0
  2939. package/examples/full-example-typescript/node_modules/@smithy/util-retry/LICENSE +201 -0
  2940. package/examples/full-example-typescript/node_modules/@smithy/util-retry/README.md +78 -0
  2941. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
  2942. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
  2943. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
  2944. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
  2945. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
  2946. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
  2947. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
  2948. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
  2949. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/index.js +352 -0
  2950. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
  2951. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
  2952. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
  2953. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
  2954. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
  2955. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  2956. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  2957. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
  2958. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
  2959. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
  2960. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/types.js +1 -0
  2961. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  2962. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  2963. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
  2964. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
  2965. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  2966. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
  2967. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
  2968. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
  2969. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
  2970. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
  2971. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
  2972. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
  2973. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
  2974. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
  2975. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
  2976. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
  2977. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
  2978. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
  2979. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
  2980. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  2981. package/examples/full-example-typescript/node_modules/@smithy/util-retry/package.json +68 -0
  2982. package/examples/full-example-typescript/node_modules/@smithy/util-stream/LICENSE +201 -0
  2983. package/examples/full-example-typescript/node_modules/@smithy/util-stream/README.md +6 -0
  2984. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +1 -0
  2985. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +1 -0
  2986. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
  2987. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
  2988. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
  2989. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
  2990. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
  2991. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +30 -0
  2992. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +36 -0
  2993. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/headStream.js +46 -0
  2994. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/index.js +100 -0
  2995. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +69 -0
  2996. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +55 -0
  2997. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +11 -0
  2998. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +17 -0
  2999. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +14 -0
  3000. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +18 -0
  3001. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +15 -0
  3002. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
  3003. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
  3004. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
  3005. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
  3006. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
  3007. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +26 -0
  3008. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +31 -0
  3009. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/headStream.js +41 -0
  3010. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/index.js +8 -0
  3011. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
  3012. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +50 -0
  3013. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +7 -0
  3014. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/splitStream.js +13 -0
  3015. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +5 -0
  3016. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
  3017. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +9 -0
  3018. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
  3019. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +61 -0
  3020. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
  3021. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
  3022. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
  3023. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -0
  3024. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +8 -0
  3025. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +9 -0
  3026. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/index.d.ts +8 -0
  3027. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
  3028. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
  3029. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +5 -0
  3030. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +8 -0
  3031. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +16 -0
  3032. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
  3033. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +9 -0
  3034. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
  3035. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
  3036. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
  3037. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
  3038. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +5 -0
  3039. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -0
  3040. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +8 -0
  3041. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +9 -0
  3042. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +8 -0
  3043. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +7 -0
  3044. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +8 -0
  3045. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +8 -0
  3046. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +14 -0
  3047. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +16 -0
  3048. package/examples/full-example-typescript/node_modules/@smithy/util-stream/package.json +95 -0
  3049. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/LICENSE +201 -0
  3050. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/README.md +10 -0
  3051. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +1 -0
  3052. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +1 -0
  3053. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +43 -0
  3054. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +2 -0
  3055. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +2 -0
  3056. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-es/index.js +2 -0
  3057. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +4 -0
  3058. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +4 -0
  3059. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +8 -0
  3060. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +4 -0
  3061. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +4 -0
  3062. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +8 -0
  3063. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/package.json +58 -0
  3064. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/LICENSE +201 -0
  3065. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/README.md +4 -0
  3066. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
  3067. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
  3068. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  3069. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
  3070. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
  3071. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
  3072. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  3073. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  3074. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  3075. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  3076. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  3077. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  3078. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  3079. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  3080. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  3081. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  3082. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  3083. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  3084. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  3085. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  3086. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  3087. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  3088. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  3089. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  3090. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/package.json +65 -0
  3091. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/LICENSE +201 -0
  3092. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/README.md +10 -0
  3093. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +1 -0
  3094. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/index.js +187 -0
  3095. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/poller.js +1 -0
  3096. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +1 -0
  3097. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +1 -0
  3098. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +1 -0
  3099. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +1 -0
  3100. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +29 -0
  3101. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/index.js +2 -0
  3102. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/poller.js +59 -0
  3103. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/utils/index.js +2 -0
  3104. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/utils/sleep.js +3 -0
  3105. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +17 -0
  3106. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/waiter.js +34 -0
  3107. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +11 -0
  3108. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/index.d.ts +2 -0
  3109. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +10 -0
  3110. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +11 -0
  3111. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +2 -0
  3112. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +10 -0
  3113. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +8 -0
  3114. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +4 -0
  3115. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +8 -0
  3116. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +49 -0
  3117. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +8 -0
  3118. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/utils/sleep.d.ts +4 -0
  3119. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +8 -0
  3120. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +49 -0
  3121. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/package.json +62 -0
  3122. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/LICENSE +24 -0
  3123. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/Readme.md +79 -0
  3124. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/cjs/index.d.ts +179 -0
  3125. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/cjs/index.js +176 -0
  3126. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/cjs/package.json +4 -0
  3127. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/esm/index.d.ts +179 -0
  3128. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/esm/index.js +169 -0
  3129. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/esm/package.json +4 -0
  3130. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/package.json +28 -0
  3131. package/examples/full-example-typescript/node_modules/@tokenizer/token/README.md +19 -0
  3132. package/examples/full-example-typescript/node_modules/@tokenizer/token/index.d.ts +30 -0
  3133. package/examples/full-example-typescript/node_modules/@tokenizer/token/package.json +33 -0
  3134. package/examples/full-example-typescript/node_modules/@types/body-parser/README.md +15 -0
  3135. package/examples/full-example-typescript/node_modules/@types/body-parser/index.d.ts +95 -0
  3136. package/examples/full-example-typescript/node_modules/@types/body-parser/package.json +58 -0
  3137. package/examples/full-example-typescript/node_modules/@types/connect/LICENSE +21 -0
  3138. package/examples/full-example-typescript/node_modules/@types/connect/README.md +15 -0
  3139. package/examples/full-example-typescript/node_modules/@types/connect/index.d.ts +91 -0
  3140. package/examples/full-example-typescript/node_modules/@types/connect/package.json +32 -0
  3141. package/examples/full-example-typescript/node_modules/@types/cookie/LICENSE +21 -0
  3142. package/examples/full-example-typescript/node_modules/@types/cookie/README.md +16 -0
  3143. package/examples/full-example-typescript/node_modules/@types/cookie/index.d.ts +135 -0
  3144. package/examples/full-example-typescript/node_modules/@types/cookie/package.json +30 -0
  3145. package/examples/full-example-typescript/node_modules/@types/cors/LICENSE +21 -0
  3146. package/examples/full-example-typescript/node_modules/@types/cors/README.md +75 -0
  3147. package/examples/full-example-typescript/node_modules/@types/cors/index.d.ts +56 -0
  3148. package/examples/full-example-typescript/node_modules/@types/cors/package.json +32 -0
  3149. package/examples/full-example-typescript/node_modules/@types/express/LICENSE +21 -0
  3150. package/examples/full-example-typescript/node_modules/@types/express/README.md +15 -0
  3151. package/examples/full-example-typescript/node_modules/@types/express/index.d.ts +128 -0
  3152. package/examples/full-example-typescript/node_modules/@types/express/package.json +45 -0
  3153. package/examples/full-example-typescript/node_modules/@types/express-serve-static-core/LICENSE +21 -0
  3154. package/examples/full-example-typescript/node_modules/@types/express-serve-static-core/README.md +15 -0
  3155. package/examples/full-example-typescript/node_modules/@types/express-serve-static-core/index.d.ts +1240 -0
  3156. package/examples/full-example-typescript/node_modules/@types/express-serve-static-core/package.json +51 -0
  3157. package/examples/full-example-typescript/node_modules/@types/http-errors/LICENSE +21 -0
  3158. package/examples/full-example-typescript/node_modules/@types/http-errors/README.md +15 -0
  3159. package/examples/full-example-typescript/node_modules/@types/http-errors/index.d.ts +77 -0
  3160. package/examples/full-example-typescript/node_modules/@types/http-errors/package.json +30 -0
  3161. package/examples/full-example-typescript/node_modules/@types/mime/LICENSE +21 -0
  3162. package/examples/full-example-typescript/node_modules/@types/mime/Mime.d.ts +10 -0
  3163. package/examples/full-example-typescript/node_modules/@types/mime/README.md +15 -0
  3164. package/examples/full-example-typescript/node_modules/@types/mime/index.d.ts +31 -0
  3165. package/examples/full-example-typescript/node_modules/@types/mime/lite.d.ts +7 -0
  3166. package/examples/full-example-typescript/node_modules/@types/mime/package.json +30 -0
  3167. package/examples/full-example-typescript/node_modules/@types/node/LICENSE +21 -0
  3168. package/examples/full-example-typescript/node_modules/@types/node/README.md +15 -0
  3169. package/examples/full-example-typescript/node_modules/@types/node/assert.d.ts +1040 -0
  3170. package/examples/full-example-typescript/node_modules/@types/node/async_hooks.d.ts +541 -0
  3171. package/examples/full-example-typescript/node_modules/@types/node/buffer.d.ts +1933 -0
  3172. package/examples/full-example-typescript/node_modules/@types/node/child_process.d.ts +1549 -0
  3173. package/examples/full-example-typescript/node_modules/@types/node/cluster.d.ts +579 -0
  3174. package/examples/full-example-typescript/node_modules/@types/node/compatibility/indexable.d.ts +23 -0
  3175. package/examples/full-example-typescript/node_modules/@types/node/console.d.ts +452 -0
  3176. package/examples/full-example-typescript/node_modules/@types/node/crypto.d.ts +4475 -0
  3177. package/examples/full-example-typescript/node_modules/@types/node/dgram.d.ts +596 -0
  3178. package/examples/full-example-typescript/node_modules/@types/node/diagnostics_channel.d.ts +554 -0
  3179. package/examples/full-example-typescript/node_modules/@types/node/dns/promises.d.ts +476 -0
  3180. package/examples/full-example-typescript/node_modules/@types/node/dns.d.ts +865 -0
  3181. package/examples/full-example-typescript/node_modules/@types/node/domain.d.ts +170 -0
  3182. package/examples/full-example-typescript/node_modules/@types/node/events.d.ts +931 -0
  3183. package/examples/full-example-typescript/node_modules/@types/node/fs/promises.d.ts +1275 -0
  3184. package/examples/full-example-typescript/node_modules/@types/node/fs.d.ts +4396 -0
  3185. package/examples/full-example-typescript/node_modules/@types/node/globals.d.ts +566 -0
  3186. package/examples/full-example-typescript/node_modules/@types/node/http.d.ts +1958 -0
  3187. package/examples/full-example-typescript/node_modules/@types/node/http2.d.ts +2558 -0
  3188. package/examples/full-example-typescript/node_modules/@types/node/https.d.ts +543 -0
  3189. package/examples/full-example-typescript/node_modules/@types/node/index.d.ts +92 -0
  3190. package/examples/full-example-typescript/node_modules/@types/node/inspector.d.ts +3966 -0
  3191. package/examples/full-example-typescript/node_modules/@types/node/module.d.ts +402 -0
  3192. package/examples/full-example-typescript/node_modules/@types/node/net.d.ts +1001 -0
  3193. package/examples/full-example-typescript/node_modules/@types/node/os.d.ts +495 -0
  3194. package/examples/full-example-typescript/node_modules/@types/node/package.json +220 -0
  3195. package/examples/full-example-typescript/node_modules/@types/node/path.d.ts +200 -0
  3196. package/examples/full-example-typescript/node_modules/@types/node/perf_hooks.d.ts +965 -0
  3197. package/examples/full-example-typescript/node_modules/@types/node/process.d.ts +1963 -0
  3198. package/examples/full-example-typescript/node_modules/@types/node/punycode.d.ts +117 -0
  3199. package/examples/full-example-typescript/node_modules/@types/node/querystring.d.ts +153 -0
  3200. package/examples/full-example-typescript/node_modules/@types/node/readline.d.ts +589 -0
  3201. package/examples/full-example-typescript/node_modules/@types/node/repl.d.ts +430 -0
  3202. package/examples/full-example-typescript/node_modules/@types/node/sea.d.ts +153 -0
  3203. package/examples/full-example-typescript/node_modules/@types/node/sqlite.d.ts +213 -0
  3204. package/examples/full-example-typescript/node_modules/@types/node/stream/web.d.ts +609 -0
  3205. package/examples/full-example-typescript/node_modules/@types/node/stream.d.ts +1726 -0
  3206. package/examples/full-example-typescript/node_modules/@types/node/string_decoder.d.ts +67 -0
  3207. package/examples/full-example-typescript/node_modules/@types/node/test.d.ts +2248 -0
  3208. package/examples/full-example-typescript/node_modules/@types/node/timers/promises.d.ts +97 -0
  3209. package/examples/full-example-typescript/node_modules/@types/node/timers.d.ts +240 -0
  3210. package/examples/full-example-typescript/node_modules/@types/node/tls.d.ts +1226 -0
  3211. package/examples/full-example-typescript/node_modules/@types/node/trace_events.d.ts +197 -0
  3212. package/examples/full-example-typescript/node_modules/@types/node/ts5.6/index.d.ts +92 -0
  3213. package/examples/full-example-typescript/node_modules/@types/node/tty.d.ts +208 -0
  3214. package/examples/full-example-typescript/node_modules/@types/node/url.d.ts +972 -0
  3215. package/examples/full-example-typescript/node_modules/@types/node/util.d.ts +2371 -0
  3216. package/examples/full-example-typescript/node_modules/@types/node/v8.d.ts +808 -0
  3217. package/examples/full-example-typescript/node_modules/@types/node/vm.d.ts +976 -0
  3218. package/examples/full-example-typescript/node_modules/@types/node/wasi.d.ts +181 -0
  3219. package/examples/full-example-typescript/node_modules/@types/node/worker_threads.d.ts +745 -0
  3220. package/examples/full-example-typescript/node_modules/@types/node/zlib.d.ts +539 -0
  3221. package/examples/full-example-typescript/node_modules/@types/oauth/LICENSE +21 -0
  3222. package/examples/full-example-typescript/node_modules/@types/oauth/README.md +15 -0
  3223. package/examples/full-example-typescript/node_modules/@types/oauth/index.d.ts +307 -0
  3224. package/examples/full-example-typescript/node_modules/@types/oauth/package.json +32 -0
  3225. package/examples/full-example-typescript/node_modules/@types/passport/LICENSE +21 -0
  3226. package/examples/full-example-typescript/node_modules/@types/passport/README.md +15 -0
  3227. package/examples/full-example-typescript/node_modules/@types/passport/index.d.ts +925 -0
  3228. package/examples/full-example-typescript/node_modules/@types/passport/package.json +58 -0
  3229. package/examples/full-example-typescript/node_modules/@types/passport-facebook/LICENSE +21 -0
  3230. package/examples/full-example-typescript/node_modules/@types/passport-facebook/README.md +103 -0
  3231. package/examples/full-example-typescript/node_modules/@types/passport-facebook/index.d.ts +84 -0
  3232. package/examples/full-example-typescript/node_modules/@types/passport-facebook/package.json +34 -0
  3233. package/examples/full-example-typescript/node_modules/@types/passport-github2/LICENSE +21 -0
  3234. package/examples/full-example-typescript/node_modules/@types/passport-github2/README.md +83 -0
  3235. package/examples/full-example-typescript/node_modules/@types/passport-github2/index.d.ts +64 -0
  3236. package/examples/full-example-typescript/node_modules/@types/passport-github2/package.json +44 -0
  3237. package/examples/full-example-typescript/node_modules/@types/passport-google-oauth20/LICENSE +21 -0
  3238. package/examples/full-example-typescript/node_modules/@types/passport-google-oauth20/README.md +15 -0
  3239. package/examples/full-example-typescript/node_modules/@types/passport-google-oauth20/index.d.ts +294 -0
  3240. package/examples/full-example-typescript/node_modules/@types/passport-google-oauth20/package.json +44 -0
  3241. package/examples/full-example-typescript/node_modules/@types/passport-microsoft/LICENSE +21 -0
  3242. package/examples/full-example-typescript/node_modules/@types/passport-microsoft/README.md +46 -0
  3243. package/examples/full-example-typescript/node_modules/@types/passport-microsoft/index.d.ts +27 -0
  3244. package/examples/full-example-typescript/node_modules/@types/passport-microsoft/package.json +27 -0
  3245. package/examples/full-example-typescript/node_modules/@types/passport-oauth2/LICENSE +21 -0
  3246. package/examples/full-example-typescript/node_modules/@types/passport-oauth2/README.md +15 -0
  3247. package/examples/full-example-typescript/node_modules/@types/passport-oauth2/index.d.ts +119 -0
  3248. package/examples/full-example-typescript/node_modules/@types/passport-oauth2/package.json +54 -0
  3249. package/examples/full-example-typescript/node_modules/@types/qs/LICENSE +21 -0
  3250. package/examples/full-example-typescript/node_modules/@types/qs/README.md +15 -0
  3251. package/examples/full-example-typescript/node_modules/@types/qs/index.d.ts +81 -0
  3252. package/examples/full-example-typescript/node_modules/@types/qs/package.json +66 -0
  3253. package/examples/full-example-typescript/node_modules/@types/range-parser/LICENSE +21 -0
  3254. package/examples/full-example-typescript/node_modules/@types/range-parser/README.md +53 -0
  3255. package/examples/full-example-typescript/node_modules/@types/range-parser/index.d.ts +34 -0
  3256. package/examples/full-example-typescript/node_modules/@types/range-parser/package.json +25 -0
  3257. package/examples/full-example-typescript/node_modules/@types/send/LICENSE +21 -0
  3258. package/examples/full-example-typescript/node_modules/@types/send/README.md +15 -0
  3259. package/examples/full-example-typescript/node_modules/@types/send/index.d.ts +225 -0
  3260. package/examples/full-example-typescript/node_modules/@types/send/package.json +33 -0
  3261. package/examples/full-example-typescript/node_modules/@types/serve-static/LICENSE +21 -0
  3262. package/examples/full-example-typescript/node_modules/@types/serve-static/README.md +15 -0
  3263. package/examples/full-example-typescript/node_modules/@types/serve-static/index.d.ts +107 -0
  3264. package/examples/full-example-typescript/node_modules/@types/serve-static/package.json +39 -0
  3265. package/examples/full-example-typescript/node_modules/accepts/HISTORY.md +243 -0
  3266. package/examples/full-example-typescript/node_modules/accepts/LICENSE +23 -0
  3267. package/examples/full-example-typescript/node_modules/accepts/README.md +140 -0
  3268. package/examples/full-example-typescript/node_modules/accepts/index.js +238 -0
  3269. package/examples/full-example-typescript/node_modules/accepts/package.json +47 -0
  3270. package/examples/full-example-typescript/node_modules/array-flatten/LICENSE +21 -0
  3271. package/examples/full-example-typescript/node_modules/array-flatten/README.md +43 -0
  3272. package/examples/full-example-typescript/node_modules/array-flatten/array-flatten.js +64 -0
  3273. package/examples/full-example-typescript/node_modules/array-flatten/package.json +39 -0
  3274. package/examples/full-example-typescript/node_modules/assert-options/LICENSE +21 -0
  3275. package/examples/full-example-typescript/node_modules/assert-options/README.md +101 -0
  3276. package/examples/full-example-typescript/node_modules/assert-options/dist/src/assert.d.ts +10 -0
  3277. package/examples/full-example-typescript/node_modules/assert-options/dist/src/assert.js +43 -0
  3278. package/examples/full-example-typescript/node_modules/assert-options/dist/src/handler.d.ts +16 -0
  3279. package/examples/full-example-typescript/node_modules/assert-options/dist/src/handler.js +26 -0
  3280. package/examples/full-example-typescript/node_modules/assert-options/dist/src/index.d.ts +3 -0
  3281. package/examples/full-example-typescript/node_modules/assert-options/dist/src/index.js +10 -0
  3282. package/examples/full-example-typescript/node_modules/assert-options/dist/src/types.d.ts +26 -0
  3283. package/examples/full-example-typescript/node_modules/assert-options/dist/src/types.js +12 -0
  3284. package/examples/full-example-typescript/node_modules/assert-options/package.json +44 -0
  3285. package/examples/full-example-typescript/node_modules/base64id/CHANGELOG.md +16 -0
  3286. package/examples/full-example-typescript/node_modules/base64id/LICENSE +22 -0
  3287. package/examples/full-example-typescript/node_modules/base64id/README.md +18 -0
  3288. package/examples/full-example-typescript/node_modules/base64id/lib/base64id.js +103 -0
  3289. package/examples/full-example-typescript/node_modules/base64id/package.json +13 -0
  3290. package/examples/full-example-typescript/node_modules/base64url/LICENSE +20 -0
  3291. package/examples/full-example-typescript/node_modules/base64url/dist/.gitkeep +0 -0
  3292. package/examples/full-example-typescript/node_modules/base64url/dist/base64url.d.ts +11 -0
  3293. package/examples/full-example-typescript/node_modules/base64url/dist/base64url.js +37 -0
  3294. package/examples/full-example-typescript/node_modules/base64url/dist/pad-string.d.ts +1 -0
  3295. package/examples/full-example-typescript/node_modules/base64url/dist/pad-string.js +20 -0
  3296. package/examples/full-example-typescript/node_modules/base64url/index.js +2 -0
  3297. package/examples/full-example-typescript/node_modules/base64url/package.json +35 -0
  3298. package/examples/full-example-typescript/node_modules/base64url/readme.md +127 -0
  3299. package/examples/full-example-typescript/node_modules/body-parser/HISTORY.md +672 -0
  3300. package/examples/full-example-typescript/node_modules/body-parser/LICENSE +23 -0
  3301. package/examples/full-example-typescript/node_modules/body-parser/README.md +476 -0
  3302. package/examples/full-example-typescript/node_modules/body-parser/SECURITY.md +25 -0
  3303. package/examples/full-example-typescript/node_modules/body-parser/index.js +156 -0
  3304. package/examples/full-example-typescript/node_modules/body-parser/lib/read.js +205 -0
  3305. package/examples/full-example-typescript/node_modules/body-parser/lib/types/json.js +247 -0
  3306. package/examples/full-example-typescript/node_modules/body-parser/lib/types/raw.js +101 -0
  3307. package/examples/full-example-typescript/node_modules/body-parser/lib/types/text.js +121 -0
  3308. package/examples/full-example-typescript/node_modules/body-parser/lib/types/urlencoded.js +307 -0
  3309. package/examples/full-example-typescript/node_modules/body-parser/package.json +56 -0
  3310. package/examples/full-example-typescript/node_modules/bowser/CHANGELOG.md +218 -0
  3311. package/examples/full-example-typescript/node_modules/bowser/LICENSE +39 -0
  3312. package/examples/full-example-typescript/node_modules/bowser/README.md +179 -0
  3313. package/examples/full-example-typescript/node_modules/bowser/bundled.js +1 -0
  3314. package/examples/full-example-typescript/node_modules/bowser/es5.js +1 -0
  3315. package/examples/full-example-typescript/node_modules/bowser/index.d.ts +250 -0
  3316. package/examples/full-example-typescript/node_modules/bowser/package.json +83 -0
  3317. package/examples/full-example-typescript/node_modules/bowser/src/bowser.js +77 -0
  3318. package/examples/full-example-typescript/node_modules/bowser/src/constants.js +116 -0
  3319. package/examples/full-example-typescript/node_modules/bowser/src/parser-browsers.js +700 -0
  3320. package/examples/full-example-typescript/node_modules/bowser/src/parser-engines.js +120 -0
  3321. package/examples/full-example-typescript/node_modules/bowser/src/parser-os.js +199 -0
  3322. package/examples/full-example-typescript/node_modules/bowser/src/parser-platforms.js +266 -0
  3323. package/examples/full-example-typescript/node_modules/bowser/src/parser.js +496 -0
  3324. package/examples/full-example-typescript/node_modules/bowser/src/utils.js +309 -0
  3325. package/examples/full-example-typescript/node_modules/bytes/History.md +97 -0
  3326. package/examples/full-example-typescript/node_modules/bytes/LICENSE +23 -0
  3327. package/examples/full-example-typescript/node_modules/bytes/Readme.md +152 -0
  3328. package/examples/full-example-typescript/node_modules/bytes/index.js +170 -0
  3329. package/examples/full-example-typescript/node_modules/bytes/package.json +42 -0
  3330. package/examples/full-example-typescript/node_modules/call-bind/.eslintignore +1 -0
  3331. package/examples/full-example-typescript/node_modules/call-bind/.eslintrc +16 -0
  3332. package/examples/full-example-typescript/node_modules/call-bind/.github/FUNDING.yml +12 -0
  3333. package/examples/full-example-typescript/node_modules/call-bind/.nycrc +9 -0
  3334. package/examples/full-example-typescript/node_modules/call-bind/CHANGELOG.md +106 -0
  3335. package/examples/full-example-typescript/node_modules/call-bind/LICENSE +21 -0
  3336. package/examples/full-example-typescript/node_modules/call-bind/README.md +64 -0
  3337. package/examples/full-example-typescript/node_modules/call-bind/callBound.js +15 -0
  3338. package/examples/full-example-typescript/node_modules/call-bind/index.js +24 -0
  3339. package/examples/full-example-typescript/node_modules/call-bind/package.json +93 -0
  3340. package/examples/full-example-typescript/node_modules/call-bind/test/callBound.js +54 -0
  3341. package/examples/full-example-typescript/node_modules/call-bind/test/index.js +74 -0
  3342. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/.eslintrc +16 -0
  3343. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  3344. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  3345. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/CHANGELOG.md +23 -0
  3346. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  3347. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/README.md +62 -0
  3348. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  3349. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  3350. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  3351. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  3352. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  3353. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  3354. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  3355. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  3356. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/index.d.ts +46 -0
  3357. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/index.js +15 -0
  3358. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/package.json +85 -0
  3359. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  3360. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  3361. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  3362. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  3363. package/examples/full-example-typescript/node_modules/call-bound/.eslintrc +13 -0
  3364. package/examples/full-example-typescript/node_modules/call-bound/.github/FUNDING.yml +12 -0
  3365. package/examples/full-example-typescript/node_modules/call-bound/.nycrc +9 -0
  3366. package/examples/full-example-typescript/node_modules/call-bound/CHANGELOG.md +25 -0
  3367. package/examples/full-example-typescript/node_modules/call-bound/LICENSE +21 -0
  3368. package/examples/full-example-typescript/node_modules/call-bound/README.md +53 -0
  3369. package/examples/full-example-typescript/node_modules/call-bound/index.d.ts +5 -0
  3370. package/examples/full-example-typescript/node_modules/call-bound/index.js +18 -0
  3371. package/examples/full-example-typescript/node_modules/call-bound/package.json +98 -0
  3372. package/examples/full-example-typescript/node_modules/call-bound/test/index.js +54 -0
  3373. package/examples/full-example-typescript/node_modules/call-bound/tsconfig.json +9 -0
  3374. package/examples/full-example-typescript/node_modules/check-disk-space/LICENSE +21 -0
  3375. package/examples/full-example-typescript/node_modules/check-disk-space/README.md +53 -0
  3376. package/examples/full-example-typescript/node_modules/check-disk-space/dist/check-disk-space.cjs +210 -0
  3377. package/examples/full-example-typescript/node_modules/check-disk-space/dist/check-disk-space.d.ts +53 -0
  3378. package/examples/full-example-typescript/node_modules/check-disk-space/dist/check-disk-space.mjs +203 -0
  3379. package/examples/full-example-typescript/node_modules/check-disk-space/package.json +83 -0
  3380. package/examples/full-example-typescript/node_modules/content-disposition/HISTORY.md +60 -0
  3381. package/examples/full-example-typescript/node_modules/content-disposition/LICENSE +22 -0
  3382. package/examples/full-example-typescript/node_modules/content-disposition/README.md +142 -0
  3383. package/examples/full-example-typescript/node_modules/content-disposition/index.js +458 -0
  3384. package/examples/full-example-typescript/node_modules/content-disposition/package.json +44 -0
  3385. package/examples/full-example-typescript/node_modules/content-type/HISTORY.md +29 -0
  3386. package/examples/full-example-typescript/node_modules/content-type/LICENSE +22 -0
  3387. package/examples/full-example-typescript/node_modules/content-type/README.md +94 -0
  3388. package/examples/full-example-typescript/node_modules/content-type/index.js +225 -0
  3389. package/examples/full-example-typescript/node_modules/content-type/package.json +42 -0
  3390. package/examples/full-example-typescript/node_modules/cookie/LICENSE +24 -0
  3391. package/examples/full-example-typescript/node_modules/cookie/README.md +317 -0
  3392. package/examples/full-example-typescript/node_modules/cookie/SECURITY.md +25 -0
  3393. package/examples/full-example-typescript/node_modules/cookie/index.js +334 -0
  3394. package/examples/full-example-typescript/node_modules/cookie/package.json +44 -0
  3395. package/examples/full-example-typescript/node_modules/cookie-signature/History.md +38 -0
  3396. package/examples/full-example-typescript/node_modules/cookie-signature/Readme.md +42 -0
  3397. package/examples/full-example-typescript/node_modules/cookie-signature/index.js +51 -0
  3398. package/examples/full-example-typescript/node_modules/cookie-signature/package.json +18 -0
  3399. package/examples/full-example-typescript/node_modules/cors/CONTRIBUTING.md +33 -0
  3400. package/examples/full-example-typescript/node_modules/cors/HISTORY.md +58 -0
  3401. package/examples/full-example-typescript/node_modules/cors/LICENSE +22 -0
  3402. package/examples/full-example-typescript/node_modules/cors/README.md +243 -0
  3403. package/examples/full-example-typescript/node_modules/cors/lib/index.js +238 -0
  3404. package/examples/full-example-typescript/node_modules/cors/package.json +41 -0
  3405. package/examples/full-example-typescript/node_modules/debug/.coveralls.yml +1 -0
  3406. package/examples/full-example-typescript/node_modules/debug/.eslintrc +11 -0
  3407. package/examples/full-example-typescript/node_modules/debug/.travis.yml +14 -0
  3408. package/examples/full-example-typescript/node_modules/debug/CHANGELOG.md +362 -0
  3409. package/examples/full-example-typescript/node_modules/debug/LICENSE +19 -0
  3410. package/examples/full-example-typescript/node_modules/debug/Makefile +50 -0
  3411. package/examples/full-example-typescript/node_modules/debug/README.md +312 -0
  3412. package/examples/full-example-typescript/node_modules/debug/component.json +19 -0
  3413. package/examples/full-example-typescript/node_modules/debug/karma.conf.js +70 -0
  3414. package/examples/full-example-typescript/node_modules/debug/node.js +1 -0
  3415. package/examples/full-example-typescript/node_modules/debug/package.json +49 -0
  3416. package/examples/full-example-typescript/node_modules/debug/src/browser.js +185 -0
  3417. package/examples/full-example-typescript/node_modules/debug/src/debug.js +202 -0
  3418. package/examples/full-example-typescript/node_modules/debug/src/index.js +10 -0
  3419. package/examples/full-example-typescript/node_modules/debug/src/inspector-log.js +15 -0
  3420. package/examples/full-example-typescript/node_modules/debug/src/node.js +248 -0
  3421. package/examples/full-example-typescript/node_modules/define-data-property/.eslintrc +24 -0
  3422. package/examples/full-example-typescript/node_modules/define-data-property/.github/FUNDING.yml +12 -0
  3423. package/examples/full-example-typescript/node_modules/define-data-property/.nycrc +13 -0
  3424. package/examples/full-example-typescript/node_modules/define-data-property/CHANGELOG.md +70 -0
  3425. package/examples/full-example-typescript/node_modules/define-data-property/LICENSE +21 -0
  3426. package/examples/full-example-typescript/node_modules/define-data-property/README.md +67 -0
  3427. package/examples/full-example-typescript/node_modules/define-data-property/index.d.ts +12 -0
  3428. package/examples/full-example-typescript/node_modules/define-data-property/index.js +56 -0
  3429. package/examples/full-example-typescript/node_modules/define-data-property/package.json +106 -0
  3430. package/examples/full-example-typescript/node_modules/define-data-property/test/index.js +392 -0
  3431. package/examples/full-example-typescript/node_modules/define-data-property/tsconfig.json +59 -0
  3432. package/examples/full-example-typescript/node_modules/depd/History.md +103 -0
  3433. package/examples/full-example-typescript/node_modules/depd/LICENSE +22 -0
  3434. package/examples/full-example-typescript/node_modules/depd/Readme.md +280 -0
  3435. package/examples/full-example-typescript/node_modules/depd/index.js +538 -0
  3436. package/examples/full-example-typescript/node_modules/depd/lib/browser/index.js +77 -0
  3437. package/examples/full-example-typescript/node_modules/depd/package.json +45 -0
  3438. package/examples/full-example-typescript/node_modules/destroy/LICENSE +23 -0
  3439. package/examples/full-example-typescript/node_modules/destroy/README.md +63 -0
  3440. package/examples/full-example-typescript/node_modules/destroy/index.js +209 -0
  3441. package/examples/full-example-typescript/node_modules/destroy/package.json +48 -0
  3442. package/examples/full-example-typescript/node_modules/dunder-proto/.eslintrc +5 -0
  3443. package/examples/full-example-typescript/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  3444. package/examples/full-example-typescript/node_modules/dunder-proto/.nycrc +13 -0
  3445. package/examples/full-example-typescript/node_modules/dunder-proto/CHANGELOG.md +15 -0
  3446. package/examples/full-example-typescript/node_modules/dunder-proto/LICENSE +21 -0
  3447. package/examples/full-example-typescript/node_modules/dunder-proto/README.md +54 -0
  3448. package/examples/full-example-typescript/node_modules/dunder-proto/get.d.ts +5 -0
  3449. package/examples/full-example-typescript/node_modules/dunder-proto/get.js +23 -0
  3450. package/examples/full-example-typescript/node_modules/dunder-proto/package.json +76 -0
  3451. package/examples/full-example-typescript/node_modules/dunder-proto/set.d.ts +5 -0
  3452. package/examples/full-example-typescript/node_modules/dunder-proto/set.js +29 -0
  3453. package/examples/full-example-typescript/node_modules/dunder-proto/test/get.js +34 -0
  3454. package/examples/full-example-typescript/node_modules/dunder-proto/test/index.js +4 -0
  3455. package/examples/full-example-typescript/node_modules/dunder-proto/test/set.js +41 -0
  3456. package/examples/full-example-typescript/node_modules/dunder-proto/tsconfig.json +9 -0
  3457. package/examples/full-example-typescript/node_modules/ee-first/LICENSE +22 -0
  3458. package/examples/full-example-typescript/node_modules/ee-first/README.md +80 -0
  3459. package/examples/full-example-typescript/node_modules/ee-first/index.js +95 -0
  3460. package/examples/full-example-typescript/node_modules/ee-first/package.json +29 -0
  3461. package/examples/full-example-typescript/node_modules/encodeurl/LICENSE +22 -0
  3462. package/examples/full-example-typescript/node_modules/encodeurl/README.md +109 -0
  3463. package/examples/full-example-typescript/node_modules/encodeurl/index.js +60 -0
  3464. package/examples/full-example-typescript/node_modules/encodeurl/package.json +40 -0
  3465. package/examples/full-example-typescript/node_modules/engine.io/LICENSE +19 -0
  3466. package/examples/full-example-typescript/node_modules/engine.io/README.md +603 -0
  3467. package/examples/full-example-typescript/node_modules/engine.io/build/engine.io.d.ts +26 -0
  3468. package/examples/full-example-typescript/node_modules/engine.io/build/engine.io.js +54 -0
  3469. package/examples/full-example-typescript/node_modules/engine.io/build/parser-v3/index.d.ts +94 -0
  3470. package/examples/full-example-typescript/node_modules/engine.io/build/parser-v3/index.js +424 -0
  3471. package/examples/full-example-typescript/node_modules/engine.io/build/parser-v3/utf8.d.ts +14 -0
  3472. package/examples/full-example-typescript/node_modules/engine.io/build/parser-v3/utf8.js +187 -0
  3473. package/examples/full-example-typescript/node_modules/engine.io/build/server.d.ts +267 -0
  3474. package/examples/full-example-typescript/node_modules/engine.io/build/server.js +786 -0
  3475. package/examples/full-example-typescript/node_modules/engine.io/build/socket.d.ts +180 -0
  3476. package/examples/full-example-typescript/node_modules/engine.io/build/socket.js +460 -0
  3477. package/examples/full-example-typescript/node_modules/engine.io/build/transport.d.ts +124 -0
  3478. package/examples/full-example-typescript/node_modules/engine.io/build/transport.js +117 -0
  3479. package/examples/full-example-typescript/node_modules/engine.io/build/transports/index.d.ts +16 -0
  3480. package/examples/full-example-typescript/node_modules/engine.io/build/transports/index.js +23 -0
  3481. package/examples/full-example-typescript/node_modules/engine.io/build/transports/polling-jsonp.d.ts +12 -0
  3482. package/examples/full-example-typescript/node_modules/engine.io/build/transports/polling-jsonp.js +41 -0
  3483. package/examples/full-example-typescript/node_modules/engine.io/build/transports/polling.d.ts +87 -0
  3484. package/examples/full-example-typescript/node_modules/engine.io/build/transports/polling.js +332 -0
  3485. package/examples/full-example-typescript/node_modules/engine.io/build/transports/websocket.d.ts +32 -0
  3486. package/examples/full-example-typescript/node_modules/engine.io/build/transports/websocket.js +94 -0
  3487. package/examples/full-example-typescript/node_modules/engine.io/build/transports/webtransport.d.ts +12 -0
  3488. package/examples/full-example-typescript/node_modules/engine.io/build/transports/webtransport.js +63 -0
  3489. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/index.d.ts +7 -0
  3490. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/index.js +8 -0
  3491. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/polling.d.ts +99 -0
  3492. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/polling.js +364 -0
  3493. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/websocket.d.ts +32 -0
  3494. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/websocket.js +73 -0
  3495. package/examples/full-example-typescript/node_modules/engine.io/build/userver.d.ts +42 -0
  3496. package/examples/full-example-typescript/node_modules/engine.io/build/userver.js +279 -0
  3497. package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/LICENSE +24 -0
  3498. package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/README.md +317 -0
  3499. package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/SECURITY.md +25 -0
  3500. package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/index.js +335 -0
  3501. package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/package.json +44 -0
  3502. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/LICENSE +20 -0
  3503. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/README.md +481 -0
  3504. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/package.json +60 -0
  3505. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/src/browser.js +271 -0
  3506. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/src/common.js +274 -0
  3507. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/src/index.js +10 -0
  3508. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/src/node.js +263 -0
  3509. package/examples/full-example-typescript/node_modules/engine.io/node_modules/ms/index.js +162 -0
  3510. package/examples/full-example-typescript/node_modules/engine.io/node_modules/ms/license.md +21 -0
  3511. package/examples/full-example-typescript/node_modules/engine.io/node_modules/ms/package.json +38 -0
  3512. package/examples/full-example-typescript/node_modules/engine.io/node_modules/ms/readme.md +59 -0
  3513. package/examples/full-example-typescript/node_modules/engine.io/package.json +71 -0
  3514. package/examples/full-example-typescript/node_modules/engine.io/wrapper.mjs +10 -0
  3515. package/examples/full-example-typescript/node_modules/engine.io-parser/LICENSE +22 -0
  3516. package/examples/full-example-typescript/node_modules/engine.io-parser/Readme.md +158 -0
  3517. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/commons.d.ts +14 -0
  3518. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/commons.js +19 -0
  3519. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.d.ts +2 -0
  3520. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.js +48 -0
  3521. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/decodePacket.browser.d.ts +2 -0
  3522. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/decodePacket.browser.js +66 -0
  3523. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/decodePacket.d.ts +2 -0
  3524. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/decodePacket.js +59 -0
  3525. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/encodePacket.browser.d.ts +4 -0
  3526. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/encodePacket.browser.js +72 -0
  3527. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/encodePacket.d.ts +3 -0
  3528. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/encodePacket.js +38 -0
  3529. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/index.d.ts +9 -0
  3530. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/index.js +164 -0
  3531. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/package.json +8 -0
  3532. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/commons.d.ts +14 -0
  3533. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/commons.js +14 -0
  3534. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.d.ts +2 -0
  3535. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js +43 -0
  3536. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/decodePacket.browser.d.ts +2 -0
  3537. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/decodePacket.browser.js +62 -0
  3538. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/decodePacket.d.ts +2 -0
  3539. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/decodePacket.js +55 -0
  3540. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/encodePacket.browser.d.ts +4 -0
  3541. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/encodePacket.browser.js +68 -0
  3542. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/encodePacket.d.ts +3 -0
  3543. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/encodePacket.js +33 -0
  3544. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/index.d.ts +9 -0
  3545. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/index.js +156 -0
  3546. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/package.json +8 -0
  3547. package/examples/full-example-typescript/node_modules/engine.io-parser/package.json +46 -0
  3548. package/examples/full-example-typescript/node_modules/es-define-property/.eslintrc +13 -0
  3549. package/examples/full-example-typescript/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  3550. package/examples/full-example-typescript/node_modules/es-define-property/.nycrc +9 -0
  3551. package/examples/full-example-typescript/node_modules/es-define-property/CHANGELOG.md +29 -0
  3552. package/examples/full-example-typescript/node_modules/es-define-property/LICENSE +21 -0
  3553. package/examples/full-example-typescript/node_modules/es-define-property/README.md +49 -0
  3554. package/examples/full-example-typescript/node_modules/es-define-property/index.d.ts +3 -0
  3555. package/examples/full-example-typescript/node_modules/es-define-property/index.js +14 -0
  3556. package/examples/full-example-typescript/node_modules/es-define-property/package.json +81 -0
  3557. package/examples/full-example-typescript/node_modules/es-define-property/test/index.js +56 -0
  3558. package/examples/full-example-typescript/node_modules/es-define-property/tsconfig.json +10 -0
  3559. package/examples/full-example-typescript/node_modules/es-errors/.eslintrc +5 -0
  3560. package/examples/full-example-typescript/node_modules/es-errors/.github/FUNDING.yml +12 -0
  3561. package/examples/full-example-typescript/node_modules/es-errors/CHANGELOG.md +40 -0
  3562. package/examples/full-example-typescript/node_modules/es-errors/LICENSE +21 -0
  3563. package/examples/full-example-typescript/node_modules/es-errors/README.md +55 -0
  3564. package/examples/full-example-typescript/node_modules/es-errors/eval.d.ts +3 -0
  3565. package/examples/full-example-typescript/node_modules/es-errors/eval.js +4 -0
  3566. package/examples/full-example-typescript/node_modules/es-errors/index.d.ts +3 -0
  3567. package/examples/full-example-typescript/node_modules/es-errors/index.js +4 -0
  3568. package/examples/full-example-typescript/node_modules/es-errors/package.json +80 -0
  3569. package/examples/full-example-typescript/node_modules/es-errors/range.d.ts +3 -0
  3570. package/examples/full-example-typescript/node_modules/es-errors/range.js +4 -0
  3571. package/examples/full-example-typescript/node_modules/es-errors/ref.d.ts +3 -0
  3572. package/examples/full-example-typescript/node_modules/es-errors/ref.js +4 -0
  3573. package/examples/full-example-typescript/node_modules/es-errors/syntax.d.ts +3 -0
  3574. package/examples/full-example-typescript/node_modules/es-errors/syntax.js +4 -0
  3575. package/examples/full-example-typescript/node_modules/es-errors/test/index.js +19 -0
  3576. package/examples/full-example-typescript/node_modules/es-errors/tsconfig.json +49 -0
  3577. package/examples/full-example-typescript/node_modules/es-errors/type.d.ts +3 -0
  3578. package/examples/full-example-typescript/node_modules/es-errors/type.js +4 -0
  3579. package/examples/full-example-typescript/node_modules/es-errors/uri.d.ts +3 -0
  3580. package/examples/full-example-typescript/node_modules/es-errors/uri.js +4 -0
  3581. package/examples/full-example-typescript/node_modules/es-object-atoms/.eslintrc +16 -0
  3582. package/examples/full-example-typescript/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  3583. package/examples/full-example-typescript/node_modules/es-object-atoms/CHANGELOG.md +16 -0
  3584. package/examples/full-example-typescript/node_modules/es-object-atoms/LICENSE +21 -0
  3585. package/examples/full-example-typescript/node_modules/es-object-atoms/README.md +56 -0
  3586. package/examples/full-example-typescript/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  3587. package/examples/full-example-typescript/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  3588. package/examples/full-example-typescript/node_modules/es-object-atoms/ToObject.d.ts +3 -0
  3589. package/examples/full-example-typescript/node_modules/es-object-atoms/ToObject.js +10 -0
  3590. package/examples/full-example-typescript/node_modules/es-object-atoms/index.d.ts +3 -0
  3591. package/examples/full-example-typescript/node_modules/es-object-atoms/index.js +4 -0
  3592. package/examples/full-example-typescript/node_modules/es-object-atoms/package.json +79 -0
  3593. package/examples/full-example-typescript/node_modules/es-object-atoms/test/index.js +28 -0
  3594. package/examples/full-example-typescript/node_modules/es-object-atoms/tsconfig.json +6 -0
  3595. package/examples/full-example-typescript/node_modules/escape-html/LICENSE +24 -0
  3596. package/examples/full-example-typescript/node_modules/escape-html/Readme.md +43 -0
  3597. package/examples/full-example-typescript/node_modules/escape-html/index.js +78 -0
  3598. package/examples/full-example-typescript/node_modules/escape-html/package.json +24 -0
  3599. package/examples/full-example-typescript/node_modules/etag/HISTORY.md +83 -0
  3600. package/examples/full-example-typescript/node_modules/etag/LICENSE +22 -0
  3601. package/examples/full-example-typescript/node_modules/etag/README.md +159 -0
  3602. package/examples/full-example-typescript/node_modules/etag/index.js +131 -0
  3603. package/examples/full-example-typescript/node_modules/etag/package.json +47 -0
  3604. package/examples/full-example-typescript/node_modules/express/History.md +3656 -0
  3605. package/examples/full-example-typescript/node_modules/express/LICENSE +24 -0
  3606. package/examples/full-example-typescript/node_modules/express/Readme.md +260 -0
  3607. package/examples/full-example-typescript/node_modules/express/index.js +11 -0
  3608. package/examples/full-example-typescript/node_modules/express/lib/application.js +661 -0
  3609. package/examples/full-example-typescript/node_modules/express/lib/express.js +116 -0
  3610. package/examples/full-example-typescript/node_modules/express/lib/middleware/init.js +43 -0
  3611. package/examples/full-example-typescript/node_modules/express/lib/middleware/query.js +47 -0
  3612. package/examples/full-example-typescript/node_modules/express/lib/request.js +525 -0
  3613. package/examples/full-example-typescript/node_modules/express/lib/response.js +1179 -0
  3614. package/examples/full-example-typescript/node_modules/express/lib/router/index.js +673 -0
  3615. package/examples/full-example-typescript/node_modules/express/lib/router/layer.js +181 -0
  3616. package/examples/full-example-typescript/node_modules/express/lib/router/route.js +230 -0
  3617. package/examples/full-example-typescript/node_modules/express/lib/utils.js +303 -0
  3618. package/examples/full-example-typescript/node_modules/express/lib/view.js +182 -0
  3619. package/examples/full-example-typescript/node_modules/express/package.json +102 -0
  3620. package/examples/full-example-typescript/node_modules/fast-xml-parser/CHANGELOG.md +594 -0
  3621. package/examples/full-example-typescript/node_modules/fast-xml-parser/LICENSE +21 -0
  3622. package/examples/full-example-typescript/node_modules/fast-xml-parser/README.md +236 -0
  3623. package/examples/full-example-typescript/node_modules/fast-xml-parser/package.json +74 -0
  3624. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/cli/cli.js +93 -0
  3625. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/cli/man.js +12 -0
  3626. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/cli/read.js +92 -0
  3627. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/fxp.d.ts +402 -0
  3628. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/fxp.js +11 -0
  3629. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/util.js +72 -0
  3630. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +16 -0
  3631. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +107 -0
  3632. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +64 -0
  3633. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +71 -0
  3634. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +103 -0
  3635. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +102 -0
  3636. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +156 -0
  3637. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +99 -0
  3638. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  3639. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/TagPath.js +81 -0
  3640. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +15 -0
  3641. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/XMLParser.js +85 -0
  3642. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +237 -0
  3643. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +212 -0
  3644. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +118 -0
  3645. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +118 -0
  3646. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +123 -0
  3647. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +107 -0
  3648. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +23 -0
  3649. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +20 -0
  3650. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +40 -0
  3651. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +14 -0
  3652. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +16 -0
  3653. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +8 -0
  3654. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/validator.js +425 -0
  3655. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +281 -0
  3656. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +135 -0
  3657. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  3658. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +152 -0
  3659. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +48 -0
  3660. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +601 -0
  3661. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +58 -0
  3662. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/node2json.js +113 -0
  3663. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +25 -0
  3664. package/examples/full-example-typescript/node_modules/file-type/browser.d.ts +29 -0
  3665. package/examples/full-example-typescript/node_modules/file-type/browser.js +15 -0
  3666. package/examples/full-example-typescript/node_modules/file-type/core.d.ts +530 -0
  3667. package/examples/full-example-typescript/node_modules/file-type/core.js +1690 -0
  3668. package/examples/full-example-typescript/node_modules/file-type/index.d.ts +13 -0
  3669. package/examples/full-example-typescript/node_modules/file-type/index.js +14 -0
  3670. package/examples/full-example-typescript/node_modules/file-type/license +9 -0
  3671. package/examples/full-example-typescript/node_modules/file-type/package.json +244 -0
  3672. package/examples/full-example-typescript/node_modules/file-type/readme.md +543 -0
  3673. package/examples/full-example-typescript/node_modules/file-type/supported.js +304 -0
  3674. package/examples/full-example-typescript/node_modules/file-type/util.js +38 -0
  3675. package/examples/full-example-typescript/node_modules/finalhandler/HISTORY.md +210 -0
  3676. package/examples/full-example-typescript/node_modules/finalhandler/LICENSE +22 -0
  3677. package/examples/full-example-typescript/node_modules/finalhandler/README.md +147 -0
  3678. package/examples/full-example-typescript/node_modules/finalhandler/SECURITY.md +25 -0
  3679. package/examples/full-example-typescript/node_modules/finalhandler/index.js +341 -0
  3680. package/examples/full-example-typescript/node_modules/finalhandler/package.json +47 -0
  3681. package/examples/full-example-typescript/node_modules/forwarded/HISTORY.md +21 -0
  3682. package/examples/full-example-typescript/node_modules/forwarded/LICENSE +22 -0
  3683. package/examples/full-example-typescript/node_modules/forwarded/README.md +57 -0
  3684. package/examples/full-example-typescript/node_modules/forwarded/index.js +90 -0
  3685. package/examples/full-example-typescript/node_modules/forwarded/package.json +45 -0
  3686. package/examples/full-example-typescript/node_modules/fresh/HISTORY.md +70 -0
  3687. package/examples/full-example-typescript/node_modules/fresh/LICENSE +23 -0
  3688. package/examples/full-example-typescript/node_modules/fresh/README.md +119 -0
  3689. package/examples/full-example-typescript/node_modules/fresh/index.js +137 -0
  3690. package/examples/full-example-typescript/node_modules/fresh/package.json +46 -0
  3691. package/examples/full-example-typescript/node_modules/function-bind/.eslintrc +21 -0
  3692. package/examples/full-example-typescript/node_modules/function-bind/.github/FUNDING.yml +12 -0
  3693. package/examples/full-example-typescript/node_modules/function-bind/.github/SECURITY.md +3 -0
  3694. package/examples/full-example-typescript/node_modules/function-bind/.nycrc +13 -0
  3695. package/examples/full-example-typescript/node_modules/function-bind/CHANGELOG.md +136 -0
  3696. package/examples/full-example-typescript/node_modules/function-bind/LICENSE +20 -0
  3697. package/examples/full-example-typescript/node_modules/function-bind/README.md +46 -0
  3698. package/examples/full-example-typescript/node_modules/function-bind/implementation.js +84 -0
  3699. package/examples/full-example-typescript/node_modules/function-bind/index.js +5 -0
  3700. package/examples/full-example-typescript/node_modules/function-bind/package.json +87 -0
  3701. package/examples/full-example-typescript/node_modules/function-bind/test/.eslintrc +9 -0
  3702. package/examples/full-example-typescript/node_modules/function-bind/test/index.js +252 -0
  3703. package/examples/full-example-typescript/node_modules/get-intrinsic/.eslintrc +38 -0
  3704. package/examples/full-example-typescript/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  3705. package/examples/full-example-typescript/node_modules/get-intrinsic/.nycrc +9 -0
  3706. package/examples/full-example-typescript/node_modules/get-intrinsic/CHANGELOG.md +170 -0
  3707. package/examples/full-example-typescript/node_modules/get-intrinsic/LICENSE +21 -0
  3708. package/examples/full-example-typescript/node_modules/get-intrinsic/README.md +71 -0
  3709. package/examples/full-example-typescript/node_modules/get-intrinsic/index.js +372 -0
  3710. package/examples/full-example-typescript/node_modules/get-intrinsic/package.json +97 -0
  3711. package/examples/full-example-typescript/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  3712. package/examples/full-example-typescript/node_modules/gopd/.eslintrc +16 -0
  3713. package/examples/full-example-typescript/node_modules/gopd/.github/FUNDING.yml +12 -0
  3714. package/examples/full-example-typescript/node_modules/gopd/CHANGELOG.md +45 -0
  3715. package/examples/full-example-typescript/node_modules/gopd/LICENSE +21 -0
  3716. package/examples/full-example-typescript/node_modules/gopd/README.md +40 -0
  3717. package/examples/full-example-typescript/node_modules/gopd/gOPD.d.ts +1 -0
  3718. package/examples/full-example-typescript/node_modules/gopd/gOPD.js +4 -0
  3719. package/examples/full-example-typescript/node_modules/gopd/index.d.ts +5 -0
  3720. package/examples/full-example-typescript/node_modules/gopd/index.js +15 -0
  3721. package/examples/full-example-typescript/node_modules/gopd/package.json +77 -0
  3722. package/examples/full-example-typescript/node_modules/gopd/test/index.js +36 -0
  3723. package/examples/full-example-typescript/node_modules/gopd/tsconfig.json +9 -0
  3724. package/examples/full-example-typescript/node_modules/has-property-descriptors/.eslintrc +13 -0
  3725. package/examples/full-example-typescript/node_modules/has-property-descriptors/.github/FUNDING.yml +12 -0
  3726. package/examples/full-example-typescript/node_modules/has-property-descriptors/.nycrc +9 -0
  3727. package/examples/full-example-typescript/node_modules/has-property-descriptors/CHANGELOG.md +35 -0
  3728. package/examples/full-example-typescript/node_modules/has-property-descriptors/LICENSE +21 -0
  3729. package/examples/full-example-typescript/node_modules/has-property-descriptors/README.md +43 -0
  3730. package/examples/full-example-typescript/node_modules/has-property-descriptors/index.js +22 -0
  3731. package/examples/full-example-typescript/node_modules/has-property-descriptors/package.json +77 -0
  3732. package/examples/full-example-typescript/node_modules/has-property-descriptors/test/index.js +57 -0
  3733. package/examples/full-example-typescript/node_modules/has-symbols/.eslintrc +11 -0
  3734. package/examples/full-example-typescript/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  3735. package/examples/full-example-typescript/node_modules/has-symbols/.nycrc +9 -0
  3736. package/examples/full-example-typescript/node_modules/has-symbols/CHANGELOG.md +91 -0
  3737. package/examples/full-example-typescript/node_modules/has-symbols/LICENSE +21 -0
  3738. package/examples/full-example-typescript/node_modules/has-symbols/README.md +46 -0
  3739. package/examples/full-example-typescript/node_modules/has-symbols/index.d.ts +3 -0
  3740. package/examples/full-example-typescript/node_modules/has-symbols/index.js +14 -0
  3741. package/examples/full-example-typescript/node_modules/has-symbols/package.json +111 -0
  3742. package/examples/full-example-typescript/node_modules/has-symbols/shams.d.ts +3 -0
  3743. package/examples/full-example-typescript/node_modules/has-symbols/shams.js +45 -0
  3744. package/examples/full-example-typescript/node_modules/has-symbols/test/index.js +22 -0
  3745. package/examples/full-example-typescript/node_modules/has-symbols/test/shams/core-js.js +29 -0
  3746. package/examples/full-example-typescript/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  3747. package/examples/full-example-typescript/node_modules/has-symbols/test/tests.js +58 -0
  3748. package/examples/full-example-typescript/node_modules/has-symbols/tsconfig.json +10 -0
  3749. package/examples/full-example-typescript/node_modules/hasown/.eslintrc +5 -0
  3750. package/examples/full-example-typescript/node_modules/hasown/.github/FUNDING.yml +12 -0
  3751. package/examples/full-example-typescript/node_modules/hasown/.nycrc +13 -0
  3752. package/examples/full-example-typescript/node_modules/hasown/CHANGELOG.md +40 -0
  3753. package/examples/full-example-typescript/node_modules/hasown/LICENSE +21 -0
  3754. package/examples/full-example-typescript/node_modules/hasown/README.md +40 -0
  3755. package/examples/full-example-typescript/node_modules/hasown/index.d.ts +3 -0
  3756. package/examples/full-example-typescript/node_modules/hasown/index.js +8 -0
  3757. package/examples/full-example-typescript/node_modules/hasown/package.json +92 -0
  3758. package/examples/full-example-typescript/node_modules/hasown/tsconfig.json +6 -0
  3759. package/examples/full-example-typescript/node_modules/http-errors/HISTORY.md +180 -0
  3760. package/examples/full-example-typescript/node_modules/http-errors/LICENSE +23 -0
  3761. package/examples/full-example-typescript/node_modules/http-errors/README.md +169 -0
  3762. package/examples/full-example-typescript/node_modules/http-errors/index.js +289 -0
  3763. package/examples/full-example-typescript/node_modules/http-errors/package.json +50 -0
  3764. package/examples/full-example-typescript/node_modules/iconv-lite/Changelog.md +162 -0
  3765. package/examples/full-example-typescript/node_modules/iconv-lite/LICENSE +21 -0
  3766. package/examples/full-example-typescript/node_modules/iconv-lite/README.md +156 -0
  3767. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/dbcs-codec.js +555 -0
  3768. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/dbcs-data.js +176 -0
  3769. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/index.js +22 -0
  3770. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/internal.js +188 -0
  3771. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
  3772. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
  3773. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/sbcs-data.js +174 -0
  3774. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
  3775. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
  3776. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
  3777. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
  3778. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
  3779. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
  3780. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/gbk-added.json +55 -0
  3781. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
  3782. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/utf16.js +177 -0
  3783. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/utf7.js +290 -0
  3784. package/examples/full-example-typescript/node_modules/iconv-lite/lib/bom-handling.js +52 -0
  3785. package/examples/full-example-typescript/node_modules/iconv-lite/lib/extend-node.js +217 -0
  3786. package/examples/full-example-typescript/node_modules/iconv-lite/lib/index.d.ts +24 -0
  3787. package/examples/full-example-typescript/node_modules/iconv-lite/lib/index.js +153 -0
  3788. package/examples/full-example-typescript/node_modules/iconv-lite/lib/streams.js +121 -0
  3789. package/examples/full-example-typescript/node_modules/iconv-lite/package.json +46 -0
  3790. package/examples/full-example-typescript/node_modules/ieee754/LICENSE +11 -0
  3791. package/examples/full-example-typescript/node_modules/ieee754/README.md +51 -0
  3792. package/examples/full-example-typescript/node_modules/ieee754/index.d.ts +10 -0
  3793. package/examples/full-example-typescript/node_modules/ieee754/index.js +85 -0
  3794. package/examples/full-example-typescript/node_modules/ieee754/package.json +52 -0
  3795. package/examples/full-example-typescript/node_modules/inherits/LICENSE +16 -0
  3796. package/examples/full-example-typescript/node_modules/inherits/README.md +42 -0
  3797. package/examples/full-example-typescript/node_modules/inherits/inherits.js +9 -0
  3798. package/examples/full-example-typescript/node_modules/inherits/inherits_browser.js +27 -0
  3799. package/examples/full-example-typescript/node_modules/inherits/package.json +29 -0
  3800. package/examples/full-example-typescript/node_modules/ipaddr.js/LICENSE +19 -0
  3801. package/examples/full-example-typescript/node_modules/ipaddr.js/README.md +233 -0
  3802. package/examples/full-example-typescript/node_modules/ipaddr.js/ipaddr.min.js +1 -0
  3803. package/examples/full-example-typescript/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
  3804. package/examples/full-example-typescript/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
  3805. package/examples/full-example-typescript/node_modules/ipaddr.js/package.json +35 -0
  3806. package/examples/full-example-typescript/node_modules/math-intrinsics/.eslintrc +16 -0
  3807. package/examples/full-example-typescript/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  3808. package/examples/full-example-typescript/node_modules/math-intrinsics/CHANGELOG.md +16 -0
  3809. package/examples/full-example-typescript/node_modules/math-intrinsics/LICENSE +21 -0
  3810. package/examples/full-example-typescript/node_modules/math-intrinsics/README.md +49 -0
  3811. package/examples/full-example-typescript/node_modules/math-intrinsics/abs.d.ts +1 -0
  3812. package/examples/full-example-typescript/node_modules/math-intrinsics/abs.js +4 -0
  3813. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  3814. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  3815. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  3816. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  3817. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  3818. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  3819. package/examples/full-example-typescript/node_modules/math-intrinsics/floor.d.ts +1 -0
  3820. package/examples/full-example-typescript/node_modules/math-intrinsics/floor.js +4 -0
  3821. package/examples/full-example-typescript/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  3822. package/examples/full-example-typescript/node_modules/math-intrinsics/isFinite.js +12 -0
  3823. package/examples/full-example-typescript/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  3824. package/examples/full-example-typescript/node_modules/math-intrinsics/isInteger.js +16 -0
  3825. package/examples/full-example-typescript/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  3826. package/examples/full-example-typescript/node_modules/math-intrinsics/isNaN.js +6 -0
  3827. package/examples/full-example-typescript/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  3828. package/examples/full-example-typescript/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  3829. package/examples/full-example-typescript/node_modules/math-intrinsics/max.d.ts +1 -0
  3830. package/examples/full-example-typescript/node_modules/math-intrinsics/max.js +4 -0
  3831. package/examples/full-example-typescript/node_modules/math-intrinsics/min.d.ts +1 -0
  3832. package/examples/full-example-typescript/node_modules/math-intrinsics/min.js +4 -0
  3833. package/examples/full-example-typescript/node_modules/math-intrinsics/mod.d.ts +3 -0
  3834. package/examples/full-example-typescript/node_modules/math-intrinsics/mod.js +9 -0
  3835. package/examples/full-example-typescript/node_modules/math-intrinsics/package.json +85 -0
  3836. package/examples/full-example-typescript/node_modules/math-intrinsics/pow.d.ts +1 -0
  3837. package/examples/full-example-typescript/node_modules/math-intrinsics/pow.js +4 -0
  3838. package/examples/full-example-typescript/node_modules/math-intrinsics/sign.d.ts +3 -0
  3839. package/examples/full-example-typescript/node_modules/math-intrinsics/sign.js +11 -0
  3840. package/examples/full-example-typescript/node_modules/math-intrinsics/test/index.js +183 -0
  3841. package/examples/full-example-typescript/node_modules/math-intrinsics/tsconfig.json +3 -0
  3842. package/examples/full-example-typescript/node_modules/media-typer/HISTORY.md +22 -0
  3843. package/examples/full-example-typescript/node_modules/media-typer/LICENSE +22 -0
  3844. package/examples/full-example-typescript/node_modules/media-typer/README.md +81 -0
  3845. package/examples/full-example-typescript/node_modules/media-typer/index.js +270 -0
  3846. package/examples/full-example-typescript/node_modules/media-typer/package.json +26 -0
  3847. package/examples/full-example-typescript/node_modules/merge-descriptors/HISTORY.md +21 -0
  3848. package/examples/full-example-typescript/node_modules/merge-descriptors/LICENSE +23 -0
  3849. package/examples/full-example-typescript/node_modules/merge-descriptors/README.md +49 -0
  3850. package/examples/full-example-typescript/node_modules/merge-descriptors/index.js +60 -0
  3851. package/examples/full-example-typescript/node_modules/merge-descriptors/package.json +39 -0
  3852. package/examples/full-example-typescript/node_modules/methods/HISTORY.md +29 -0
  3853. package/examples/full-example-typescript/node_modules/methods/LICENSE +24 -0
  3854. package/examples/full-example-typescript/node_modules/methods/README.md +51 -0
  3855. package/examples/full-example-typescript/node_modules/methods/index.js +69 -0
  3856. package/examples/full-example-typescript/node_modules/methods/package.json +36 -0
  3857. package/examples/full-example-typescript/node_modules/mime/CHANGELOG.md +164 -0
  3858. package/examples/full-example-typescript/node_modules/mime/LICENSE +21 -0
  3859. package/examples/full-example-typescript/node_modules/mime/README.md +90 -0
  3860. package/examples/full-example-typescript/node_modules/mime/cli.js +8 -0
  3861. package/examples/full-example-typescript/node_modules/mime/mime.js +108 -0
  3862. package/examples/full-example-typescript/node_modules/mime/package.json +44 -0
  3863. package/examples/full-example-typescript/node_modules/mime/src/build.js +53 -0
  3864. package/examples/full-example-typescript/node_modules/mime/src/test.js +60 -0
  3865. package/examples/full-example-typescript/node_modules/mime/types.json +1 -0
  3866. package/examples/full-example-typescript/node_modules/mime-db/HISTORY.md +507 -0
  3867. package/examples/full-example-typescript/node_modules/mime-db/LICENSE +23 -0
  3868. package/examples/full-example-typescript/node_modules/mime-db/README.md +100 -0
  3869. package/examples/full-example-typescript/node_modules/mime-db/db.json +8519 -0
  3870. package/examples/full-example-typescript/node_modules/mime-db/index.js +12 -0
  3871. package/examples/full-example-typescript/node_modules/mime-db/package.json +60 -0
  3872. package/examples/full-example-typescript/node_modules/mime-types/HISTORY.md +397 -0
  3873. package/examples/full-example-typescript/node_modules/mime-types/LICENSE +23 -0
  3874. package/examples/full-example-typescript/node_modules/mime-types/README.md +113 -0
  3875. package/examples/full-example-typescript/node_modules/mime-types/index.js +188 -0
  3876. package/examples/full-example-typescript/node_modules/mime-types/package.json +44 -0
  3877. package/examples/full-example-typescript/node_modules/ms/index.js +152 -0
  3878. package/examples/full-example-typescript/node_modules/ms/license.md +21 -0
  3879. package/examples/full-example-typescript/node_modules/ms/package.json +37 -0
  3880. package/examples/full-example-typescript/node_modules/ms/readme.md +51 -0
  3881. package/examples/full-example-typescript/node_modules/negotiator/HISTORY.md +108 -0
  3882. package/examples/full-example-typescript/node_modules/negotiator/LICENSE +24 -0
  3883. package/examples/full-example-typescript/node_modules/negotiator/README.md +203 -0
  3884. package/examples/full-example-typescript/node_modules/negotiator/index.js +82 -0
  3885. package/examples/full-example-typescript/node_modules/negotiator/lib/charset.js +169 -0
  3886. package/examples/full-example-typescript/node_modules/negotiator/lib/encoding.js +184 -0
  3887. package/examples/full-example-typescript/node_modules/negotiator/lib/language.js +179 -0
  3888. package/examples/full-example-typescript/node_modules/negotiator/lib/mediaType.js +294 -0
  3889. package/examples/full-example-typescript/node_modules/negotiator/package.json +42 -0
  3890. package/examples/full-example-typescript/node_modules/nodemailer/.gitattributes +6 -0
  3891. package/examples/full-example-typescript/node_modules/nodemailer/.ncurc.js +10 -0
  3892. package/examples/full-example-typescript/node_modules/nodemailer/.prettierrc.js +8 -0
  3893. package/examples/full-example-typescript/node_modules/nodemailer/CHANGELOG.md +829 -0
  3894. package/examples/full-example-typescript/node_modules/nodemailer/CODE_OF_CONDUCT.md +76 -0
  3895. package/examples/full-example-typescript/node_modules/nodemailer/LICENSE +16 -0
  3896. package/examples/full-example-typescript/node_modules/nodemailer/README.md +86 -0
  3897. package/examples/full-example-typescript/node_modules/nodemailer/SECURITY.txt +22 -0
  3898. package/examples/full-example-typescript/node_modules/nodemailer/lib/addressparser/index.js +327 -0
  3899. package/examples/full-example-typescript/node_modules/nodemailer/lib/base64/index.js +142 -0
  3900. package/examples/full-example-typescript/node_modules/nodemailer/lib/dkim/index.js +251 -0
  3901. package/examples/full-example-typescript/node_modules/nodemailer/lib/dkim/message-parser.js +155 -0
  3902. package/examples/full-example-typescript/node_modules/nodemailer/lib/dkim/relaxed-body.js +154 -0
  3903. package/examples/full-example-typescript/node_modules/nodemailer/lib/dkim/sign.js +117 -0
  3904. package/examples/full-example-typescript/node_modules/nodemailer/lib/fetch/cookies.js +281 -0
  3905. package/examples/full-example-typescript/node_modules/nodemailer/lib/fetch/index.js +274 -0
  3906. package/examples/full-example-typescript/node_modules/nodemailer/lib/json-transport/index.js +82 -0
  3907. package/examples/full-example-typescript/node_modules/nodemailer/lib/mail-composer/index.js +565 -0
  3908. package/examples/full-example-typescript/node_modules/nodemailer/lib/mailer/index.js +429 -0
  3909. package/examples/full-example-typescript/node_modules/nodemailer/lib/mailer/mail-message.js +315 -0
  3910. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-funcs/index.js +625 -0
  3911. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-funcs/mime-types.js +2104 -0
  3912. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-node/index.js +1314 -0
  3913. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-node/last-newline.js +33 -0
  3914. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-node/le-unix.js +43 -0
  3915. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-node/le-windows.js +52 -0
  3916. package/examples/full-example-typescript/node_modules/nodemailer/lib/nodemailer.js +150 -0
  3917. package/examples/full-example-typescript/node_modules/nodemailer/lib/punycode/index.js +460 -0
  3918. package/examples/full-example-typescript/node_modules/nodemailer/lib/qp/index.js +219 -0
  3919. package/examples/full-example-typescript/node_modules/nodemailer/lib/sendmail-transport/index.js +210 -0
  3920. package/examples/full-example-typescript/node_modules/nodemailer/lib/ses-transport/index.js +349 -0
  3921. package/examples/full-example-typescript/node_modules/nodemailer/lib/shared/index.js +688 -0
  3922. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-connection/data-stream.js +108 -0
  3923. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-connection/http-proxy-client.js +143 -0
  3924. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-connection/index.js +1834 -0
  3925. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-pool/index.js +648 -0
  3926. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-pool/pool-resource.js +253 -0
  3927. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-transport/index.js +416 -0
  3928. package/examples/full-example-typescript/node_modules/nodemailer/lib/stream-transport/index.js +135 -0
  3929. package/examples/full-example-typescript/node_modules/nodemailer/lib/well-known/index.js +47 -0
  3930. package/examples/full-example-typescript/node_modules/nodemailer/lib/well-known/services.json +354 -0
  3931. package/examples/full-example-typescript/node_modules/nodemailer/lib/xoauth2/index.js +376 -0
  3932. package/examples/full-example-typescript/node_modules/nodemailer/package.json +43 -0
  3933. package/examples/full-example-typescript/node_modules/oauth/LICENSE +8 -0
  3934. package/examples/full-example-typescript/node_modules/oauth/Makefile +7 -0
  3935. package/examples/full-example-typescript/node_modules/oauth/Readme.md +193 -0
  3936. package/examples/full-example-typescript/node_modules/oauth/examples/express-gdata/server.js +168 -0
  3937. package/examples/full-example-typescript/node_modules/oauth/examples/express-gdata/views/google_calendars.ejs +21 -0
  3938. package/examples/full-example-typescript/node_modules/oauth/examples/express-gdata/views/google_contacts.ejs +24 -0
  3939. package/examples/full-example-typescript/node_modules/oauth/examples/express-gdata/views/layout.ejs +9 -0
  3940. package/examples/full-example-typescript/node_modules/oauth/examples/github-example.js +73 -0
  3941. package/examples/full-example-typescript/node_modules/oauth/examples/term.ie.oauth-HMAC-SHA1.js +31 -0
  3942. package/examples/full-example-typescript/node_modules/oauth/examples/twitter-example.js +75 -0
  3943. package/examples/full-example-typescript/node_modules/oauth/index.js +3 -0
  3944. package/examples/full-example-typescript/node_modules/oauth/lib/_utils.js +4 -0
  3945. package/examples/full-example-typescript/node_modules/oauth/lib/oauth.js +581 -0
  3946. package/examples/full-example-typescript/node_modules/oauth/lib/oauth2.js +233 -0
  3947. package/examples/full-example-typescript/node_modules/oauth/lib/sha1.js +334 -0
  3948. package/examples/full-example-typescript/node_modules/oauth/package.json +21 -0
  3949. package/examples/full-example-typescript/node_modules/object-assign/index.js +90 -0
  3950. package/examples/full-example-typescript/node_modules/object-assign/license +21 -0
  3951. package/examples/full-example-typescript/node_modules/object-assign/package.json +42 -0
  3952. package/examples/full-example-typescript/node_modules/object-assign/readme.md +61 -0
  3953. package/examples/full-example-typescript/node_modules/object-inspect/.eslintrc +53 -0
  3954. package/examples/full-example-typescript/node_modules/object-inspect/.github/FUNDING.yml +12 -0
  3955. package/examples/full-example-typescript/node_modules/object-inspect/.nycrc +13 -0
  3956. package/examples/full-example-typescript/node_modules/object-inspect/CHANGELOG.md +416 -0
  3957. package/examples/full-example-typescript/node_modules/object-inspect/LICENSE +21 -0
  3958. package/examples/full-example-typescript/node_modules/object-inspect/example/all.js +23 -0
  3959. package/examples/full-example-typescript/node_modules/object-inspect/example/circular.js +6 -0
  3960. package/examples/full-example-typescript/node_modules/object-inspect/example/fn.js +5 -0
  3961. package/examples/full-example-typescript/node_modules/object-inspect/example/inspect.js +10 -0
  3962. package/examples/full-example-typescript/node_modules/object-inspect/index.js +541 -0
  3963. package/examples/full-example-typescript/node_modules/object-inspect/package-support.json +20 -0
  3964. package/examples/full-example-typescript/node_modules/object-inspect/package.json +104 -0
  3965. package/examples/full-example-typescript/node_modules/object-inspect/readme.markdown +84 -0
  3966. package/examples/full-example-typescript/node_modules/object-inspect/test/bigint.js +58 -0
  3967. package/examples/full-example-typescript/node_modules/object-inspect/test/browser/dom.js +15 -0
  3968. package/examples/full-example-typescript/node_modules/object-inspect/test/circular.js +16 -0
  3969. package/examples/full-example-typescript/node_modules/object-inspect/test/deep.js +12 -0
  3970. package/examples/full-example-typescript/node_modules/object-inspect/test/element.js +53 -0
  3971. package/examples/full-example-typescript/node_modules/object-inspect/test/err.js +48 -0
  3972. package/examples/full-example-typescript/node_modules/object-inspect/test/fakes.js +29 -0
  3973. package/examples/full-example-typescript/node_modules/object-inspect/test/fn.js +76 -0
  3974. package/examples/full-example-typescript/node_modules/object-inspect/test/global.js +17 -0
  3975. package/examples/full-example-typescript/node_modules/object-inspect/test/has.js +15 -0
  3976. package/examples/full-example-typescript/node_modules/object-inspect/test/holes.js +15 -0
  3977. package/examples/full-example-typescript/node_modules/object-inspect/test/indent-option.js +271 -0
  3978. package/examples/full-example-typescript/node_modules/object-inspect/test/inspect.js +139 -0
  3979. package/examples/full-example-typescript/node_modules/object-inspect/test/lowbyte.js +12 -0
  3980. package/examples/full-example-typescript/node_modules/object-inspect/test/number.js +58 -0
  3981. package/examples/full-example-typescript/node_modules/object-inspect/test/quoteStyle.js +26 -0
  3982. package/examples/full-example-typescript/node_modules/object-inspect/test/toStringTag.js +40 -0
  3983. package/examples/full-example-typescript/node_modules/object-inspect/test/undef.js +12 -0
  3984. package/examples/full-example-typescript/node_modules/object-inspect/test/values.js +211 -0
  3985. package/examples/full-example-typescript/node_modules/object-inspect/test-core-js.js +26 -0
  3986. package/examples/full-example-typescript/node_modules/object-inspect/util.inspect.js +1 -0
  3987. package/examples/full-example-typescript/node_modules/on-finished/HISTORY.md +98 -0
  3988. package/examples/full-example-typescript/node_modules/on-finished/LICENSE +23 -0
  3989. package/examples/full-example-typescript/node_modules/on-finished/README.md +162 -0
  3990. package/examples/full-example-typescript/node_modules/on-finished/index.js +234 -0
  3991. package/examples/full-example-typescript/node_modules/on-finished/package.json +39 -0
  3992. package/examples/full-example-typescript/node_modules/parseurl/HISTORY.md +58 -0
  3993. package/examples/full-example-typescript/node_modules/parseurl/LICENSE +24 -0
  3994. package/examples/full-example-typescript/node_modules/parseurl/README.md +133 -0
  3995. package/examples/full-example-typescript/node_modules/parseurl/index.js +158 -0
  3996. package/examples/full-example-typescript/node_modules/parseurl/package.json +40 -0
  3997. package/examples/full-example-typescript/node_modules/passport/CHANGELOG.md +82 -0
  3998. package/examples/full-example-typescript/node_modules/passport/LICENSE +20 -0
  3999. package/examples/full-example-typescript/node_modules/passport/README.md +185 -0
  4000. package/examples/full-example-typescript/node_modules/passport/etc/jsdoc.json +3 -0
  4001. package/examples/full-example-typescript/node_modules/passport/lib/authenticator.js +486 -0
  4002. package/examples/full-example-typescript/node_modules/passport/lib/errors/authenticationerror.js +20 -0
  4003. package/examples/full-example-typescript/node_modules/passport/lib/framework/connect.js +22 -0
  4004. package/examples/full-example-typescript/node_modules/passport/lib/http/request.js +92 -0
  4005. package/examples/full-example-typescript/node_modules/passport/lib/index.js +24 -0
  4006. package/examples/full-example-typescript/node_modules/passport/lib/middleware/authenticate.js +381 -0
  4007. package/examples/full-example-typescript/node_modules/passport/lib/middleware/initialize.js +100 -0
  4008. package/examples/full-example-typescript/node_modules/passport/lib/sessionmanager.js +96 -0
  4009. package/examples/full-example-typescript/node_modules/passport/lib/strategies/session.js +131 -0
  4010. package/examples/full-example-typescript/node_modules/passport/package.json +56 -0
  4011. package/examples/full-example-typescript/node_modules/passport/sponsors/descope-dark.svg +79 -0
  4012. package/examples/full-example-typescript/node_modules/passport/sponsors/descope.svg +89 -0
  4013. package/examples/full-example-typescript/node_modules/passport/sponsors/fusionauth.png +0 -0
  4014. package/examples/full-example-typescript/node_modules/passport/sponsors/fusionauth.svg +171 -0
  4015. package/examples/full-example-typescript/node_modules/passport/sponsors/loginradius.png +0 -0
  4016. package/examples/full-example-typescript/node_modules/passport/sponsors/snyk.png +0 -0
  4017. package/examples/full-example-typescript/node_modules/passport/sponsors/workos.png +0 -0
  4018. package/examples/full-example-typescript/node_modules/passport-facebook/.github/ISSUE_TEMPLATE.md +54 -0
  4019. package/examples/full-example-typescript/node_modules/passport-facebook/.github/PULL_REQUEST_TEMPLATE.md +41 -0
  4020. package/examples/full-example-typescript/node_modules/passport-facebook/CONTRIBUTING.md +20 -0
  4021. package/examples/full-example-typescript/node_modules/passport-facebook/LICENSE +20 -0
  4022. package/examples/full-example-typescript/node_modules/passport-facebook/README.md +174 -0
  4023. package/examples/full-example-typescript/node_modules/passport-facebook/lib/errors/facebookauthorizationerror.js +30 -0
  4024. package/examples/full-example-typescript/node_modules/passport-facebook/lib/errors/facebookgraphapierror.js +32 -0
  4025. package/examples/full-example-typescript/node_modules/passport-facebook/lib/errors/facebooktokenerror.js +36 -0
  4026. package/examples/full-example-typescript/node_modules/passport-facebook/lib/index.js +9 -0
  4027. package/examples/full-example-typescript/node_modules/passport-facebook/lib/profile.js +38 -0
  4028. package/examples/full-example-typescript/node_modules/passport-facebook/lib/strategy.js +242 -0
  4029. package/examples/full-example-typescript/node_modules/passport-facebook/package.json +48 -0
  4030. package/examples/full-example-typescript/node_modules/passport-github2/LICENSE +20 -0
  4031. package/examples/full-example-typescript/node_modules/passport-github2/README.md +86 -0
  4032. package/examples/full-example-typescript/node_modules/passport-github2/lib/index.js +15 -0
  4033. package/examples/full-example-typescript/node_modules/passport-github2/lib/profile.js +26 -0
  4034. package/examples/full-example-typescript/node_modules/passport-github2/lib/strategy.js +161 -0
  4035. package/examples/full-example-typescript/node_modules/passport-github2/package.json +51 -0
  4036. package/examples/full-example-typescript/node_modules/passport-google-oauth20/.github/ISSUE_TEMPLATE.md +54 -0
  4037. package/examples/full-example-typescript/node_modules/passport-google-oauth20/.github/PULL_REQUEST_TEMPLATE.md +41 -0
  4038. package/examples/full-example-typescript/node_modules/passport-google-oauth20/CONTRIBUTING.md +20 -0
  4039. package/examples/full-example-typescript/node_modules/passport-google-oauth20/LICENSE +20 -0
  4040. package/examples/full-example-typescript/node_modules/passport-google-oauth20/README.md +108 -0
  4041. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/errors/googleplusapierror.js +25 -0
  4042. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/errors/userinfoerror.js +22 -0
  4043. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/index.js +9 -0
  4044. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/profile/googleplus.js +47 -0
  4045. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/profile/openid.js +40 -0
  4046. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/strategy.js +199 -0
  4047. package/examples/full-example-typescript/node_modules/passport-google-oauth20/package.json +48 -0
  4048. package/examples/full-example-typescript/node_modules/passport-microsoft/.editorconfig +17 -0
  4049. package/examples/full-example-typescript/node_modules/passport-microsoft/.eslintrc.js +29 -0
  4050. package/examples/full-example-typescript/node_modules/passport-microsoft/.vscode/launch.json +17 -0
  4051. package/examples/full-example-typescript/node_modules/passport-microsoft/CHANGELOG.md +77 -0
  4052. package/examples/full-example-typescript/node_modules/passport-microsoft/License +7 -0
  4053. package/examples/full-example-typescript/node_modules/passport-microsoft/README.md +108 -0
  4054. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/README.md +27 -0
  4055. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/app.js +140 -0
  4056. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/package-lock.json +1128 -0
  4057. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/package.json +31 -0
  4058. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/views/account.ejs +3 -0
  4059. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/views/index.ejs +23 -0
  4060. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/views/layout.ejs +23 -0
  4061. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/views/login.ejs +1 -0
  4062. package/examples/full-example-typescript/node_modules/passport-microsoft/lib/index.js +9 -0
  4063. package/examples/full-example-typescript/node_modules/passport-microsoft/lib/strategy.js +144 -0
  4064. package/examples/full-example-typescript/node_modules/passport-microsoft/package.json +51 -0
  4065. package/examples/full-example-typescript/node_modules/passport-microsoft/test/bootstrap/node.js +5 -0
  4066. package/examples/full-example-typescript/node_modules/passport-microsoft/test/package.test.js +9 -0
  4067. package/examples/full-example-typescript/node_modules/passport-microsoft/test/strategy.test.js +201 -0
  4068. package/examples/full-example-typescript/node_modules/passport-oauth2/.github/FUNDING.yml +1 -0
  4069. package/examples/full-example-typescript/node_modules/passport-oauth2/CHANGELOG.md +36 -0
  4070. package/examples/full-example-typescript/node_modules/passport-oauth2/LICENSE +20 -0
  4071. package/examples/full-example-typescript/node_modules/passport-oauth2/README.md +129 -0
  4072. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/errors/authorizationerror.js +44 -0
  4073. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/errors/internaloautherror.js +49 -0
  4074. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/errors/tokenerror.js +36 -0
  4075. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/index.js +16 -0
  4076. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/state/null.js +13 -0
  4077. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/state/pkcesession.js +89 -0
  4078. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/state/session.js +85 -0
  4079. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/state/store.js +88 -0
  4080. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/strategy.js +429 -0
  4081. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/utils.js +32 -0
  4082. package/examples/full-example-typescript/node_modules/passport-oauth2/package.json +59 -0
  4083. package/examples/full-example-typescript/node_modules/passport-strategy/.jshintrc +20 -0
  4084. package/examples/full-example-typescript/node_modules/passport-strategy/.travis.yml +15 -0
  4085. package/examples/full-example-typescript/node_modules/passport-strategy/LICENSE +20 -0
  4086. package/examples/full-example-typescript/node_modules/passport-strategy/README.md +61 -0
  4087. package/examples/full-example-typescript/node_modules/passport-strategy/lib/index.js +15 -0
  4088. package/examples/full-example-typescript/node_modules/passport-strategy/lib/strategy.js +28 -0
  4089. package/examples/full-example-typescript/node_modules/passport-strategy/package.json +50 -0
  4090. package/examples/full-example-typescript/node_modules/path-to-regexp/LICENSE +21 -0
  4091. package/examples/full-example-typescript/node_modules/path-to-regexp/Readme.md +35 -0
  4092. package/examples/full-example-typescript/node_modules/path-to-regexp/index.js +156 -0
  4093. package/examples/full-example-typescript/node_modules/path-to-regexp/package.json +30 -0
  4094. package/examples/full-example-typescript/node_modules/pause/History.md +5 -0
  4095. package/examples/full-example-typescript/node_modules/pause/Makefile +7 -0
  4096. package/examples/full-example-typescript/node_modules/pause/Readme.md +29 -0
  4097. package/examples/full-example-typescript/node_modules/pause/index.js +29 -0
  4098. package/examples/full-example-typescript/node_modules/pause/package.json +13 -0
  4099. package/examples/full-example-typescript/node_modules/peek-readable/LICENSE +21 -0
  4100. package/examples/full-example-typescript/node_modules/peek-readable/README.md +150 -0
  4101. package/examples/full-example-typescript/node_modules/peek-readable/lib/AbstractStreamReader.d.ts +47 -0
  4102. package/examples/full-example-typescript/node_modules/peek-readable/lib/AbstractStreamReader.js +71 -0
  4103. package/examples/full-example-typescript/node_modules/peek-readable/lib/Deferred.d.ts +6 -0
  4104. package/examples/full-example-typescript/node_modules/peek-readable/lib/Deferred.js +10 -0
  4105. package/examples/full-example-typescript/node_modules/peek-readable/lib/EndOfStreamError.d.ts +7 -0
  4106. package/examples/full-example-typescript/node_modules/peek-readable/lib/EndOfStreamError.js +9 -0
  4107. package/examples/full-example-typescript/node_modules/peek-readable/lib/StreamReader.d.ts +30 -0
  4108. package/examples/full-example-typescript/node_modules/peek-readable/lib/StreamReader.js +79 -0
  4109. package/examples/full-example-typescript/node_modules/peek-readable/lib/WebStreamReader.d.ts +14 -0
  4110. package/examples/full-example-typescript/node_modules/peek-readable/lib/WebStreamReader.js +31 -0
  4111. package/examples/full-example-typescript/node_modules/peek-readable/lib/index.d.ts +4 -0
  4112. package/examples/full-example-typescript/node_modules/peek-readable/lib/index.js +3 -0
  4113. package/examples/full-example-typescript/node_modules/peek-readable/package.json +68 -0
  4114. package/examples/full-example-typescript/node_modules/pg/LICENSE +21 -0
  4115. package/examples/full-example-typescript/node_modules/pg/README.md +89 -0
  4116. package/examples/full-example-typescript/node_modules/pg/lib/client.js +640 -0
  4117. package/examples/full-example-typescript/node_modules/pg/lib/connection-parameters.js +167 -0
  4118. package/examples/full-example-typescript/node_modules/pg/lib/connection.js +222 -0
  4119. package/examples/full-example-typescript/node_modules/pg/lib/crypto/sasl.js +186 -0
  4120. package/examples/full-example-typescript/node_modules/pg/lib/crypto/utils-legacy.js +37 -0
  4121. package/examples/full-example-typescript/node_modules/pg/lib/crypto/utils-webcrypto.js +83 -0
  4122. package/examples/full-example-typescript/node_modules/pg/lib/crypto/utils.js +9 -0
  4123. package/examples/full-example-typescript/node_modules/pg/lib/defaults.js +84 -0
  4124. package/examples/full-example-typescript/node_modules/pg/lib/index.js +58 -0
  4125. package/examples/full-example-typescript/node_modules/pg/lib/native/client.js +307 -0
  4126. package/examples/full-example-typescript/node_modules/pg/lib/native/index.js +2 -0
  4127. package/examples/full-example-typescript/node_modules/pg/lib/native/query.js +168 -0
  4128. package/examples/full-example-typescript/node_modules/pg/lib/query.js +239 -0
  4129. package/examples/full-example-typescript/node_modules/pg/lib/result.js +107 -0
  4130. package/examples/full-example-typescript/node_modules/pg/lib/stream.js +81 -0
  4131. package/examples/full-example-typescript/node_modules/pg/lib/type-overrides.js +35 -0
  4132. package/examples/full-example-typescript/node_modules/pg/lib/utils.js +213 -0
  4133. package/examples/full-example-typescript/node_modules/pg/package.json +62 -0
  4134. package/examples/full-example-typescript/node_modules/pg-cloudflare/LICENSE +21 -0
  4135. package/examples/full-example-typescript/node_modules/pg-cloudflare/README.md +33 -0
  4136. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/empty.d.ts +2 -0
  4137. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/empty.js +4 -0
  4138. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/empty.js.map +1 -0
  4139. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/index.d.ts +31 -0
  4140. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/index.js +146 -0
  4141. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/index.js.map +1 -0
  4142. package/examples/full-example-typescript/node_modules/pg-cloudflare/package.json +32 -0
  4143. package/examples/full-example-typescript/node_modules/pg-cloudflare/src/empty.ts +3 -0
  4144. package/examples/full-example-typescript/node_modules/pg-cloudflare/src/index.ts +164 -0
  4145. package/examples/full-example-typescript/node_modules/pg-cloudflare/src/types.d.ts +25 -0
  4146. package/examples/full-example-typescript/node_modules/pg-connection-string/LICENSE +21 -0
  4147. package/examples/full-example-typescript/node_modules/pg-connection-string/README.md +77 -0
  4148. package/examples/full-example-typescript/node_modules/pg-connection-string/index.d.ts +15 -0
  4149. package/examples/full-example-typescript/node_modules/pg-connection-string/index.js +112 -0
  4150. package/examples/full-example-typescript/node_modules/pg-connection-string/package.json +40 -0
  4151. package/examples/full-example-typescript/node_modules/pg-cursor/LICENSE +21 -0
  4152. package/examples/full-example-typescript/node_modules/pg-cursor/README.md +37 -0
  4153. package/examples/full-example-typescript/node_modules/pg-cursor/index.js +264 -0
  4154. package/examples/full-example-typescript/node_modules/pg-cursor/package.json +27 -0
  4155. package/examples/full-example-typescript/node_modules/pg-cursor/test/close.js +65 -0
  4156. package/examples/full-example-typescript/node_modules/pg-cursor/test/error-handling.js +118 -0
  4157. package/examples/full-example-typescript/node_modules/pg-cursor/test/index.js +181 -0
  4158. package/examples/full-example-typescript/node_modules/pg-cursor/test/mocha.opts +3 -0
  4159. package/examples/full-example-typescript/node_modules/pg-cursor/test/no-data-handling.js +34 -0
  4160. package/examples/full-example-typescript/node_modules/pg-cursor/test/pool.js +107 -0
  4161. package/examples/full-example-typescript/node_modules/pg-cursor/test/promises.js +51 -0
  4162. package/examples/full-example-typescript/node_modules/pg-cursor/test/query-config.js +35 -0
  4163. package/examples/full-example-typescript/node_modules/pg-cursor/test/transactions.js +43 -0
  4164. package/examples/full-example-typescript/node_modules/pg-int8/LICENSE +13 -0
  4165. package/examples/full-example-typescript/node_modules/pg-int8/README.md +16 -0
  4166. package/examples/full-example-typescript/node_modules/pg-int8/index.js +100 -0
  4167. package/examples/full-example-typescript/node_modules/pg-int8/package.json +24 -0
  4168. package/examples/full-example-typescript/node_modules/pg-minify/README.md +92 -0
  4169. package/examples/full-example-typescript/node_modules/pg-minify/lib/error.js +53 -0
  4170. package/examples/full-example-typescript/node_modules/pg-minify/lib/index.js +7 -0
  4171. package/examples/full-example-typescript/node_modules/pg-minify/lib/parser.js +196 -0
  4172. package/examples/full-example-typescript/node_modules/pg-minify/lib/utils.js +38 -0
  4173. package/examples/full-example-typescript/node_modules/pg-minify/package.json +49 -0
  4174. package/examples/full-example-typescript/node_modules/pg-minify/typescript/README.md +26 -0
  4175. package/examples/full-example-typescript/node_modules/pg-minify/typescript/pg-minify.d.ts +36 -0
  4176. package/examples/full-example-typescript/node_modules/pg-pool/LICENSE +21 -0
  4177. package/examples/full-example-typescript/node_modules/pg-pool/README.md +376 -0
  4178. package/examples/full-example-typescript/node_modules/pg-pool/index.js +467 -0
  4179. package/examples/full-example-typescript/node_modules/pg-pool/package.json +41 -0
  4180. package/examples/full-example-typescript/node_modules/pg-pool/test/bring-your-own-promise.js +42 -0
  4181. package/examples/full-example-typescript/node_modules/pg-pool/test/connection-strings.js +29 -0
  4182. package/examples/full-example-typescript/node_modules/pg-pool/test/connection-timeout.js +229 -0
  4183. package/examples/full-example-typescript/node_modules/pg-pool/test/ending.js +40 -0
  4184. package/examples/full-example-typescript/node_modules/pg-pool/test/error-handling.js +260 -0
  4185. package/examples/full-example-typescript/node_modules/pg-pool/test/events.js +124 -0
  4186. package/examples/full-example-typescript/node_modules/pg-pool/test/idle-timeout-exit.js +20 -0
  4187. package/examples/full-example-typescript/node_modules/pg-pool/test/idle-timeout.js +118 -0
  4188. package/examples/full-example-typescript/node_modules/pg-pool/test/index.js +226 -0
  4189. package/examples/full-example-typescript/node_modules/pg-pool/test/lifetime-timeout.js +47 -0
  4190. package/examples/full-example-typescript/node_modules/pg-pool/test/logging.js +20 -0
  4191. package/examples/full-example-typescript/node_modules/pg-pool/test/max-uses.js +97 -0
  4192. package/examples/full-example-typescript/node_modules/pg-pool/test/releasing-clients.js +53 -0
  4193. package/examples/full-example-typescript/node_modules/pg-pool/test/setup.js +10 -0
  4194. package/examples/full-example-typescript/node_modules/pg-pool/test/sizing.js +58 -0
  4195. package/examples/full-example-typescript/node_modules/pg-pool/test/submittable.js +19 -0
  4196. package/examples/full-example-typescript/node_modules/pg-pool/test/timeout.js +0 -0
  4197. package/examples/full-example-typescript/node_modules/pg-pool/test/verify.js +24 -0
  4198. package/examples/full-example-typescript/node_modules/pg-promise/LICENSE +21 -0
  4199. package/examples/full-example-typescript/node_modules/pg-promise/README.md +1132 -0
  4200. package/examples/full-example-typescript/node_modules/pg-promise/lib/assert.js +10 -0
  4201. package/examples/full-example-typescript/node_modules/pg-promise/lib/connect.js +178 -0
  4202. package/examples/full-example-typescript/node_modules/pg-promise/lib/context.js +93 -0
  4203. package/examples/full-example-typescript/node_modules/pg-promise/lib/database-pool.js +115 -0
  4204. package/examples/full-example-typescript/node_modules/pg-promise/lib/database.js +1683 -0
  4205. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/README.md +13 -0
  4206. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/index.js +51 -0
  4207. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/parameterized-query-error.js +95 -0
  4208. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/prepared-statement-error.js +96 -0
  4209. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/query-file-error.js +95 -0
  4210. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/query-result-error.js +177 -0
  4211. package/examples/full-example-typescript/node_modules/pg-promise/lib/events.js +536 -0
  4212. package/examples/full-example-typescript/node_modules/pg-promise/lib/formatting.js +932 -0
  4213. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/README.md +10 -0
  4214. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/column-set.js +649 -0
  4215. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/column.js +455 -0
  4216. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/index.js +75 -0
  4217. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/concat.js +103 -0
  4218. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/index.js +13 -0
  4219. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/insert.js +151 -0
  4220. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/sets.js +81 -0
  4221. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/update.js +248 -0
  4222. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/values.js +116 -0
  4223. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/table-name.js +181 -0
  4224. package/examples/full-example-typescript/node_modules/pg-promise/lib/index.js +28 -0
  4225. package/examples/full-example-typescript/node_modules/pg-promise/lib/inner-state.js +39 -0
  4226. package/examples/full-example-typescript/node_modules/pg-promise/lib/main.js +429 -0
  4227. package/examples/full-example-typescript/node_modules/pg-promise/lib/patterns.js +43 -0
  4228. package/examples/full-example-typescript/node_modules/pg-promise/lib/promise-adapter.js +86 -0
  4229. package/examples/full-example-typescript/node_modules/pg-promise/lib/promise-parser.js +56 -0
  4230. package/examples/full-example-typescript/node_modules/pg-promise/lib/query-file.js +398 -0
  4231. package/examples/full-example-typescript/node_modules/pg-promise/lib/query-result.js +39 -0
  4232. package/examples/full-example-typescript/node_modules/pg-promise/lib/query.js +277 -0
  4233. package/examples/full-example-typescript/node_modules/pg-promise/lib/special-query.js +30 -0
  4234. package/examples/full-example-typescript/node_modules/pg-promise/lib/stream.js +127 -0
  4235. package/examples/full-example-typescript/node_modules/pg-promise/lib/task.js +419 -0
  4236. package/examples/full-example-typescript/node_modules/pg-promise/lib/text.js +40 -0
  4237. package/examples/full-example-typescript/node_modules/pg-promise/lib/tx-mode.js +190 -0
  4238. package/examples/full-example-typescript/node_modules/pg-promise/lib/types/index.js +18 -0
  4239. package/examples/full-example-typescript/node_modules/pg-promise/lib/types/parameterized-query.js +263 -0
  4240. package/examples/full-example-typescript/node_modules/pg-promise/lib/types/prepared-statement.js +313 -0
  4241. package/examples/full-example-typescript/node_modules/pg-promise/lib/types/server-formatting.js +97 -0
  4242. package/examples/full-example-typescript/node_modules/pg-promise/lib/utils/README.md +13 -0
  4243. package/examples/full-example-typescript/node_modules/pg-promise/lib/utils/color.js +68 -0
  4244. package/examples/full-example-typescript/node_modules/pg-promise/lib/utils/index.js +206 -0
  4245. package/examples/full-example-typescript/node_modules/pg-promise/lib/utils/public.js +312 -0
  4246. package/examples/full-example-typescript/node_modules/pg-promise/package.json +67 -0
  4247. package/examples/full-example-typescript/node_modules/pg-promise/typescript/README.md +63 -0
  4248. package/examples/full-example-typescript/node_modules/pg-promise/typescript/pg-promise.d.ts +738 -0
  4249. package/examples/full-example-typescript/node_modules/pg-promise/typescript/pg-subset.d.ts +358 -0
  4250. package/examples/full-example-typescript/node_modules/pg-promise/typescript/tslint.json +21 -0
  4251. package/examples/full-example-typescript/node_modules/pg-protocol/LICENSE +21 -0
  4252. package/examples/full-example-typescript/node_modules/pg-protocol/README.md +3 -0
  4253. package/examples/full-example-typescript/node_modules/pg-protocol/dist/b.d.ts +1 -0
  4254. package/examples/full-example-typescript/node_modules/pg-protocol/dist/b.js +23 -0
  4255. package/examples/full-example-typescript/node_modules/pg-protocol/dist/b.js.map +1 -0
  4256. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-reader.d.ts +14 -0
  4257. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-reader.js +50 -0
  4258. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-reader.js.map +1 -0
  4259. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-writer.d.ts +16 -0
  4260. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-writer.js +81 -0
  4261. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-writer.js.map +1 -0
  4262. package/examples/full-example-typescript/node_modules/pg-protocol/dist/inbound-parser.test.d.ts +1 -0
  4263. package/examples/full-example-typescript/node_modules/pg-protocol/dist/inbound-parser.test.js +501 -0
  4264. package/examples/full-example-typescript/node_modules/pg-protocol/dist/inbound-parser.test.js.map +1 -0
  4265. package/examples/full-example-typescript/node_modules/pg-protocol/dist/index.d.ts +6 -0
  4266. package/examples/full-example-typescript/node_modules/pg-protocol/dist/index.js +15 -0
  4267. package/examples/full-example-typescript/node_modules/pg-protocol/dist/index.js.map +1 -0
  4268. package/examples/full-example-typescript/node_modules/pg-protocol/dist/messages.d.ts +162 -0
  4269. package/examples/full-example-typescript/node_modules/pg-protocol/dist/messages.js +160 -0
  4270. package/examples/full-example-typescript/node_modules/pg-protocol/dist/messages.js.map +1 -0
  4271. package/examples/full-example-typescript/node_modules/pg-protocol/dist/outbound-serializer.test.d.ts +1 -0
  4272. package/examples/full-example-typescript/node_modules/pg-protocol/dist/outbound-serializer.test.js +248 -0
  4273. package/examples/full-example-typescript/node_modules/pg-protocol/dist/outbound-serializer.test.js.map +1 -0
  4274. package/examples/full-example-typescript/node_modules/pg-protocol/dist/parser.d.ts +39 -0
  4275. package/examples/full-example-typescript/node_modules/pg-protocol/dist/parser.js +304 -0
  4276. package/examples/full-example-typescript/node_modules/pg-protocol/dist/parser.js.map +1 -0
  4277. package/examples/full-example-typescript/node_modules/pg-protocol/dist/serializer.d.ts +42 -0
  4278. package/examples/full-example-typescript/node_modules/pg-protocol/dist/serializer.js +189 -0
  4279. package/examples/full-example-typescript/node_modules/pg-protocol/dist/serializer.js.map +1 -0
  4280. package/examples/full-example-typescript/node_modules/pg-protocol/package.json +35 -0
  4281. package/examples/full-example-typescript/node_modules/pg-protocol/src/b.ts +25 -0
  4282. package/examples/full-example-typescript/node_modules/pg-protocol/src/buffer-reader.ts +53 -0
  4283. package/examples/full-example-typescript/node_modules/pg-protocol/src/buffer-writer.ts +85 -0
  4284. package/examples/full-example-typescript/node_modules/pg-protocol/src/inbound-parser.test.ts +546 -0
  4285. package/examples/full-example-typescript/node_modules/pg-protocol/src/index.ts +11 -0
  4286. package/examples/full-example-typescript/node_modules/pg-protocol/src/messages.ts +262 -0
  4287. package/examples/full-example-typescript/node_modules/pg-protocol/src/outbound-serializer.test.ts +272 -0
  4288. package/examples/full-example-typescript/node_modules/pg-protocol/src/parser.ts +388 -0
  4289. package/examples/full-example-typescript/node_modules/pg-protocol/src/serializer.ts +274 -0
  4290. package/examples/full-example-typescript/node_modules/pg-protocol/src/testing/buffer-list.ts +75 -0
  4291. package/examples/full-example-typescript/node_modules/pg-protocol/src/testing/test-buffers.ts +166 -0
  4292. package/examples/full-example-typescript/node_modules/pg-protocol/src/types/chunky.d.ts +1 -0
  4293. package/examples/full-example-typescript/node_modules/pg-query-stream/LICENSE +9 -0
  4294. package/examples/full-example-typescript/node_modules/pg-query-stream/README.md +65 -0
  4295. package/examples/full-example-typescript/node_modules/pg-query-stream/dist/index.d.ts +25 -0
  4296. package/examples/full-example-typescript/node_modules/pg-query-stream/dist/index.js +48 -0
  4297. package/examples/full-example-typescript/node_modules/pg-query-stream/dist/index.js.map +1 -0
  4298. package/examples/full-example-typescript/node_modules/pg-query-stream/package.json +52 -0
  4299. package/examples/full-example-typescript/node_modules/pg-query-stream/src/index.ts +67 -0
  4300. package/examples/full-example-typescript/node_modules/pg-types/.travis.yml +7 -0
  4301. package/examples/full-example-typescript/node_modules/pg-types/Makefile +14 -0
  4302. package/examples/full-example-typescript/node_modules/pg-types/README.md +75 -0
  4303. package/examples/full-example-typescript/node_modules/pg-types/index.d.ts +137 -0
  4304. package/examples/full-example-typescript/node_modules/pg-types/index.js +47 -0
  4305. package/examples/full-example-typescript/node_modules/pg-types/index.test-d.ts +21 -0
  4306. package/examples/full-example-typescript/node_modules/pg-types/lib/arrayParser.js +11 -0
  4307. package/examples/full-example-typescript/node_modules/pg-types/lib/binaryParsers.js +257 -0
  4308. package/examples/full-example-typescript/node_modules/pg-types/lib/builtins.js +73 -0
  4309. package/examples/full-example-typescript/node_modules/pg-types/lib/textParsers.js +215 -0
  4310. package/examples/full-example-typescript/node_modules/pg-types/package.json +42 -0
  4311. package/examples/full-example-typescript/node_modules/pg-types/test/index.js +24 -0
  4312. package/examples/full-example-typescript/node_modules/pg-types/test/types.js +597 -0
  4313. package/examples/full-example-typescript/node_modules/pgpass/README.md +74 -0
  4314. package/examples/full-example-typescript/node_modules/pgpass/lib/helper.js +233 -0
  4315. package/examples/full-example-typescript/node_modules/pgpass/lib/index.js +23 -0
  4316. package/examples/full-example-typescript/node_modules/pgpass/package.json +41 -0
  4317. package/examples/full-example-typescript/node_modules/postgres-array/index.d.ts +4 -0
  4318. package/examples/full-example-typescript/node_modules/postgres-array/index.js +97 -0
  4319. package/examples/full-example-typescript/node_modules/postgres-array/license +21 -0
  4320. package/examples/full-example-typescript/node_modules/postgres-array/package.json +35 -0
  4321. package/examples/full-example-typescript/node_modules/postgres-array/readme.md +43 -0
  4322. package/examples/full-example-typescript/node_modules/postgres-bytea/index.js +31 -0
  4323. package/examples/full-example-typescript/node_modules/postgres-bytea/license +21 -0
  4324. package/examples/full-example-typescript/node_modules/postgres-bytea/package.json +34 -0
  4325. package/examples/full-example-typescript/node_modules/postgres-bytea/readme.md +34 -0
  4326. package/examples/full-example-typescript/node_modules/postgres-date/index.js +116 -0
  4327. package/examples/full-example-typescript/node_modules/postgres-date/license +21 -0
  4328. package/examples/full-example-typescript/node_modules/postgres-date/package.json +33 -0
  4329. package/examples/full-example-typescript/node_modules/postgres-date/readme.md +49 -0
  4330. package/examples/full-example-typescript/node_modules/postgres-interval/index.d.ts +20 -0
  4331. package/examples/full-example-typescript/node_modules/postgres-interval/index.js +125 -0
  4332. package/examples/full-example-typescript/node_modules/postgres-interval/license +21 -0
  4333. package/examples/full-example-typescript/node_modules/postgres-interval/package.json +36 -0
  4334. package/examples/full-example-typescript/node_modules/postgres-interval/readme.md +48 -0
  4335. package/examples/full-example-typescript/node_modules/prostgles-client/.eslintignore +9 -0
  4336. package/examples/full-example-typescript/node_modules/prostgles-client/.eslintrc.js +44 -0
  4337. package/examples/full-example-typescript/node_modules/prostgles-client/.prettierignore +2 -0
  4338. package/examples/full-example-typescript/node_modules/prostgles-client/.prettierrc +4 -0
  4339. package/examples/full-example-typescript/node_modules/prostgles-client/.vscode/settings.json +12 -0
  4340. package/examples/full-example-typescript/node_modules/prostgles-client/LICENSE +21 -0
  4341. package/examples/full-example-typescript/node_modules/prostgles-client/README.md +46 -0
  4342. package/examples/full-example-typescript/node_modules/prostgles-client/dist/Auth.d.ts +54 -0
  4343. package/examples/full-example-typescript/node_modules/prostgles-client/dist/Auth.d.ts.map +1 -0
  4344. package/examples/full-example-typescript/node_modules/prostgles-client/dist/Auth.js +106 -0
  4345. package/examples/full-example-typescript/node_modules/prostgles-client/dist/FunctionQueuer.d.ts +11 -0
  4346. package/examples/full-example-typescript/node_modules/prostgles-client/dist/FunctionQueuer.d.ts.map +1 -0
  4347. package/examples/full-example-typescript/node_modules/prostgles-client/dist/FunctionQueuer.js +63 -0
  4348. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/SyncedTable.d.ts +243 -0
  4349. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/SyncedTable.d.ts.map +1 -0
  4350. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/SyncedTable.js +859 -0
  4351. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getMultiSyncSubscription.d.ts +12 -0
  4352. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getMultiSyncSubscription.d.ts.map +1 -0
  4353. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getMultiSyncSubscription.js +61 -0
  4354. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getSingleSyncSubscription.d.ts +1 -0
  4355. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getSingleSyncSubscription.d.ts.map +1 -0
  4356. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getSingleSyncSubscription.js +1 -0
  4357. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getDbHandler.d.ts +19 -0
  4358. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getDbHandler.d.ts.map +1 -0
  4359. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getDbHandler.js +131 -0
  4360. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getMethods.d.ts +6 -0
  4361. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getMethods.d.ts.map +1 -0
  4362. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getMethods.js +31 -0
  4363. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSqlHandler.d.ts +6 -0
  4364. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSqlHandler.d.ts.map +1 -0
  4365. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSqlHandler.js +167 -0
  4366. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSubscriptionHandler.d.ts +22 -0
  4367. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSubscriptionHandler.d.ts.map +1 -0
  4368. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSubscriptionHandler.js +186 -0
  4369. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSyncHandler.d.ts +9 -0
  4370. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSyncHandler.d.ts.map +1 -0
  4371. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSyncHandler.js +177 -0
  4372. package/examples/full-example-typescript/node_modules/prostgles-client/dist/index.js +2 -0
  4373. package/examples/full-example-typescript/node_modules/prostgles-client/dist/index.js.LICENSE.txt +9 -0
  4374. package/examples/full-example-typescript/node_modules/prostgles-client/dist/index.no-sync.js +2 -0
  4375. package/examples/full-example-typescript/node_modules/prostgles-client/dist/index.no-sync.js.LICENSE.txt +9 -0
  4376. package/examples/full-example-typescript/node_modules/prostgles-client/dist/md5.d.ts +2 -0
  4377. package/examples/full-example-typescript/node_modules/prostgles-client/dist/md5.d.ts.map +1 -0
  4378. package/examples/full-example-typescript/node_modules/prostgles-client/dist/md5.js +165 -0
  4379. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full-cdn.d.ts +3 -0
  4380. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full-cdn.d.ts.map +1 -0
  4381. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full-cdn.js +9 -0
  4382. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full.d.ts +7 -0
  4383. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full.d.ts.map +1 -0
  4384. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full.js +8 -0
  4385. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles.d.ts +193 -0
  4386. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles.d.ts.map +1 -0
  4387. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles.js +153 -0
  4388. package/examples/full-example-typescript/node_modules/prostgles-client/dist/react-hooks.d.ts +39 -0
  4389. package/examples/full-example-typescript/node_modules/prostgles-client/dist/react-hooks.d.ts.map +1 -0
  4390. package/examples/full-example-typescript/node_modules/prostgles-client/dist/react-hooks.js +309 -0
  4391. package/examples/full-example-typescript/node_modules/prostgles-client/dist/useProstglesClient.d.ts +31 -0
  4392. package/examples/full-example-typescript/node_modules/prostgles-client/dist/useProstglesClient.d.ts.map +1 -0
  4393. package/examples/full-example-typescript/node_modules/prostgles-client/dist/useProstglesClient.js +66 -0
  4394. package/examples/full-example-typescript/node_modules/prostgles-client/package.json +59 -0
  4395. package/examples/full-example-typescript/node_modules/prostgles-client/tsconfig.json +34 -0
  4396. package/examples/full-example-typescript/node_modules/prostgles-client/webpack.dev.js +31 -0
  4397. package/examples/full-example-typescript/node_modules/prostgles-client/webpack.prod.js +46 -0
  4398. package/examples/full-example-typescript/node_modules/prostgles-server/.eslintignore +5 -0
  4399. package/examples/full-example-typescript/node_modules/prostgles-server/.eslintrc.json +34 -0
  4400. package/examples/full-example-typescript/node_modules/prostgles-server/.github/workflows/main.yml +50 -0
  4401. package/examples/full-example-typescript/node_modules/prostgles-server/.vscode/settings.json +12 -0
  4402. package/examples/full-example-typescript/node_modules/prostgles-server/LICENSE +21 -0
  4403. package/examples/full-example-typescript/node_modules/prostgles-server/README.md +121 -0
  4404. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthHandler.d.ts +70 -0
  4405. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthHandler.d.ts.map +1 -0
  4406. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthHandler.js +399 -0
  4407. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthHandler.js.map +1 -0
  4408. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthTypes.d.ts +285 -0
  4409. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthTypes.d.ts.map +1 -0
  4410. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthTypes.js +3 -0
  4411. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthTypes.js.map +1 -0
  4412. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/getSafeReturnURL.d.ts +2 -0
  4413. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/getSafeReturnURL.d.ts.map +1 -0
  4414. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/getSafeReturnURL.js +35 -0
  4415. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/getSafeReturnURL.js.map +1 -0
  4416. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/sendEmail.d.ts +18 -0
  4417. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/sendEmail.d.ts.map +1 -0
  4418. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/sendEmail.js +97 -0
  4419. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/sendEmail.js.map +1 -0
  4420. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setAuthProviders.d.ts +11 -0
  4421. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setAuthProviders.d.ts.map +1 -0
  4422. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setAuthProviders.js +104 -0
  4423. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setAuthProviders.js.map +1 -0
  4424. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setEmailProvider.d.ts +4 -0
  4425. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setEmailProvider.d.ts.map +1 -0
  4426. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setEmailProvider.js +105 -0
  4427. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setEmailProvider.js.map +1 -0
  4428. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setupAuthRoutes.d.ts +3 -0
  4429. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setupAuthRoutes.d.ts.map +1 -0
  4430. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setupAuthRoutes.js +144 -0
  4431. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setupAuthRoutes.js.map +1 -0
  4432. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBEventsManager.d.ts +38 -0
  4433. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBEventsManager.d.ts.map +1 -0
  4434. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBEventsManager.js +140 -0
  4435. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBEventsManager.js.map +1 -0
  4436. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBSchemaBuilder.d.ts +25 -0
  4437. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBSchemaBuilder.d.ts.map +1 -0
  4438. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBSchemaBuilder.js +159 -0
  4439. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBSchemaBuilder.js.map +1 -0
  4440. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilder.d.ts +81 -0
  4441. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilder.d.ts.map +1 -0
  4442. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilder.js +251 -0
  4443. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilder.js.map +1 -0
  4444. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilderTypes.d.ts +260 -0
  4445. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilderTypes.d.ts.map +1 -0
  4446. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilderTypes.js +12 -0
  4447. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilderTypes.js.map +1 -0
  4448. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/Functions.d.ts +64 -0
  4449. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/Functions.d.ts.map +1 -0
  4450. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/Functions.js +1011 -0
  4451. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/Functions.js.map +1 -0
  4452. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/QueryBuilder.d.ts +81 -0
  4453. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/QueryBuilder.d.ts.map +1 -0
  4454. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/QueryBuilder.js +214 -0
  4455. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/QueryBuilder.js.map +1 -0
  4456. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getJoinQuery.d.ts +45 -0
  4457. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getJoinQuery.d.ts.map +1 -0
  4458. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getJoinQuery.js +209 -0
  4459. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getJoinQuery.js.map +1 -0
  4460. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getNewQuery.d.ts +257 -0
  4461. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getNewQuery.d.ts.map +1 -0
  4462. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getNewQuery.js +213 -0
  4463. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getNewQuery.js.map +1 -0
  4464. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getSelectQuery.d.ts +22 -0
  4465. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getSelectQuery.d.ts.map +1 -0
  4466. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getSelectQuery.js +106 -0
  4467. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getSelectQuery.js.map +1 -0
  4468. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryStreamer.d.ts +31 -0
  4469. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryStreamer.d.ts.map +1 -0
  4470. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryStreamer.js +226 -0
  4471. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryStreamer.js.map +1 -0
  4472. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/DataValidator.d.ts +63 -0
  4473. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/DataValidator.d.ts.map +1 -0
  4474. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/DataValidator.js +262 -0
  4475. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/DataValidator.js.map +1 -0
  4476. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/TableHandler.d.ts +54 -0
  4477. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/TableHandler.d.ts.map +1 -0
  4478. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/TableHandler.js +161 -0
  4479. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/TableHandler.js.map +1 -0
  4480. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/delete.d.ts +6 -0
  4481. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/delete.d.ts.map +1 -0
  4482. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/delete.js +105 -0
  4483. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/delete.js.map +1 -0
  4484. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insert.d.ts +6 -0
  4485. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insert.d.ts.map +1 -0
  4486. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insert.js +167 -0
  4487. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insert.js.map +1 -0
  4488. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insertTest.d.ts +17 -0
  4489. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insertTest.d.ts.map +1 -0
  4490. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insertTest.js +72 -0
  4491. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insertTest.js.map +1 -0
  4492. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/onDeleteFromFileTable.d.ts +15 -0
  4493. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/onDeleteFromFileTable.d.ts.map +1 -0
  4494. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/onDeleteFromFileTable.js +53 -0
  4495. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/onDeleteFromFileTable.js.map +1 -0
  4496. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/runInsertUpdateQuery.d.ts +31 -0
  4497. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/runInsertUpdateQuery.d.ts.map +1 -0
  4498. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/runInsertUpdateQuery.js +103 -0
  4499. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/runInsertUpdateQuery.js.map +1 -0
  4500. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/update.d.ts +6 -0
  4501. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/update.d.ts.map +1 -0
  4502. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/update.js +146 -0
  4503. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/update.js.map +1 -0
  4504. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateBatch.d.ts +6 -0
  4505. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateBatch.d.ts.map +1 -0
  4506. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateBatch.js +39 -0
  4507. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateBatch.js.map +1 -0
  4508. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateFile.d.ts +15 -0
  4509. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateFile.d.ts.map +1 -0
  4510. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateFile.js +38 -0
  4511. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateFile.js.map +1 -0
  4512. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/upsert.d.ts +6 -0
  4513. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/upsert.d.ts.map +1 -0
  4514. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/upsert.js +33 -0
  4515. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/upsert.js.map +1 -0
  4516. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/ViewHandler.d.ts +98 -0
  4517. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/ViewHandler.d.ts.map +1 -0
  4518. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/ViewHandler.js +318 -0
  4519. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/ViewHandler.js.map +1 -0
  4520. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/count.d.ts +6 -0
  4521. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/count.d.ts.map +1 -0
  4522. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/count.js +32 -0
  4523. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/count.js.map +1 -0
  4524. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/find.d.ts +18 -0
  4525. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/find.d.ts.map +1 -0
  4526. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/find.js +123 -0
  4527. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/find.js.map +1 -0
  4528. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsCondition.d.ts +4 -0
  4529. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsCondition.d.ts.map +1 -0
  4530. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsCondition.js +58 -0
  4531. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsCondition.js.map +1 -0
  4532. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsFilters.d.ts +4 -0
  4533. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsFilters.d.ts.map +1 -0
  4534. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsFilters.js +66 -0
  4535. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsFilters.js.map +1 -0
  4536. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getInfo.d.ts +6 -0
  4537. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getInfo.d.ts.map +1 -0
  4538. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getInfo.js +33 -0
  4539. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getInfo.js.map +1 -0
  4540. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getTableJoinQuery.d.ts +21 -0
  4541. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getTableJoinQuery.d.ts.map +1 -0
  4542. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getTableJoinQuery.js +66 -0
  4543. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getTableJoinQuery.js.map +1 -0
  4544. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseComplexFilter.d.ts +12 -0
  4545. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseComplexFilter.d.ts.map +1 -0
  4546. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseComplexFilter.js +78 -0
  4547. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseComplexFilter.js.map +1 -0
  4548. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseFieldFilter.d.ts +8 -0
  4549. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseFieldFilter.d.ts.map +1 -0
  4550. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseFieldFilter.js +95 -0
  4551. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseFieldFilter.js.map +1 -0
  4552. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseJoinPath.d.ts +19 -0
  4553. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseJoinPath.d.ts.map +1 -0
  4554. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseJoinPath.js +175 -0
  4555. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseJoinPath.js.map +1 -0
  4556. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareSortItems.d.ts +5 -0
  4557. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareSortItems.d.ts.map +1 -0
  4558. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareSortItems.js +147 -0
  4559. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareSortItems.js.map +1 -0
  4560. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareWhere.d.ts +23 -0
  4561. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareWhere.d.ts.map +1 -0
  4562. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareWhere.js +73 -0
  4563. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareWhere.js.map +1 -0
  4564. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/size.d.ts +6 -0
  4565. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/size.d.ts.map +1 -0
  4566. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/size.js +29 -0
  4567. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/size.js.map +1 -0
  4568. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/subscribe.d.ts +20 -0
  4569. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/subscribe.d.ts.map +1 -0
  4570. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/subscribe.js +99 -0
  4571. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/subscribe.js.map +1 -0
  4572. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/validateViewRules.d.ts +12 -0
  4573. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/validateViewRules.d.ts.map +1 -0
  4574. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/validateViewRules.js +57 -0
  4575. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/validateViewRules.js.map +1 -0
  4576. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/dboBuilderUtils.d.ts +58 -0
  4577. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/dboBuilderUtils.d.ts.map +1 -0
  4578. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/dboBuilderUtils.js +163 -0
  4579. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/dboBuilderUtils.js.map +1 -0
  4580. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getColumns.d.ts +12 -0
  4581. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getColumns.d.ts.map +1 -0
  4582. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getColumns.js +110 -0
  4583. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getColumns.js.map +1 -0
  4584. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getCondition.d.ts +23 -0
  4585. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getCondition.d.ts.map +1 -0
  4586. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getCondition.js +154 -0
  4587. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getCondition.js.map +1 -0
  4588. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getSubscribeRelatedTables.d.ts +20 -0
  4589. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getSubscribeRelatedTables.d.ts.map +1 -0
  4590. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getSubscribeRelatedTables.js +162 -0
  4591. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getSubscribeRelatedTables.js.map +1 -0
  4592. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getTablesForSchemaPostgresSQL.d.ts +12 -0
  4593. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getTablesForSchemaPostgresSQL.d.ts.map +1 -0
  4594. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getTablesForSchemaPostgresSQL.js +421 -0
  4595. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getTablesForSchemaPostgresSQL.js.map +1 -0
  4596. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/insertNestedRecords.d.ts +35 -0
  4597. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/insertNestedRecords.d.ts.map +1 -0
  4598. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/insertNestedRecords.js +270 -0
  4599. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/insertNestedRecords.js.map +1 -0
  4600. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/parseUpdateRules.d.ts +18 -0
  4601. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/parseUpdateRules.d.ts.map +1 -0
  4602. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/parseUpdateRules.js +154 -0
  4603. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/parseUpdateRules.js.map +1 -0
  4604. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/prepareShortestJoinPaths.d.ts +12 -0
  4605. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/prepareShortestJoinPaths.d.ts.map +1 -0
  4606. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/prepareShortestJoinPaths.js +159 -0
  4607. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/prepareShortestJoinPaths.js.map +1 -0
  4608. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runSQL.d.ts +25 -0
  4609. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runSQL.d.ts.map +1 -0
  4610. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runSQL.js +171 -0
  4611. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runSQL.js.map +1 -0
  4612. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runTransaction.d.ts +9 -0
  4613. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runTransaction.d.ts.map +1 -0
  4614. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runTransaction.js +49 -0
  4615. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runTransaction.js.map +1 -0
  4616. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/sqlErrCodeToMsg.d.ts +2 -0
  4617. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/sqlErrCodeToMsg.d.ts.map +1 -0
  4618. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/sqlErrCodeToMsg.js +255 -0
  4619. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/sqlErrCodeToMsg.js.map +1 -0
  4620. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/uploadFile.d.ts +17 -0
  4621. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/uploadFile.d.ts.map +1 -0
  4622. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/uploadFile.js +57 -0
  4623. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/uploadFile.js.map +1 -0
  4624. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Event_Trigger_Tags.d.ts +4 -0
  4625. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Event_Trigger_Tags.d.ts.map +1 -0
  4626. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Event_Trigger_Tags.js +117 -0
  4627. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Event_Trigger_Tags.js.map +1 -0
  4628. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/FileManager.d.ts +138 -0
  4629. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/FileManager.d.ts.map +1 -0
  4630. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/FileManager.js +247 -0
  4631. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/FileManager.js.map +1 -0
  4632. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/getValidatedFileType.d.ts +16 -0
  4633. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/getValidatedFileType.d.ts.map +1 -0
  4634. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/getValidatedFileType.js +59 -0
  4635. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/getValidatedFileType.js.map +1 -0
  4636. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/initFileManager.d.ts +4 -0
  4637. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/initFileManager.d.ts.map +1 -0
  4638. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/initFileManager.js +171 -0
  4639. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/initFileManager.js.map +1 -0
  4640. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/upload.d.ts +7 -0
  4641. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/upload.d.ts.map +1 -0
  4642. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/upload.js +58 -0
  4643. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/upload.js.map +1 -0
  4644. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/uploadStream.d.ts +5 -0
  4645. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/uploadStream.d.ts.map +1 -0
  4646. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/uploadStream.js +69 -0
  4647. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/uploadStream.js.map +1 -0
  4648. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Filtering.d.ts +22 -0
  4649. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Filtering.d.ts.map +1 -0
  4650. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Filtering.js +405 -0
  4651. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Filtering.js.map +1 -0
  4652. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validate_jsonb_schema_sql.d.ts +4 -0
  4653. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validate_jsonb_schema_sql.d.ts.map +1 -0
  4654. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validate_jsonb_schema_sql.js +501 -0
  4655. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validate_jsonb_schema_sql.js.map +1 -0
  4656. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validation.d.ts +9 -0
  4657. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validation.d.ts.map +1 -0
  4658. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validation.js +138 -0
  4659. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validation.js.map +1 -0
  4660. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Logging.d.ts +102 -0
  4661. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Logging.d.ts.map +1 -0
  4662. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Logging.js +3 -0
  4663. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Logging.js.map +1 -0
  4664. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PostgresNotifListenManager.d.ts +28 -0
  4665. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PostgresNotifListenManager.d.ts.map +1 -0
  4666. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PostgresNotifListenManager.js +121 -0
  4667. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PostgresNotifListenManager.js.map +1 -0
  4668. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Prostgles.d.ts +83 -0
  4669. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Prostgles.d.ts.map +1 -0
  4670. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Prostgles.js +468 -0
  4671. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Prostgles.js.map +1 -0
  4672. package/examples/full-example-typescript/node_modules/prostgles-server/dist/ProstglesTypes.d.ts +236 -0
  4673. package/examples/full-example-typescript/node_modules/prostgles-server/dist/ProstglesTypes.d.ts.map +1 -0
  4674. package/examples/full-example-typescript/node_modules/prostgles-server/dist/ProstglesTypes.js +5 -0
  4675. package/examples/full-example-typescript/node_modules/prostgles-server/dist/ProstglesTypes.js.map +1 -0
  4676. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/PubSubManager.d.ts +201 -0
  4677. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/PubSubManager.d.ts.map +1 -0
  4678. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/PubSubManager.js +433 -0
  4679. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/PubSubManager.js.map +1 -0
  4680. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSub.d.ts +12 -0
  4681. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSub.d.ts.map +1 -0
  4682. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSub.js +114 -0
  4683. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSub.js.map +1 -0
  4684. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSync.d.ts +7 -0
  4685. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSync.d.ts.map +1 -0
  4686. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSync.js +124 -0
  4687. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSync.js.map +1 -0
  4688. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getCreatePubSubManagerError.d.ts +3 -0
  4689. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getCreatePubSubManagerError.d.ts.map +1 -0
  4690. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getCreatePubSubManagerError.js +68 -0
  4691. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getCreatePubSubManagerError.js.map +1 -0
  4692. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getPubSubManagerInitQuery.d.ts +14 -0
  4693. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getPubSubManagerInitQuery.d.ts.map +1 -0
  4694. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getPubSubManagerInitQuery.js +656 -0
  4695. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getPubSubManagerInitQuery.js.map +1 -0
  4696. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/initPubSubManager.d.ts +5 -0
  4697. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/initPubSubManager.d.ts.map +1 -0
  4698. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/initPubSubManager.js +73 -0
  4699. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/initPubSubManager.js.map +1 -0
  4700. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/notifListener.d.ts +5 -0
  4701. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/notifListener.d.ts.map +1 -0
  4702. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/notifListener.js +142 -0
  4703. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/notifListener.js.map +1 -0
  4704. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/orphanTriggerCheck.d.ts +4 -0
  4705. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/orphanTriggerCheck.d.ts.map +1 -0
  4706. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/orphanTriggerCheck.js +71 -0
  4707. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/orphanTriggerCheck.js.map +1 -0
  4708. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/pushSubData.d.ts +3 -0
  4709. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/pushSubData.d.ts.map +1 -0
  4710. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/pushSubData.js +56 -0
  4711. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/pushSubData.js.map +1 -0
  4712. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/PublishParser.d.ts +43 -0
  4713. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/PublishParser.d.ts.map +1 -0
  4714. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/PublishParser.js +152 -0
  4715. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/PublishParser.js.map +1 -0
  4716. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getFileTableRules.d.ts +20 -0
  4717. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getFileTableRules.d.ts.map +1 -0
  4718. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getFileTableRules.js +121 -0
  4719. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getFileTableRules.js.map +1 -0
  4720. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getSchemaFromPublish.d.ts +20 -0
  4721. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getSchemaFromPublish.d.ts.map +1 -0
  4722. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getSchemaFromPublish.js +116 -0
  4723. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getSchemaFromPublish.js.map +1 -0
  4724. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getTableRulesWithoutFileTable.d.ts +5 -0
  4725. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getTableRulesWithoutFileTable.d.ts.map +1 -0
  4726. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getTableRulesWithoutFileTable.js +144 -0
  4727. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getTableRulesWithoutFileTable.js.map +1 -0
  4728. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/publishTypesAndUtils.d.ts +388 -0
  4729. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/publishTypesAndUtils.d.ts.map +1 -0
  4730. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/publishTypesAndUtils.js +79 -0
  4731. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/publishTypesAndUtils.js.map +1 -0
  4732. package/examples/full-example-typescript/node_modules/prostgles-server/dist/RestApi.d.ts +46 -0
  4733. package/examples/full-example-typescript/node_modules/prostgles-server/dist/RestApi.d.ts.map +1 -0
  4734. package/examples/full-example-typescript/node_modules/prostgles-server/dist/RestApi.js +97 -0
  4735. package/examples/full-example-typescript/node_modules/prostgles-server/dist/RestApi.js.map +1 -0
  4736. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/SchemaWatch.d.ts +19 -0
  4737. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/SchemaWatch.d.ts.map +1 -0
  4738. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/SchemaWatch.js +78 -0
  4739. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/SchemaWatch.js.map +1 -0
  4740. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getValidatedWatchSchemaType.d.ts +14 -0
  4741. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getValidatedWatchSchemaType.d.ts.map +1 -0
  4742. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getValidatedWatchSchemaType.js +38 -0
  4743. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getValidatedWatchSchemaType.js.map +1 -0
  4744. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getWatchSchemaTagList.d.ts +3 -0
  4745. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getWatchSchemaTagList.d.ts.map +1 -0
  4746. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getWatchSchemaTagList.js +29 -0
  4747. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getWatchSchemaTagList.js.map +1 -0
  4748. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SyncReplication.d.ts +37 -0
  4749. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SyncReplication.d.ts.map +1 -0
  4750. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SyncReplication.js +447 -0
  4751. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SyncReplication.js.map +1 -0
  4752. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/TableConfig.d.ts +297 -0
  4753. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/TableConfig.d.ts.map +1 -0
  4754. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/TableConfig.js +164 -0
  4755. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/TableConfig.js.map +1 -0
  4756. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getColumnDefinitionQuery.d.ts +27 -0
  4757. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getColumnDefinitionQuery.d.ts.map +1 -0
  4758. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getColumnDefinitionQuery.js +88 -0
  4759. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getColumnDefinitionQuery.js.map +1 -0
  4760. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getConstraintDefinitionQueries.d.ts +34 -0
  4761. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getConstraintDefinitionQueries.d.ts.map +1 -0
  4762. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getConstraintDefinitionQueries.js +66 -0
  4763. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getConstraintDefinitionQueries.js.map +1 -0
  4764. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getFutureTableSchema.d.ts +19 -0
  4765. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getFutureTableSchema.d.ts.map +1 -0
  4766. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getFutureTableSchema.js +51 -0
  4767. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getFutureTableSchema.js.map +1 -0
  4768. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getPGIndexes.d.ts +17 -0
  4769. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getPGIndexes.d.ts.map +1 -0
  4770. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getPGIndexes.js +42 -0
  4771. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getPGIndexes.js.map +1 -0
  4772. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getTableColumnQueries.d.ts +20 -0
  4773. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getTableColumnQueries.d.ts.map +1 -0
  4774. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getTableColumnQueries.js +108 -0
  4775. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getTableColumnQueries.js.map +1 -0
  4776. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/initTableConfig.d.ts +3 -0
  4777. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/initTableConfig.d.ts.map +1 -0
  4778. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/initTableConfig.js +279 -0
  4779. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/initTableConfig.js.map +1 -0
  4780. package/examples/full-example-typescript/node_modules/prostgles-server/dist/index.d.ts +5 -0
  4781. package/examples/full-example-typescript/node_modules/prostgles-server/dist/index.d.ts.map +1 -0
  4782. package/examples/full-example-typescript/node_modules/prostgles-server/dist/index.js +10 -0
  4783. package/examples/full-example-typescript/node_modules/prostgles-server/dist/index.js.map +1 -0
  4784. package/examples/full-example-typescript/node_modules/prostgles-server/dist/initProstgles.d.ts +59 -0
  4785. package/examples/full-example-typescript/node_modules/prostgles-server/dist/initProstgles.d.ts.map +1 -0
  4786. package/examples/full-example-typescript/node_modules/prostgles-server/dist/initProstgles.js +250 -0
  4787. package/examples/full-example-typescript/node_modules/prostgles-server/dist/initProstgles.js.map +1 -0
  4788. package/examples/full-example-typescript/node_modules/prostgles-server/dist/onSocketConnected.d.ts +6 -0
  4789. package/examples/full-example-typescript/node_modules/prostgles-server/dist/onSocketConnected.d.ts.map +1 -0
  4790. package/examples/full-example-typescript/node_modules/prostgles-server/dist/onSocketConnected.js +85 -0
  4791. package/examples/full-example-typescript/node_modules/prostgles-server/dist/onSocketConnected.js.map +1 -0
  4792. package/examples/full-example-typescript/node_modules/prostgles-server/dist/runClientRequest.d.ts +43 -0
  4793. package/examples/full-example-typescript/node_modules/prostgles-server/dist/runClientRequest.d.ts.map +1 -0
  4794. package/examples/full-example-typescript/node_modules/prostgles-server/dist/runClientRequest.js +120 -0
  4795. package/examples/full-example-typescript/node_modules/prostgles-server/dist/runClientRequest.js.map +1 -0
  4796. package/examples/full-example-typescript/node_modules/prostgles-server/dist/shortestPath.d.ts +10 -0
  4797. package/examples/full-example-typescript/node_modules/prostgles-server/dist/shortestPath.d.ts.map +1 -0
  4798. package/examples/full-example-typescript/node_modules/prostgles-server/dist/shortestPath.js +112 -0
  4799. package/examples/full-example-typescript/node_modules/prostgles-server/dist/shortestPath.js.map +1 -0
  4800. package/examples/full-example-typescript/node_modules/prostgles-server/dist/typeTests/dboTypeCheck.d.ts +2 -0
  4801. package/examples/full-example-typescript/node_modules/prostgles-server/dist/typeTests/dboTypeCheck.d.ts.map +1 -0
  4802. package/examples/full-example-typescript/node_modules/prostgles-server/dist/typeTests/dboTypeCheck.js +54 -0
  4803. package/examples/full-example-typescript/node_modules/prostgles-server/dist/typeTests/dboTypeCheck.js.map +1 -0
  4804. package/examples/full-example-typescript/node_modules/prostgles-server/dist/utils.d.ts +4 -0
  4805. package/examples/full-example-typescript/node_modules/prostgles-server/dist/utils.d.ts.map +1 -0
  4806. package/examples/full-example-typescript/node_modules/prostgles-server/dist/utils.js +19 -0
  4807. package/examples/full-example-typescript/node_modules/prostgles-server/dist/utils.js.map +1 -0
  4808. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/LICENSE +21 -0
  4809. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/assert/strict.d.ts +8 -0
  4810. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/buffer.buffer.d.ts +385 -0
  4811. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/compatibility/disposable.d.ts +16 -0
  4812. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/compatibility/index.d.ts +9 -0
  4813. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
  4814. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/constants.d.ts +19 -0
  4815. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/dom-events.d.ts +124 -0
  4816. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/globals.typedarray.d.ts +21 -0
  4817. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/readline/promises.d.ts +162 -0
  4818. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/stream/consumers.d.ts +12 -0
  4819. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/stream/promises.d.ts +90 -0
  4820. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +385 -0
  4821. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +19 -0
  4822. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.d.ts +74 -0
  4823. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.d.ts.map +1 -0
  4824. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.js +6 -0
  4825. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.js.map +1 -0
  4826. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.ts +67 -0
  4827. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/home.html +30 -0
  4828. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.d.ts +2 -0
  4829. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.d.ts.map +1 -0
  4830. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.js +66 -0
  4831. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.js.map +1 -0
  4832. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.ts +48 -0
  4833. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/init.sql +17 -0
  4834. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/package.json +16 -0
  4835. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/tsconfig.json +24 -0
  4836. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-vanilla/home.html +131 -0
  4837. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-vanilla/index.js +57 -0
  4838. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-vanilla/init.sql +69 -0
  4839. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-vanilla/package.json +17 -0
  4840. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/javascript/index.js +27 -0
  4841. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/javascript/init.sql +5 -0
  4842. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/javascript/package.json +16 -0
  4843. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/typescript/index.ts +31 -0
  4844. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/typescript/init.sql +20 -0
  4845. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/typescript/package.json +16 -0
  4846. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/typescript/tsconfig.json +17 -0
  4847. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/AuthHandler.ts +437 -0
  4848. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/AuthTypes.ts +280 -0
  4849. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/getSafeReturnURL.ts +35 -0
  4850. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/sendEmail.ts +108 -0
  4851. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/setAuthProviders.ts +127 -0
  4852. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/setEmailProvider.ts +104 -0
  4853. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/setupAuthRoutes.ts +159 -0
  4854. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DBEventsManager.ts +178 -0
  4855. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DBSchemaBuilder.ts +255 -0
  4856. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/DboBuilder.ts +319 -0
  4857. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/DboBuilderTypes.ts +362 -0
  4858. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/Functions.ts +1153 -0
  4859. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/QueryBuilder.ts +288 -0
  4860. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/getJoinQuery.ts +263 -0
  4861. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/getNewQuery.ts +271 -0
  4862. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/getSelectQuery.ts +136 -0
  4863. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/prepareHaving.ts +22 -0
  4864. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryStreamer.ts +250 -0
  4865. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/DataValidator.ts +428 -0
  4866. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/TableHandler.ts +205 -0
  4867. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/delete.ts +115 -0
  4868. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/insert.ts +183 -0
  4869. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/insertTest.ts +78 -0
  4870. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/onDeleteFromFileTable.ts +62 -0
  4871. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/runInsertUpdateQuery.ts +134 -0
  4872. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/update.ts +184 -0
  4873. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/updateBatch.ts +49 -0
  4874. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/updateFile.ts +48 -0
  4875. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/upsert.ts +33 -0
  4876. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/ViewHandler.ts +393 -0
  4877. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/count.ts +38 -0
  4878. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/find.ts +153 -0
  4879. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/getExistsCondition.ts +73 -0
  4880. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/getExistsFilters.ts +74 -0
  4881. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/getInfo.ts +37 -0
  4882. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/getTableJoinQuery.ts +84 -0
  4883. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/parseComplexFilter.ts +96 -0
  4884. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/parseFieldFilter.ts +105 -0
  4885. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/parseJoinPath.ts +208 -0
  4886. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/prepareSortItems.ts +163 -0
  4887. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/prepareWhere.ts +90 -0
  4888. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/size.ts +37 -0
  4889. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/subscribe.ts +118 -0
  4890. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/validateViewRules.ts +70 -0
  4891. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/dboBuilderUtils.ts +226 -0
  4892. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/getColumns.ts +146 -0
  4893. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/getCondition.ts +201 -0
  4894. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/getSubscribeRelatedTables.ts +190 -0
  4895. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/getTablesForSchemaPostgresSQL.ts +465 -0
  4896. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/insertNestedRecords.ts +355 -0
  4897. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/parseUpdateRules.ts +187 -0
  4898. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/prepareShortestJoinPaths.ts +186 -0
  4899. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/runSQL.ts +182 -0
  4900. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/runTransaction.ts +50 -0
  4901. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/sqlErrCodeToMsg.ts +254 -0
  4902. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/uploadFile.ts +69 -0
  4903. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Event_Trigger_Tags.ts +118 -0
  4904. package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/FileManager.ts +358 -0
  4905. package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/getValidatedFileType.ts +69 -0
  4906. package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/initFileManager.ts +187 -0
  4907. package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/upload.ts +62 -0
  4908. package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/uploadStream.ts +79 -0
  4909. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Filtering.ts +463 -0
  4910. package/examples/full-example-typescript/node_modules/prostgles-server/lib/JSONBValidation/validate_jsonb_schema_sql.ts +502 -0
  4911. package/examples/full-example-typescript/node_modules/prostgles-server/lib/JSONBValidation/validation.ts +143 -0
  4912. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Logging.ts +131 -0
  4913. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PostgresNotifListenManager.ts +143 -0
  4914. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Prostgles.ts +546 -0
  4915. package/examples/full-example-typescript/node_modules/prostgles-server/lib/ProstglesTypes.ts +278 -0
  4916. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/PubSubManager.ts +609 -0
  4917. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/addSub.ts +138 -0
  4918. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/addSync.ts +141 -0
  4919. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/getCreatePubSubManagerError.ts +72 -0
  4920. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/getPubSubManagerInitQuery.ts +662 -0
  4921. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/initPubSubManager.ts +79 -0
  4922. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/notifListener.ts +173 -0
  4923. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/orphanTriggerCheck.ts +70 -0
  4924. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/pushSubData.ts +55 -0
  4925. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/PublishParser.ts +162 -0
  4926. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/getFileTableRules.ts +124 -0
  4927. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/getSchemaFromPublish.ts +142 -0
  4928. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/getTableRulesWithoutFileTable.ts +177 -0
  4929. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/publishTypesAndUtils.ts +399 -0
  4930. package/examples/full-example-typescript/node_modules/prostgles-server/lib/RestApi.ts +127 -0
  4931. package/examples/full-example-typescript/node_modules/prostgles-server/lib/SchemaWatch/SchemaWatch.ts +90 -0
  4932. package/examples/full-example-typescript/node_modules/prostgles-server/lib/SchemaWatch/createSchemaWatchEventTrigger.ts +3 -0
  4933. package/examples/full-example-typescript/node_modules/prostgles-server/lib/SchemaWatch/getValidatedWatchSchemaType.ts +45 -0
  4934. package/examples/full-example-typescript/node_modules/prostgles-server/lib/SchemaWatch/getWatchSchemaTagList.ts +27 -0
  4935. package/examples/full-example-typescript/node_modules/prostgles-server/lib/SyncReplication.ts +557 -0
  4936. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/TableConfig.ts +468 -0
  4937. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getColumnDefinitionQuery.ts +111 -0
  4938. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getConstraintDefinitionQueries.ts +95 -0
  4939. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getFutureTableSchema.ts +68 -0
  4940. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getPGIndexes.ts +53 -0
  4941. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getTableColumnQueries.ts +129 -0
  4942. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/initTableConfig.ts +326 -0
  4943. package/examples/full-example-typescript/node_modules/prostgles-server/lib/index.ts +13 -0
  4944. package/examples/full-example-typescript/node_modules/prostgles-server/lib/initProstgles.ts +350 -0
  4945. package/examples/full-example-typescript/node_modules/prostgles-server/lib/onSocketConnected.ts +102 -0
  4946. package/examples/full-example-typescript/node_modules/prostgles-server/lib/runClientRequest.ts +166 -0
  4947. package/examples/full-example-typescript/node_modules/prostgles-server/lib/shortestPath.ts +122 -0
  4948. package/examples/full-example-typescript/node_modules/prostgles-server/lib/typeTests/DBoGenerated.d.ts +324 -0
  4949. package/examples/full-example-typescript/node_modules/prostgles-server/lib/typeTests/dboTypeCheck.ts +95 -0
  4950. package/examples/full-example-typescript/node_modules/prostgles-server/lib/utils.ts +14 -0
  4951. package/examples/full-example-typescript/node_modules/prostgles-server/package.json +75 -0
  4952. package/examples/full-example-typescript/node_modules/prostgles-server/tsconfig.json +25 -0
  4953. package/examples/full-example-typescript/node_modules/prostgles-types/.vscode/settings.json +12 -0
  4954. package/examples/full-example-typescript/node_modules/prostgles-types/LICENSE +21 -0
  4955. package/examples/full-example-typescript/node_modules/prostgles-types/README.md +3 -0
  4956. package/examples/full-example-typescript/node_modules/prostgles-types/dist/auth.d.ts +42 -0
  4957. package/examples/full-example-typescript/node_modules/prostgles-types/dist/auth.d.ts.map +1 -0
  4958. package/examples/full-example-typescript/node_modules/prostgles-types/dist/auth.js +3 -0
  4959. package/examples/full-example-typescript/node_modules/prostgles-types/dist/auth.js.map +1 -0
  4960. package/examples/full-example-typescript/node_modules/prostgles-types/dist/files.d.ts +89 -0
  4961. package/examples/full-example-typescript/node_modules/prostgles-types/dist/files.d.ts.map +1 -0
  4962. package/examples/full-example-typescript/node_modules/prostgles-types/dist/files.js +85 -0
  4963. package/examples/full-example-typescript/node_modules/prostgles-types/dist/files.js.map +1 -0
  4964. package/examples/full-example-typescript/node_modules/prostgles-types/dist/filters.d.ts +227 -0
  4965. package/examples/full-example-typescript/node_modules/prostgles-types/dist/filters.d.ts.map +1 -0
  4966. package/examples/full-example-typescript/node_modules/prostgles-types/dist/filters.js +156 -0
  4967. package/examples/full-example-typescript/node_modules/prostgles-types/dist/filters.js.map +1 -0
  4968. package/examples/full-example-typescript/node_modules/prostgles-types/dist/index.d.ts +902 -0
  4969. package/examples/full-example-typescript/node_modules/prostgles-types/dist/index.d.ts.map +1 -0
  4970. package/examples/full-example-typescript/node_modules/prostgles-types/dist/index.js +268 -0
  4971. package/examples/full-example-typescript/node_modules/prostgles-types/dist/index.js.map +1 -0
  4972. package/examples/full-example-typescript/node_modules/prostgles-types/dist/index_umd.js +1 -0
  4973. package/examples/full-example-typescript/node_modules/prostgles-types/dist/insertUpdateUtils.d.ts +12 -0
  4974. package/examples/full-example-typescript/node_modules/prostgles-types/dist/insertUpdateUtils.d.ts.map +1 -0
  4975. package/examples/full-example-typescript/node_modules/prostgles-types/dist/insertUpdateUtils.js +25 -0
  4976. package/examples/full-example-typescript/node_modules/prostgles-types/dist/insertUpdateUtils.js.map +1 -0
  4977. package/examples/full-example-typescript/node_modules/prostgles-types/dist/jsonb.d.ts +222 -0
  4978. package/examples/full-example-typescript/node_modules/prostgles-types/dist/jsonb.d.ts.map +1 -0
  4979. package/examples/full-example-typescript/node_modules/prostgles-types/dist/jsonb.js +153 -0
  4980. package/examples/full-example-typescript/node_modules/prostgles-types/dist/jsonb.js.map +1 -0
  4981. package/examples/full-example-typescript/node_modules/prostgles-types/dist/md5.d.ts +3 -0
  4982. package/examples/full-example-typescript/node_modules/prostgles-types/dist/md5.d.ts.map +1 -0
  4983. package/examples/full-example-typescript/node_modules/prostgles-types/dist/md5.js +180 -0
  4984. package/examples/full-example-typescript/node_modules/prostgles-types/dist/md5.js.map +1 -0
  4985. package/examples/full-example-typescript/node_modules/prostgles-types/dist/replication.d.ts +85 -0
  4986. package/examples/full-example-typescript/node_modules/prostgles-types/dist/replication.d.ts.map +1 -0
  4987. package/examples/full-example-typescript/node_modules/prostgles-types/dist/replication.js +3 -0
  4988. package/examples/full-example-typescript/node_modules/prostgles-types/dist/replication.js.map +1 -0
  4989. package/examples/full-example-typescript/node_modules/prostgles-types/dist/util.d.ts +165 -0
  4990. package/examples/full-example-typescript/node_modules/prostgles-types/dist/util.d.ts.map +1 -0
  4991. package/examples/full-example-typescript/node_modules/prostgles-types/dist/util.js +522 -0
  4992. package/examples/full-example-typescript/node_modules/prostgles-types/dist/util.js.map +1 -0
  4993. package/examples/full-example-typescript/node_modules/prostgles-types/lib/auth.ts +50 -0
  4994. package/examples/full-example-typescript/node_modules/prostgles-types/lib/files.ts +96 -0
  4995. package/examples/full-example-typescript/node_modules/prostgles-types/lib/filters.ts +387 -0
  4996. package/examples/full-example-typescript/node_modules/prostgles-types/lib/index.ts +1465 -0
  4997. package/examples/full-example-typescript/node_modules/prostgles-types/lib/insertUpdateUtils.ts +58 -0
  4998. package/examples/full-example-typescript/node_modules/prostgles-types/lib/jsonb.ts +403 -0
  4999. package/examples/full-example-typescript/node_modules/prostgles-types/lib/md5.ts +197 -0
  5000. package/examples/full-example-typescript/node_modules/prostgles-types/lib/replication.ts +105 -0
  5001. package/examples/full-example-typescript/node_modules/prostgles-types/lib/util.ts +666 -0
  5002. package/examples/full-example-typescript/node_modules/prostgles-types/package.json +39 -0
  5003. package/examples/full-example-typescript/node_modules/prostgles-types/tsconfig.json +29 -0
  5004. package/examples/full-example-typescript/node_modules/prostgles-types/webpack.prod.js +34 -0
  5005. package/examples/full-example-typescript/node_modules/proxy-addr/HISTORY.md +161 -0
  5006. package/examples/full-example-typescript/node_modules/proxy-addr/LICENSE +22 -0
  5007. package/examples/full-example-typescript/node_modules/proxy-addr/README.md +139 -0
  5008. package/examples/full-example-typescript/node_modules/proxy-addr/index.js +327 -0
  5009. package/examples/full-example-typescript/node_modules/proxy-addr/package.json +47 -0
  5010. package/examples/full-example-typescript/node_modules/qs/.editorconfig +46 -0
  5011. package/examples/full-example-typescript/node_modules/qs/.eslintrc +38 -0
  5012. package/examples/full-example-typescript/node_modules/qs/.github/FUNDING.yml +12 -0
  5013. package/examples/full-example-typescript/node_modules/qs/.nycrc +13 -0
  5014. package/examples/full-example-typescript/node_modules/qs/CHANGELOG.md +600 -0
  5015. package/examples/full-example-typescript/node_modules/qs/LICENSE.md +29 -0
  5016. package/examples/full-example-typescript/node_modules/qs/README.md +709 -0
  5017. package/examples/full-example-typescript/node_modules/qs/dist/qs.js +90 -0
  5018. package/examples/full-example-typescript/node_modules/qs/lib/formats.js +23 -0
  5019. package/examples/full-example-typescript/node_modules/qs/lib/index.js +11 -0
  5020. package/examples/full-example-typescript/node_modules/qs/lib/parse.js +296 -0
  5021. package/examples/full-example-typescript/node_modules/qs/lib/stringify.js +351 -0
  5022. package/examples/full-example-typescript/node_modules/qs/lib/utils.js +265 -0
  5023. package/examples/full-example-typescript/node_modules/qs/package.json +91 -0
  5024. package/examples/full-example-typescript/node_modules/qs/test/empty-keys-cases.js +267 -0
  5025. package/examples/full-example-typescript/node_modules/qs/test/parse.js +1170 -0
  5026. package/examples/full-example-typescript/node_modules/qs/test/stringify.js +1298 -0
  5027. package/examples/full-example-typescript/node_modules/qs/test/utils.js +136 -0
  5028. package/examples/full-example-typescript/node_modules/range-parser/HISTORY.md +56 -0
  5029. package/examples/full-example-typescript/node_modules/range-parser/LICENSE +23 -0
  5030. package/examples/full-example-typescript/node_modules/range-parser/README.md +84 -0
  5031. package/examples/full-example-typescript/node_modules/range-parser/index.js +162 -0
  5032. package/examples/full-example-typescript/node_modules/range-parser/package.json +44 -0
  5033. package/examples/full-example-typescript/node_modules/raw-body/HISTORY.md +308 -0
  5034. package/examples/full-example-typescript/node_modules/raw-body/LICENSE +22 -0
  5035. package/examples/full-example-typescript/node_modules/raw-body/README.md +223 -0
  5036. package/examples/full-example-typescript/node_modules/raw-body/SECURITY.md +24 -0
  5037. package/examples/full-example-typescript/node_modules/raw-body/index.d.ts +87 -0
  5038. package/examples/full-example-typescript/node_modules/raw-body/index.js +336 -0
  5039. package/examples/full-example-typescript/node_modules/raw-body/package.json +49 -0
  5040. package/examples/full-example-typescript/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  5041. package/examples/full-example-typescript/node_modules/readable-stream/GOVERNANCE.md +136 -0
  5042. package/examples/full-example-typescript/node_modules/readable-stream/LICENSE +47 -0
  5043. package/examples/full-example-typescript/node_modules/readable-stream/README.md +106 -0
  5044. package/examples/full-example-typescript/node_modules/readable-stream/errors-browser.js +127 -0
  5045. package/examples/full-example-typescript/node_modules/readable-stream/errors.js +116 -0
  5046. package/examples/full-example-typescript/node_modules/readable-stream/experimentalWarning.js +17 -0
  5047. package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
  5048. package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
  5049. package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
  5050. package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_transform.js +190 -0
  5051. package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_writable.js +641 -0
  5052. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
  5053. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
  5054. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
  5055. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
  5056. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
  5057. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
  5058. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
  5059. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
  5060. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
  5061. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
  5062. package/examples/full-example-typescript/node_modules/readable-stream/package.json +68 -0
  5063. package/examples/full-example-typescript/node_modules/readable-stream/readable-browser.js +9 -0
  5064. package/examples/full-example-typescript/node_modules/readable-stream/readable.js +16 -0
  5065. package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/README.md +71 -0
  5066. package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/lib/index.d.ts +39 -0
  5067. package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/lib/index.js +69 -0
  5068. package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/lib/index.spec.js +147 -0
  5069. package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/package.json +84 -0
  5070. package/examples/full-example-typescript/node_modules/safe-buffer/LICENSE +21 -0
  5071. package/examples/full-example-typescript/node_modules/safe-buffer/README.md +584 -0
  5072. package/examples/full-example-typescript/node_modules/safe-buffer/index.d.ts +187 -0
  5073. package/examples/full-example-typescript/node_modules/safe-buffer/index.js +65 -0
  5074. package/examples/full-example-typescript/node_modules/safe-buffer/package.json +51 -0
  5075. package/examples/full-example-typescript/node_modules/safer-buffer/LICENSE +21 -0
  5076. package/examples/full-example-typescript/node_modules/safer-buffer/Porting-Buffer.md +268 -0
  5077. package/examples/full-example-typescript/node_modules/safer-buffer/Readme.md +156 -0
  5078. package/examples/full-example-typescript/node_modules/safer-buffer/dangerous.js +58 -0
  5079. package/examples/full-example-typescript/node_modules/safer-buffer/package.json +34 -0
  5080. package/examples/full-example-typescript/node_modules/safer-buffer/safer.js +77 -0
  5081. package/examples/full-example-typescript/node_modules/safer-buffer/tests.js +406 -0
  5082. package/examples/full-example-typescript/node_modules/send/HISTORY.md +526 -0
  5083. package/examples/full-example-typescript/node_modules/send/LICENSE +23 -0
  5084. package/examples/full-example-typescript/node_modules/send/README.md +327 -0
  5085. package/examples/full-example-typescript/node_modules/send/SECURITY.md +24 -0
  5086. package/examples/full-example-typescript/node_modules/send/index.js +1142 -0
  5087. package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/HISTORY.md +14 -0
  5088. package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/LICENSE +22 -0
  5089. package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/README.md +128 -0
  5090. package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/index.js +60 -0
  5091. package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/package.json +40 -0
  5092. package/examples/full-example-typescript/node_modules/send/node_modules/ms/index.js +162 -0
  5093. package/examples/full-example-typescript/node_modules/send/node_modules/ms/license.md +21 -0
  5094. package/examples/full-example-typescript/node_modules/send/node_modules/ms/package.json +38 -0
  5095. package/examples/full-example-typescript/node_modules/send/node_modules/ms/readme.md +59 -0
  5096. package/examples/full-example-typescript/node_modules/send/package.json +62 -0
  5097. package/examples/full-example-typescript/node_modules/serve-static/HISTORY.md +487 -0
  5098. package/examples/full-example-typescript/node_modules/serve-static/LICENSE +25 -0
  5099. package/examples/full-example-typescript/node_modules/serve-static/README.md +257 -0
  5100. package/examples/full-example-typescript/node_modules/serve-static/index.js +209 -0
  5101. package/examples/full-example-typescript/node_modules/serve-static/package.json +42 -0
  5102. package/examples/full-example-typescript/node_modules/set-function-length/.eslintrc +27 -0
  5103. package/examples/full-example-typescript/node_modules/set-function-length/.github/FUNDING.yml +12 -0
  5104. package/examples/full-example-typescript/node_modules/set-function-length/.nycrc +13 -0
  5105. package/examples/full-example-typescript/node_modules/set-function-length/CHANGELOG.md +70 -0
  5106. package/examples/full-example-typescript/node_modules/set-function-length/LICENSE +21 -0
  5107. package/examples/full-example-typescript/node_modules/set-function-length/README.md +56 -0
  5108. package/examples/full-example-typescript/node_modules/set-function-length/env.d.ts +9 -0
  5109. package/examples/full-example-typescript/node_modules/set-function-length/env.js +25 -0
  5110. package/examples/full-example-typescript/node_modules/set-function-length/index.d.ts +7 -0
  5111. package/examples/full-example-typescript/node_modules/set-function-length/index.js +42 -0
  5112. package/examples/full-example-typescript/node_modules/set-function-length/package.json +102 -0
  5113. package/examples/full-example-typescript/node_modules/set-function-length/tsconfig.json +9 -0
  5114. package/examples/full-example-typescript/node_modules/setprototypeof/LICENSE +13 -0
  5115. package/examples/full-example-typescript/node_modules/setprototypeof/README.md +31 -0
  5116. package/examples/full-example-typescript/node_modules/setprototypeof/index.d.ts +2 -0
  5117. package/examples/full-example-typescript/node_modules/setprototypeof/index.js +17 -0
  5118. package/examples/full-example-typescript/node_modules/setprototypeof/package.json +38 -0
  5119. package/examples/full-example-typescript/node_modules/setprototypeof/test/index.js +24 -0
  5120. package/examples/full-example-typescript/node_modules/side-channel/.editorconfig +9 -0
  5121. package/examples/full-example-typescript/node_modules/side-channel/.eslintrc +12 -0
  5122. package/examples/full-example-typescript/node_modules/side-channel/.github/FUNDING.yml +12 -0
  5123. package/examples/full-example-typescript/node_modules/side-channel/.nycrc +13 -0
  5124. package/examples/full-example-typescript/node_modules/side-channel/CHANGELOG.md +110 -0
  5125. package/examples/full-example-typescript/node_modules/side-channel/LICENSE +21 -0
  5126. package/examples/full-example-typescript/node_modules/side-channel/README.md +61 -0
  5127. package/examples/full-example-typescript/node_modules/side-channel/index.d.ts +14 -0
  5128. package/examples/full-example-typescript/node_modules/side-channel/index.js +43 -0
  5129. package/examples/full-example-typescript/node_modules/side-channel/package.json +85 -0
  5130. package/examples/full-example-typescript/node_modules/side-channel/test/index.js +104 -0
  5131. package/examples/full-example-typescript/node_modules/side-channel/tsconfig.json +9 -0
  5132. package/examples/full-example-typescript/node_modules/side-channel-list/.editorconfig +9 -0
  5133. package/examples/full-example-typescript/node_modules/side-channel-list/.eslintrc +11 -0
  5134. package/examples/full-example-typescript/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
  5135. package/examples/full-example-typescript/node_modules/side-channel-list/.nycrc +13 -0
  5136. package/examples/full-example-typescript/node_modules/side-channel-list/CHANGELOG.md +15 -0
  5137. package/examples/full-example-typescript/node_modules/side-channel-list/LICENSE +21 -0
  5138. package/examples/full-example-typescript/node_modules/side-channel-list/README.md +62 -0
  5139. package/examples/full-example-typescript/node_modules/side-channel-list/index.d.ts +13 -0
  5140. package/examples/full-example-typescript/node_modules/side-channel-list/index.js +113 -0
  5141. package/examples/full-example-typescript/node_modules/side-channel-list/list.d.ts +14 -0
  5142. package/examples/full-example-typescript/node_modules/side-channel-list/package.json +77 -0
  5143. package/examples/full-example-typescript/node_modules/side-channel-list/test/index.js +104 -0
  5144. package/examples/full-example-typescript/node_modules/side-channel-list/tsconfig.json +9 -0
  5145. package/examples/full-example-typescript/node_modules/side-channel-map/.editorconfig +9 -0
  5146. package/examples/full-example-typescript/node_modules/side-channel-map/.eslintrc +11 -0
  5147. package/examples/full-example-typescript/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
  5148. package/examples/full-example-typescript/node_modules/side-channel-map/.nycrc +13 -0
  5149. package/examples/full-example-typescript/node_modules/side-channel-map/CHANGELOG.md +22 -0
  5150. package/examples/full-example-typescript/node_modules/side-channel-map/LICENSE +21 -0
  5151. package/examples/full-example-typescript/node_modules/side-channel-map/README.md +62 -0
  5152. package/examples/full-example-typescript/node_modules/side-channel-map/index.d.ts +15 -0
  5153. package/examples/full-example-typescript/node_modules/side-channel-map/index.js +68 -0
  5154. package/examples/full-example-typescript/node_modules/side-channel-map/package.json +80 -0
  5155. package/examples/full-example-typescript/node_modules/side-channel-map/test/index.js +114 -0
  5156. package/examples/full-example-typescript/node_modules/side-channel-map/tsconfig.json +9 -0
  5157. package/examples/full-example-typescript/node_modules/side-channel-weakmap/.editorconfig +9 -0
  5158. package/examples/full-example-typescript/node_modules/side-channel-weakmap/.eslintrc +12 -0
  5159. package/examples/full-example-typescript/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
  5160. package/examples/full-example-typescript/node_modules/side-channel-weakmap/.nycrc +13 -0
  5161. package/examples/full-example-typescript/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
  5162. package/examples/full-example-typescript/node_modules/side-channel-weakmap/LICENSE +21 -0
  5163. package/examples/full-example-typescript/node_modules/side-channel-weakmap/README.md +62 -0
  5164. package/examples/full-example-typescript/node_modules/side-channel-weakmap/index.d.ts +15 -0
  5165. package/examples/full-example-typescript/node_modules/side-channel-weakmap/index.js +84 -0
  5166. package/examples/full-example-typescript/node_modules/side-channel-weakmap/package.json +87 -0
  5167. package/examples/full-example-typescript/node_modules/side-channel-weakmap/test/index.js +114 -0
  5168. package/examples/full-example-typescript/node_modules/side-channel-weakmap/tsconfig.json +9 -0
  5169. package/examples/full-example-typescript/node_modules/socket.io/LICENSE +22 -0
  5170. package/examples/full-example-typescript/node_modules/socket.io/Readme.md +273 -0
  5171. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.esm.min.js +7 -0
  5172. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.esm.min.js.map +1 -0
  5173. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.js +4908 -0
  5174. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.js.map +1 -0
  5175. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.min.js +7 -0
  5176. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.min.js.map +1 -0
  5177. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.msgpack.min.js +7 -0
  5178. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.msgpack.min.js.map +1 -0
  5179. package/examples/full-example-typescript/node_modules/socket.io/dist/broadcast-operator.d.ts +283 -0
  5180. package/examples/full-example-typescript/node_modules/socket.io/dist/broadcast-operator.js +436 -0
  5181. package/examples/full-example-typescript/node_modules/socket.io/dist/client.d.ts +119 -0
  5182. package/examples/full-example-typescript/node_modules/socket.io/dist/client.js +268 -0
  5183. package/examples/full-example-typescript/node_modules/socket.io/dist/index.d.ts +593 -0
  5184. package/examples/full-example-typescript/node_modules/socket.io/dist/index.js +804 -0
  5185. package/examples/full-example-typescript/node_modules/socket.io/dist/namespace.d.ts +432 -0
  5186. package/examples/full-example-typescript/node_modules/socket.io/dist/namespace.js +581 -0
  5187. package/examples/full-example-typescript/node_modules/socket.io/dist/parent-namespace.d.ts +30 -0
  5188. package/examples/full-example-typescript/node_modules/socket.io/dist/parent-namespace.js +88 -0
  5189. package/examples/full-example-typescript/node_modules/socket.io/dist/socket-types.d.ts +56 -0
  5190. package/examples/full-example-typescript/node_modules/socket.io/dist/socket-types.js +11 -0
  5191. package/examples/full-example-typescript/node_modules/socket.io/dist/socket.d.ts +613 -0
  5192. package/examples/full-example-typescript/node_modules/socket.io/dist/socket.js +977 -0
  5193. package/examples/full-example-typescript/node_modules/socket.io/dist/typed-events.d.ts +203 -0
  5194. package/examples/full-example-typescript/node_modules/socket.io/dist/typed-events.js +81 -0
  5195. package/examples/full-example-typescript/node_modules/socket.io/dist/uws.d.ts +3 -0
  5196. package/examples/full-example-typescript/node_modules/socket.io/dist/uws.js +136 -0
  5197. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/LICENSE +20 -0
  5198. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/README.md +481 -0
  5199. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/package.json +60 -0
  5200. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/src/browser.js +271 -0
  5201. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/src/common.js +274 -0
  5202. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/src/index.js +10 -0
  5203. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/src/node.js +263 -0
  5204. package/examples/full-example-typescript/node_modules/socket.io/node_modules/ms/index.js +162 -0
  5205. package/examples/full-example-typescript/node_modules/socket.io/node_modules/ms/license.md +21 -0
  5206. package/examples/full-example-typescript/node_modules/socket.io/node_modules/ms/package.json +38 -0
  5207. package/examples/full-example-typescript/node_modules/socket.io/node_modules/ms/readme.md +59 -0
  5208. package/examples/full-example-typescript/node_modules/socket.io/package.json +85 -0
  5209. package/examples/full-example-typescript/node_modules/socket.io/wrapper.mjs +3 -0
  5210. package/examples/full-example-typescript/node_modules/socket.io-adapter/LICENSE +20 -0
  5211. package/examples/full-example-typescript/node_modules/socket.io-adapter/Readme.md +23 -0
  5212. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/cluster-adapter.d.ts +201 -0
  5213. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/cluster-adapter.js +674 -0
  5214. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/contrib/yeast.d.ts +23 -0
  5215. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/contrib/yeast.js +55 -0
  5216. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/in-memory-adapter.d.ts +179 -0
  5217. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/in-memory-adapter.js +394 -0
  5218. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/index.d.ts +2 -0
  5219. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/index.js +10 -0
  5220. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/LICENSE +20 -0
  5221. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/README.md +481 -0
  5222. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/package.json +60 -0
  5223. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/src/browser.js +271 -0
  5224. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/src/common.js +274 -0
  5225. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/src/index.js +10 -0
  5226. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/src/node.js +263 -0
  5227. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/ms/index.js +162 -0
  5228. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/ms/license.md +21 -0
  5229. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/ms/package.json +38 -0
  5230. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/ms/readme.md +59 -0
  5231. package/examples/full-example-typescript/node_modules/socket.io-adapter/package.json +39 -0
  5232. package/examples/full-example-typescript/node_modules/socket.io-parser/LICENSE +20 -0
  5233. package/examples/full-example-typescript/node_modules/socket.io-parser/Readme.md +81 -0
  5234. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/binary.d.ts +20 -0
  5235. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/binary.js +88 -0
  5236. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/index.d.ts +90 -0
  5237. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/index.js +321 -0
  5238. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/is-binary.d.ts +7 -0
  5239. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/is-binary.js +55 -0
  5240. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/package.json +3 -0
  5241. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/binary.d.ts +20 -0
  5242. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/binary.js +83 -0
  5243. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/index.d.ts +90 -0
  5244. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/index.js +311 -0
  5245. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/is-binary.d.ts +7 -0
  5246. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/is-binary.js +50 -0
  5247. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/package.json +3 -0
  5248. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/binary.d.ts +20 -0
  5249. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/binary.js +83 -0
  5250. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/index.d.ts +90 -0
  5251. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/index.js +316 -0
  5252. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/is-binary.d.ts +7 -0
  5253. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/is-binary.js +50 -0
  5254. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/package.json +3 -0
  5255. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/LICENSE +20 -0
  5256. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/README.md +481 -0
  5257. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/package.json +60 -0
  5258. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/src/browser.js +271 -0
  5259. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/src/common.js +274 -0
  5260. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/src/index.js +10 -0
  5261. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/src/node.js +263 -0
  5262. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/ms/index.js +162 -0
  5263. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/ms/license.md +21 -0
  5264. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/ms/package.json +38 -0
  5265. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/ms/readme.md +59 -0
  5266. package/examples/full-example-typescript/node_modules/socket.io-parser/package.json +58 -0
  5267. package/examples/full-example-typescript/node_modules/spex/README.md +89 -0
  5268. package/examples/full-example-typescript/node_modules/spex/lib/adapter.js +68 -0
  5269. package/examples/full-example-typescript/node_modules/spex/lib/errors/batch.js +172 -0
  5270. package/examples/full-example-typescript/node_modules/spex/lib/errors/index.js +36 -0
  5271. package/examples/full-example-typescript/node_modules/spex/lib/errors/page.js +135 -0
  5272. package/examples/full-example-typescript/node_modules/spex/lib/errors/sequence.js +125 -0
  5273. package/examples/full-example-typescript/node_modules/spex/lib/ext/batch.js +151 -0
  5274. package/examples/full-example-typescript/node_modules/spex/lib/ext/page.js +180 -0
  5275. package/examples/full-example-typescript/node_modules/spex/lib/ext/sequence.js +194 -0
  5276. package/examples/full-example-typescript/node_modules/spex/lib/ext/stream/index.js +65 -0
  5277. package/examples/full-example-typescript/node_modules/spex/lib/ext/stream/read.js +206 -0
  5278. package/examples/full-example-typescript/node_modules/spex/lib/index.js +123 -0
  5279. package/examples/full-example-typescript/node_modules/spex/lib/utils/index.js +90 -0
  5280. package/examples/full-example-typescript/node_modules/spex/lib/utils/static.js +74 -0
  5281. package/examples/full-example-typescript/node_modules/spex/package.json +52 -0
  5282. package/examples/full-example-typescript/node_modules/spex/typescript/README.md +27 -0
  5283. package/examples/full-example-typescript/node_modules/spex/typescript/spex.d.ts +176 -0
  5284. package/examples/full-example-typescript/node_modules/split2/LICENSE +13 -0
  5285. package/examples/full-example-typescript/node_modules/split2/README.md +85 -0
  5286. package/examples/full-example-typescript/node_modules/split2/bench.js +27 -0
  5287. package/examples/full-example-typescript/node_modules/split2/index.js +141 -0
  5288. package/examples/full-example-typescript/node_modules/split2/package.json +39 -0
  5289. package/examples/full-example-typescript/node_modules/split2/test.js +409 -0
  5290. package/examples/full-example-typescript/node_modules/statuses/HISTORY.md +82 -0
  5291. package/examples/full-example-typescript/node_modules/statuses/LICENSE +23 -0
  5292. package/examples/full-example-typescript/node_modules/statuses/README.md +136 -0
  5293. package/examples/full-example-typescript/node_modules/statuses/codes.json +65 -0
  5294. package/examples/full-example-typescript/node_modules/statuses/index.js +146 -0
  5295. package/examples/full-example-typescript/node_modules/statuses/package.json +49 -0
  5296. package/examples/full-example-typescript/node_modules/string_decoder/LICENSE +48 -0
  5297. package/examples/full-example-typescript/node_modules/string_decoder/README.md +47 -0
  5298. package/examples/full-example-typescript/node_modules/string_decoder/lib/string_decoder.js +296 -0
  5299. package/examples/full-example-typescript/node_modules/string_decoder/package.json +34 -0
  5300. package/examples/full-example-typescript/node_modules/strnum/.vscode/launch.json +25 -0
  5301. package/examples/full-example-typescript/node_modules/strnum/LICENSE +21 -0
  5302. package/examples/full-example-typescript/node_modules/strnum/README.md +86 -0
  5303. package/examples/full-example-typescript/node_modules/strnum/package.json +24 -0
  5304. package/examples/full-example-typescript/node_modules/strnum/strnum.js +124 -0
  5305. package/examples/full-example-typescript/node_modules/strnum/strnum.test.js +150 -0
  5306. package/examples/full-example-typescript/node_modules/strtok3/LICENSE +15 -0
  5307. package/examples/full-example-typescript/node_modules/strtok3/README.md +317 -0
  5308. package/examples/full-example-typescript/node_modules/strtok3/lib/AbstractTokenizer.d.ts +69 -0
  5309. package/examples/full-example-typescript/node_modules/strtok3/lib/AbstractTokenizer.js +100 -0
  5310. package/examples/full-example-typescript/node_modules/strtok3/lib/BufferTokenizer.d.ts +26 -0
  5311. package/examples/full-example-typescript/node_modules/strtok3/lib/BufferTokenizer.js +51 -0
  5312. package/examples/full-example-typescript/node_modules/strtok3/lib/FileTokenizer.d.ts +23 -0
  5313. package/examples/full-example-typescript/node_modules/strtok3/lib/FileTokenizer.js +47 -0
  5314. package/examples/full-example-typescript/node_modules/strtok3/lib/ReadStreamTokenizer.d.ts +27 -0
  5315. package/examples/full-example-typescript/node_modules/strtok3/lib/ReadStreamTokenizer.js +94 -0
  5316. package/examples/full-example-typescript/node_modules/strtok3/lib/core.d.ts +31 -0
  5317. package/examples/full-example-typescript/node_modules/strtok3/lib/core.js +35 -0
  5318. package/examples/full-example-typescript/node_modules/strtok3/lib/index.d.ts +14 -0
  5319. package/examples/full-example-typescript/node_modules/strtok3/lib/index.js +20 -0
  5320. package/examples/full-example-typescript/node_modules/strtok3/lib/types.d.ts +102 -0
  5321. package/examples/full-example-typescript/node_modules/strtok3/lib/types.js +1 -0
  5322. package/examples/full-example-typescript/node_modules/strtok3/package.json +100 -0
  5323. package/examples/full-example-typescript/node_modules/toidentifier/HISTORY.md +9 -0
  5324. package/examples/full-example-typescript/node_modules/toidentifier/LICENSE +21 -0
  5325. package/examples/full-example-typescript/node_modules/toidentifier/README.md +61 -0
  5326. package/examples/full-example-typescript/node_modules/toidentifier/index.js +32 -0
  5327. package/examples/full-example-typescript/node_modules/toidentifier/package.json +38 -0
  5328. package/examples/full-example-typescript/node_modules/token-types/LICENSE +7 -0
  5329. package/examples/full-example-typescript/node_modules/token-types/README.md +120 -0
  5330. package/examples/full-example-typescript/node_modules/token-types/lib/index.d.ts +151 -0
  5331. package/examples/full-example-typescript/node_modules/token-types/lib/index.js +449 -0
  5332. package/examples/full-example-typescript/node_modules/token-types/package.json +87 -0
  5333. package/examples/full-example-typescript/node_modules/tslib/CopyrightNotice.txt +15 -0
  5334. package/examples/full-example-typescript/node_modules/tslib/LICENSE.txt +12 -0
  5335. package/examples/full-example-typescript/node_modules/tslib/README.md +164 -0
  5336. package/examples/full-example-typescript/node_modules/tslib/SECURITY.md +41 -0
  5337. package/examples/full-example-typescript/node_modules/tslib/modules/index.d.ts +38 -0
  5338. package/examples/full-example-typescript/node_modules/tslib/modules/index.js +70 -0
  5339. package/examples/full-example-typescript/node_modules/tslib/modules/package.json +3 -0
  5340. package/examples/full-example-typescript/node_modules/tslib/package.json +47 -0
  5341. package/examples/full-example-typescript/node_modules/tslib/tslib.d.ts +460 -0
  5342. package/examples/full-example-typescript/node_modules/tslib/tslib.es6.html +1 -0
  5343. package/examples/full-example-typescript/node_modules/tslib/tslib.es6.js +402 -0
  5344. package/examples/full-example-typescript/node_modules/tslib/tslib.es6.mjs +401 -0
  5345. package/examples/full-example-typescript/node_modules/tslib/tslib.html +1 -0
  5346. package/examples/full-example-typescript/node_modules/tslib/tslib.js +484 -0
  5347. package/examples/full-example-typescript/node_modules/type-is/HISTORY.md +259 -0
  5348. package/examples/full-example-typescript/node_modules/type-is/LICENSE +23 -0
  5349. package/examples/full-example-typescript/node_modules/type-is/README.md +170 -0
  5350. package/examples/full-example-typescript/node_modules/type-is/index.js +266 -0
  5351. package/examples/full-example-typescript/node_modules/type-is/package.json +45 -0
  5352. package/examples/full-example-typescript/node_modules/uid2/HISTORY.md +21 -0
  5353. package/examples/full-example-typescript/node_modules/uid2/LICENSE +21 -0
  5354. package/examples/full-example-typescript/node_modules/uid2/README.md +32 -0
  5355. package/examples/full-example-typescript/node_modules/uid2/index.js +55 -0
  5356. package/examples/full-example-typescript/node_modules/uid2/package.json +12 -0
  5357. package/examples/full-example-typescript/node_modules/undici-types/LICENSE +21 -0
  5358. package/examples/full-example-typescript/node_modules/undici-types/README.md +6 -0
  5359. package/examples/full-example-typescript/node_modules/undici-types/agent.d.ts +31 -0
  5360. package/examples/full-example-typescript/node_modules/undici-types/api.d.ts +43 -0
  5361. package/examples/full-example-typescript/node_modules/undici-types/balanced-pool.d.ts +29 -0
  5362. package/examples/full-example-typescript/node_modules/undici-types/cache.d.ts +36 -0
  5363. package/examples/full-example-typescript/node_modules/undici-types/client.d.ts +108 -0
  5364. package/examples/full-example-typescript/node_modules/undici-types/connector.d.ts +34 -0
  5365. package/examples/full-example-typescript/node_modules/undici-types/content-type.d.ts +21 -0
  5366. package/examples/full-example-typescript/node_modules/undici-types/cookies.d.ts +28 -0
  5367. package/examples/full-example-typescript/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
  5368. package/examples/full-example-typescript/node_modules/undici-types/dispatcher.d.ts +255 -0
  5369. package/examples/full-example-typescript/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
  5370. package/examples/full-example-typescript/node_modules/undici-types/errors.d.ts +149 -0
  5371. package/examples/full-example-typescript/node_modules/undici-types/eventsource.d.ts +61 -0
  5372. package/examples/full-example-typescript/node_modules/undici-types/fetch.d.ts +209 -0
  5373. package/examples/full-example-typescript/node_modules/undici-types/file.d.ts +39 -0
  5374. package/examples/full-example-typescript/node_modules/undici-types/filereader.d.ts +54 -0
  5375. package/examples/full-example-typescript/node_modules/undici-types/formdata.d.ts +108 -0
  5376. package/examples/full-example-typescript/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  5377. package/examples/full-example-typescript/node_modules/undici-types/global-origin.d.ts +7 -0
  5378. package/examples/full-example-typescript/node_modules/undici-types/handlers.d.ts +15 -0
  5379. package/examples/full-example-typescript/node_modules/undici-types/header.d.ts +4 -0
  5380. package/examples/full-example-typescript/node_modules/undici-types/index.d.ts +71 -0
  5381. package/examples/full-example-typescript/node_modules/undici-types/interceptors.d.ts +17 -0
  5382. package/examples/full-example-typescript/node_modules/undici-types/mock-agent.d.ts +50 -0
  5383. package/examples/full-example-typescript/node_modules/undici-types/mock-client.d.ts +25 -0
  5384. package/examples/full-example-typescript/node_modules/undici-types/mock-errors.d.ts +12 -0
  5385. package/examples/full-example-typescript/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  5386. package/examples/full-example-typescript/node_modules/undici-types/mock-pool.d.ts +25 -0
  5387. package/examples/full-example-typescript/node_modules/undici-types/package.json +55 -0
  5388. package/examples/full-example-typescript/node_modules/undici-types/patch.d.ts +33 -0
  5389. package/examples/full-example-typescript/node_modules/undici-types/pool-stats.d.ts +19 -0
  5390. package/examples/full-example-typescript/node_modules/undici-types/pool.d.ts +39 -0
  5391. package/examples/full-example-typescript/node_modules/undici-types/proxy-agent.d.ts +28 -0
  5392. package/examples/full-example-typescript/node_modules/undici-types/readable.d.ts +60 -0
  5393. package/examples/full-example-typescript/node_modules/undici-types/retry-agent.d.ts +8 -0
  5394. package/examples/full-example-typescript/node_modules/undici-types/retry-handler.d.ts +116 -0
  5395. package/examples/full-example-typescript/node_modules/undici-types/util.d.ts +18 -0
  5396. package/examples/full-example-typescript/node_modules/undici-types/webidl.d.ts +222 -0
  5397. package/examples/full-example-typescript/node_modules/undici-types/websocket.d.ts +150 -0
  5398. package/examples/full-example-typescript/node_modules/unpipe/HISTORY.md +4 -0
  5399. package/examples/full-example-typescript/node_modules/unpipe/LICENSE +22 -0
  5400. package/examples/full-example-typescript/node_modules/unpipe/README.md +43 -0
  5401. package/examples/full-example-typescript/node_modules/unpipe/index.js +69 -0
  5402. package/examples/full-example-typescript/node_modules/unpipe/package.json +27 -0
  5403. package/examples/full-example-typescript/node_modules/util-deprecate/History.md +16 -0
  5404. package/examples/full-example-typescript/node_modules/util-deprecate/LICENSE +24 -0
  5405. package/examples/full-example-typescript/node_modules/util-deprecate/README.md +53 -0
  5406. package/examples/full-example-typescript/node_modules/util-deprecate/browser.js +67 -0
  5407. package/examples/full-example-typescript/node_modules/util-deprecate/node.js +6 -0
  5408. package/examples/full-example-typescript/node_modules/util-deprecate/package.json +27 -0
  5409. package/examples/full-example-typescript/node_modules/utils-merge/LICENSE +20 -0
  5410. package/examples/full-example-typescript/node_modules/utils-merge/README.md +34 -0
  5411. package/examples/full-example-typescript/node_modules/utils-merge/index.js +23 -0
  5412. package/examples/full-example-typescript/node_modules/utils-merge/package.json +40 -0
  5413. package/examples/full-example-typescript/node_modules/uuid/CHANGELOG.md +274 -0
  5414. package/examples/full-example-typescript/node_modules/uuid/CONTRIBUTING.md +18 -0
  5415. package/examples/full-example-typescript/node_modules/uuid/LICENSE.md +9 -0
  5416. package/examples/full-example-typescript/node_modules/uuid/README.md +466 -0
  5417. package/examples/full-example-typescript/node_modules/uuid/dist/bin/uuid +2 -0
  5418. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
  5419. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
  5420. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
  5421. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
  5422. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
  5423. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
  5424. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
  5425. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
  5426. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
  5427. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
  5428. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
  5429. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
  5430. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
  5431. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
  5432. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
  5433. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
  5434. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/index.js +9 -0
  5435. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/md5.js +215 -0
  5436. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/native.js +4 -0
  5437. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/nil.js +1 -0
  5438. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/parse.js +35 -0
  5439. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/regex.js +1 -0
  5440. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/rng.js +18 -0
  5441. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
  5442. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/stringify.js +33 -0
  5443. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v1.js +95 -0
  5444. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  5445. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v35.js +66 -0
  5446. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v4.js +29 -0
  5447. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  5448. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/validate.js +7 -0
  5449. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/version.js +11 -0
  5450. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/index.js +9 -0
  5451. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/md5.js +13 -0
  5452. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/native.js +4 -0
  5453. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/nil.js +1 -0
  5454. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/parse.js +35 -0
  5455. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/regex.js +1 -0
  5456. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/rng.js +12 -0
  5457. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  5458. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/stringify.js +33 -0
  5459. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v1.js +95 -0
  5460. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v3.js +4 -0
  5461. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v35.js +66 -0
  5462. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v4.js +29 -0
  5463. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v5.js +4 -0
  5464. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/validate.js +7 -0
  5465. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/version.js +11 -0
  5466. package/examples/full-example-typescript/node_modules/uuid/dist/index.js +79 -0
  5467. package/examples/full-example-typescript/node_modules/uuid/dist/md5-browser.js +223 -0
  5468. package/examples/full-example-typescript/node_modules/uuid/dist/md5.js +23 -0
  5469. package/examples/full-example-typescript/node_modules/uuid/dist/native-browser.js +11 -0
  5470. package/examples/full-example-typescript/node_modules/uuid/dist/native.js +15 -0
  5471. package/examples/full-example-typescript/node_modules/uuid/dist/nil.js +8 -0
  5472. package/examples/full-example-typescript/node_modules/uuid/dist/parse.js +45 -0
  5473. package/examples/full-example-typescript/node_modules/uuid/dist/regex.js +8 -0
  5474. package/examples/full-example-typescript/node_modules/uuid/dist/rng-browser.js +25 -0
  5475. package/examples/full-example-typescript/node_modules/uuid/dist/rng.js +24 -0
  5476. package/examples/full-example-typescript/node_modules/uuid/dist/sha1-browser.js +104 -0
  5477. package/examples/full-example-typescript/node_modules/uuid/dist/sha1.js +23 -0
  5478. package/examples/full-example-typescript/node_modules/uuid/dist/stringify.js +44 -0
  5479. package/examples/full-example-typescript/node_modules/uuid/dist/uuid-bin.js +85 -0
  5480. package/examples/full-example-typescript/node_modules/uuid/dist/v1.js +107 -0
  5481. package/examples/full-example-typescript/node_modules/uuid/dist/v3.js +16 -0
  5482. package/examples/full-example-typescript/node_modules/uuid/dist/v35.js +80 -0
  5483. package/examples/full-example-typescript/node_modules/uuid/dist/v4.js +43 -0
  5484. package/examples/full-example-typescript/node_modules/uuid/dist/v5.js +16 -0
  5485. package/examples/full-example-typescript/node_modules/uuid/dist/validate.js +17 -0
  5486. package/examples/full-example-typescript/node_modules/uuid/dist/version.js +21 -0
  5487. package/examples/full-example-typescript/node_modules/uuid/package.json +135 -0
  5488. package/examples/full-example-typescript/node_modules/uuid/wrapper.mjs +10 -0
  5489. package/examples/full-example-typescript/node_modules/vary/HISTORY.md +39 -0
  5490. package/examples/full-example-typescript/node_modules/vary/LICENSE +22 -0
  5491. package/examples/full-example-typescript/node_modules/vary/README.md +101 -0
  5492. package/examples/full-example-typescript/node_modules/vary/index.js +149 -0
  5493. package/examples/full-example-typescript/node_modules/vary/package.json +43 -0
  5494. package/examples/full-example-typescript/node_modules/ws/LICENSE +20 -0
  5495. package/examples/full-example-typescript/node_modules/ws/README.md +548 -0
  5496. package/examples/full-example-typescript/node_modules/ws/browser.js +8 -0
  5497. package/examples/full-example-typescript/node_modules/ws/index.js +13 -0
  5498. package/examples/full-example-typescript/node_modules/ws/lib/buffer-util.js +131 -0
  5499. package/examples/full-example-typescript/node_modules/ws/lib/constants.js +12 -0
  5500. package/examples/full-example-typescript/node_modules/ws/lib/event-target.js +292 -0
  5501. package/examples/full-example-typescript/node_modules/ws/lib/extension.js +203 -0
  5502. package/examples/full-example-typescript/node_modules/ws/lib/limiter.js +55 -0
  5503. package/examples/full-example-typescript/node_modules/ws/lib/permessage-deflate.js +514 -0
  5504. package/examples/full-example-typescript/node_modules/ws/lib/receiver.js +704 -0
  5505. package/examples/full-example-typescript/node_modules/ws/lib/sender.js +497 -0
  5506. package/examples/full-example-typescript/node_modules/ws/lib/stream.js +159 -0
  5507. package/examples/full-example-typescript/node_modules/ws/lib/subprotocol.js +62 -0
  5508. package/examples/full-example-typescript/node_modules/ws/lib/validation.js +130 -0
  5509. package/examples/full-example-typescript/node_modules/ws/lib/websocket-server.js +540 -0
  5510. package/examples/full-example-typescript/node_modules/ws/lib/websocket.js +1338 -0
  5511. package/examples/full-example-typescript/node_modules/ws/package.json +69 -0
  5512. package/examples/full-example-typescript/node_modules/ws/wrapper.mjs +8 -0
  5513. package/examples/full-example-typescript/node_modules/xtend/.jshintrc +30 -0
  5514. package/examples/full-example-typescript/node_modules/xtend/LICENSE +20 -0
  5515. package/examples/full-example-typescript/node_modules/xtend/README.md +32 -0
  5516. package/examples/full-example-typescript/node_modules/xtend/immutable.js +19 -0
  5517. package/examples/full-example-typescript/node_modules/xtend/mutable.js +17 -0
  5518. package/examples/full-example-typescript/node_modules/xtend/package.json +55 -0
  5519. package/examples/full-example-typescript/node_modules/xtend/test.js +103 -0
  5520. package/examples/full-example-typescript/package-lock.json +3133 -0
  5521. package/lib/Auth/AuthTypes.ts +206 -154
  5522. package/lib/DboBuilder/DboBuilder.ts +96 -72
  5523. package/lib/DboBuilder/TableHandler/insertTest.ts +48 -19
  5524. package/lib/DboBuilder/dboBuilderUtils.ts +104 -74
  5525. package/lib/DboBuilder/getColumns.ts +1 -1
  5526. package/lib/DboBuilder/getTablesForSchemaPostgresSQL.ts +143 -103
  5527. package/lib/FileManager/FileManager.ts +150 -118
  5528. package/lib/FileManager/initFileManager.ts +74 -62
  5529. package/lib/Prostgles.ts +2 -5
  5530. package/lib/ProstglesTypes.ts +167 -105
  5531. package/lib/PubSubManager/PubSubManager.ts +173 -142
  5532. package/lib/PublishParser/publishTypesAndUtils.ts +156 -93
  5533. package/lib/RestApi.ts +66 -36
  5534. package/lib/initProstgles.ts +1 -1
  5535. package/package.json +3 -3
  5536. /package/{documentation/utils/node_modules/@types/node → examples/full-example-typescript/node_modules/@types/body-parser}/LICENSE +0 -0
  5537. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/assert/strict.d.ts +0 -0
  5538. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/buffer.buffer.d.ts +0 -0
  5539. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/compatibility/disposable.d.ts +0 -0
  5540. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/compatibility/index.d.ts +0 -0
  5541. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/compatibility/iterators.d.ts +0 -0
  5542. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/constants.d.ts +0 -0
  5543. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/dom-events.d.ts +0 -0
  5544. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/globals.typedarray.d.ts +0 -0
  5545. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/readline/promises.d.ts +0 -0
  5546. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/stream/consumers.d.ts +0 -0
  5547. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/stream/promises.d.ts +0 -0
  5548. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -0
  5549. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -0
  5550. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/METHODS.md +0 -0
  5551. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/SERVER.md +0 -0
  5552. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/clientTypes.ts +0 -0
  5553. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/clientTypes.d.ts +0 -0
  5554. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/clientTypes.d.ts.map +0 -0
  5555. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/clientTypes.js +0 -0
  5556. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/definitions.d.ts +0 -0
  5557. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/definitions.d.ts.map +0 -0
  5558. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/definitions.js +0 -0
  5559. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateClientDocs.d.ts +0 -0
  5560. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateClientDocs.d.ts.map +0 -0
  5561. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateClientDocs.js +0 -0
  5562. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateDocs.d.ts +0 -0
  5563. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateDocs.d.ts.map +0 -0
  5564. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateDocs.js +0 -0
  5565. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateMarkdown.d.ts +0 -0
  5566. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateMarkdown.d.ts.map +0 -0
  5567. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateMarkdown.js +0 -0
  5568. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateServerDocs.d.ts +0 -0
  5569. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateServerDocs.d.ts.map +0 -0
  5570. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateServerDocs.js +0 -0
  5571. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getResolvedTypes.d.ts +0 -0
  5572. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getResolvedTypes.d.ts.map +0 -0
  5573. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getResolvedTypes.js +0 -0
  5574. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSerializableType.d.ts +0 -0
  5575. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSerializableType.d.ts.map +0 -0
  5576. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSerializableType.js +0 -0
  5577. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSymbolComments.d.ts +0 -0
  5578. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSymbolComments.d.ts.map +0 -0
  5579. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSymbolComments.js +0 -0
  5580. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/loadTsFile.d.ts +0 -0
  5581. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/loadTsFile.d.ts.map +0 -0
  5582. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/loadTsFile.js +0 -0
  5583. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/moduleResolver.d.ts +0 -0
  5584. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/moduleResolver.d.ts.map +0 -0
  5585. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/moduleResolver.js +0 -0
  5586. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/serverTypes.d.ts +0 -0
  5587. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/serverTypes.d.ts.map +0 -0
  5588. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/serverTypes.js +0 -0
  5589. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/generateClientDocs.ts +0 -0
  5590. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/generateDocs.ts +0 -0
  5591. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/generateServerDocs.ts +0 -0
  5592. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/getResolvedTypes.ts +0 -0
  5593. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/getSerializableType.ts +0 -0
  5594. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/loadTsFile.ts +0 -0
  5595. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/moduleResolver.ts +0 -0
  5596. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/.package-lock.json +0 -0
  5597. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/README.md +0 -0
  5598. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/assert.d.ts +0 -0
  5599. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/async_hooks.d.ts +0 -0
  5600. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/buffer.d.ts +0 -0
  5601. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/child_process.d.ts +0 -0
  5602. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/cluster.d.ts +0 -0
  5603. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/compatibility/indexable.d.ts +0 -0
  5604. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/console.d.ts +0 -0
  5605. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/crypto.d.ts +0 -0
  5606. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/dgram.d.ts +0 -0
  5607. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
  5608. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/dns/promises.d.ts +0 -0
  5609. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/dns.d.ts +0 -0
  5610. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/domain.d.ts +0 -0
  5611. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/events.d.ts +0 -0
  5612. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/fs/promises.d.ts +0 -0
  5613. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/fs.d.ts +0 -0
  5614. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/globals.d.ts +0 -0
  5615. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/http.d.ts +0 -0
  5616. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/http2.d.ts +0 -0
  5617. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/https.d.ts +0 -0
  5618. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/index.d.ts +0 -0
  5619. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/inspector.d.ts +0 -0
  5620. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/module.d.ts +0 -0
  5621. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/net.d.ts +0 -0
  5622. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/os.d.ts +0 -0
  5623. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/package.json +0 -0
  5624. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/path.d.ts +0 -0
  5625. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/perf_hooks.d.ts +0 -0
  5626. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/process.d.ts +0 -0
  5627. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/punycode.d.ts +0 -0
  5628. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/querystring.d.ts +0 -0
  5629. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/readline.d.ts +0 -0
  5630. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/repl.d.ts +0 -0
  5631. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/sea.d.ts +0 -0
  5632. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/stream/web.d.ts +0 -0
  5633. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/stream.d.ts +0 -0
  5634. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/string_decoder.d.ts +0 -0
  5635. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/test.d.ts +0 -0
  5636. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/timers/promises.d.ts +0 -0
  5637. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/timers.d.ts +0 -0
  5638. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/tls.d.ts +0 -0
  5639. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/trace_events.d.ts +0 -0
  5640. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/ts5.6/index.d.ts +0 -0
  5641. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/tty.d.ts +0 -0
  5642. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/url.d.ts +0 -0
  5643. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/util.d.ts +0 -0
  5644. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/v8.d.ts +0 -0
  5645. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/vm.d.ts +0 -0
  5646. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/wasi.d.ts +0 -0
  5647. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/worker_threads.d.ts +0 -0
  5648. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/zlib.d.ts +0 -0
  5649. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/LICENSE +0 -0
  5650. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/README.md +0 -0
  5651. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/agent.d.ts +0 -0
  5652. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/api.d.ts +0 -0
  5653. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/balanced-pool.d.ts +0 -0
  5654. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/cache.d.ts +0 -0
  5655. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/client.d.ts +0 -0
  5656. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/connector.d.ts +0 -0
  5657. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/content-type.d.ts +0 -0
  5658. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/cookies.d.ts +0 -0
  5659. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
  5660. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/dispatcher.d.ts +0 -0
  5661. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -0
  5662. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/errors.d.ts +0 -0
  5663. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/eventsource.d.ts +0 -0
  5664. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/fetch.d.ts +0 -0
  5665. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/file.d.ts +0 -0
  5666. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/filereader.d.ts +0 -0
  5667. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/formdata.d.ts +0 -0
  5668. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/global-dispatcher.d.ts +0 -0
  5669. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/global-origin.d.ts +0 -0
  5670. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/handlers.d.ts +0 -0
  5671. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/header.d.ts +0 -0
  5672. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/index.d.ts +0 -0
  5673. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/interceptors.d.ts +0 -0
  5674. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/mock-agent.d.ts +0 -0
  5675. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/mock-client.d.ts +0 -0
  5676. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/mock-errors.d.ts +0 -0
  5677. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/mock-interceptor.d.ts +0 -0
  5678. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/mock-pool.d.ts +0 -0
  5679. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/package.json +0 -0
  5680. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/patch.d.ts +0 -0
  5681. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/pool-stats.d.ts +0 -0
  5682. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/pool.d.ts +0 -0
  5683. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/proxy-agent.d.ts +0 -0
  5684. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/readable.d.ts +0 -0
  5685. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/retry-agent.d.ts +0 -0
  5686. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/retry-handler.d.ts +0 -0
  5687. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/util.d.ts +0 -0
  5688. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/webidl.d.ts +0 -0
  5689. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/websocket.d.ts +0 -0
  5690. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/package-lock.json +0 -0
  5691. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/package.json +0 -0
  5692. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/serverTypes.ts +0 -0
  5693. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/tsconfig.json +0 -0
@@ -0,0 +1,4396 @@
1
+ /**
2
+ * The `node:fs` module enables interacting with the file system in a
3
+ * way modeled on standard POSIX functions.
4
+ *
5
+ * To use the promise-based APIs:
6
+ *
7
+ * ```js
8
+ * import * as fs from 'node:fs/promises';
9
+ * ```
10
+ *
11
+ * To use the callback and sync APIs:
12
+ *
13
+ * ```js
14
+ * import * as fs from 'node:fs';
15
+ * ```
16
+ *
17
+ * All file system operations have synchronous, callback, and promise-based
18
+ * forms, and are accessible using both CommonJS syntax and ES6 Modules (ESM).
19
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/fs.js)
20
+ */
21
+ declare module "fs" {
22
+ import * as stream from "node:stream";
23
+ import { Abortable, EventEmitter } from "node:events";
24
+ import { URL } from "node:url";
25
+ import * as promises from "node:fs/promises";
26
+ export { promises };
27
+ /**
28
+ * Valid types for path values in "fs".
29
+ */
30
+ export type PathLike = string | Buffer | URL;
31
+ export type PathOrFileDescriptor = PathLike | number;
32
+ export type TimeLike = string | number | Date;
33
+ export type NoParamCallback = (err: NodeJS.ErrnoException | null) => void;
34
+ export type BufferEncodingOption =
35
+ | "buffer"
36
+ | {
37
+ encoding: "buffer";
38
+ };
39
+ export interface ObjectEncodingOptions {
40
+ encoding?: BufferEncoding | null | undefined;
41
+ }
42
+ export type EncodingOption = ObjectEncodingOptions | BufferEncoding | undefined | null;
43
+ export type OpenMode = number | string;
44
+ export type Mode = number | string;
45
+ export interface StatsBase<T> {
46
+ isFile(): boolean;
47
+ isDirectory(): boolean;
48
+ isBlockDevice(): boolean;
49
+ isCharacterDevice(): boolean;
50
+ isSymbolicLink(): boolean;
51
+ isFIFO(): boolean;
52
+ isSocket(): boolean;
53
+ dev: T;
54
+ ino: T;
55
+ mode: T;
56
+ nlink: T;
57
+ uid: T;
58
+ gid: T;
59
+ rdev: T;
60
+ size: T;
61
+ blksize: T;
62
+ blocks: T;
63
+ atimeMs: T;
64
+ mtimeMs: T;
65
+ ctimeMs: T;
66
+ birthtimeMs: T;
67
+ atime: Date;
68
+ mtime: Date;
69
+ ctime: Date;
70
+ birthtime: Date;
71
+ }
72
+ export interface Stats extends StatsBase<number> {}
73
+ /**
74
+ * A `fs.Stats` object provides information about a file.
75
+ *
76
+ * Objects returned from {@link stat}, {@link lstat}, {@link fstat}, and
77
+ * their synchronous counterparts are of this type.
78
+ * If `bigint` in the `options` passed to those methods is true, the numeric values
79
+ * will be `bigint` instead of `number`, and the object will contain additional
80
+ * nanosecond-precision properties suffixed with `Ns`. `Stat` objects are not to be created directly using the `new` keyword.
81
+ *
82
+ * ```console
83
+ * Stats {
84
+ * dev: 2114,
85
+ * ino: 48064969,
86
+ * mode: 33188,
87
+ * nlink: 1,
88
+ * uid: 85,
89
+ * gid: 100,
90
+ * rdev: 0,
91
+ * size: 527,
92
+ * blksize: 4096,
93
+ * blocks: 8,
94
+ * atimeMs: 1318289051000.1,
95
+ * mtimeMs: 1318289051000.1,
96
+ * ctimeMs: 1318289051000.1,
97
+ * birthtimeMs: 1318289051000.1,
98
+ * atime: Mon, 10 Oct 2011 23:24:11 GMT,
99
+ * mtime: Mon, 10 Oct 2011 23:24:11 GMT,
100
+ * ctime: Mon, 10 Oct 2011 23:24:11 GMT,
101
+ * birthtime: Mon, 10 Oct 2011 23:24:11 GMT }
102
+ * ```
103
+ *
104
+ * `bigint` version:
105
+ *
106
+ * ```console
107
+ * BigIntStats {
108
+ * dev: 2114n,
109
+ * ino: 48064969n,
110
+ * mode: 33188n,
111
+ * nlink: 1n,
112
+ * uid: 85n,
113
+ * gid: 100n,
114
+ * rdev: 0n,
115
+ * size: 527n,
116
+ * blksize: 4096n,
117
+ * blocks: 8n,
118
+ * atimeMs: 1318289051000n,
119
+ * mtimeMs: 1318289051000n,
120
+ * ctimeMs: 1318289051000n,
121
+ * birthtimeMs: 1318289051000n,
122
+ * atimeNs: 1318289051000000000n,
123
+ * mtimeNs: 1318289051000000000n,
124
+ * ctimeNs: 1318289051000000000n,
125
+ * birthtimeNs: 1318289051000000000n,
126
+ * atime: Mon, 10 Oct 2011 23:24:11 GMT,
127
+ * mtime: Mon, 10 Oct 2011 23:24:11 GMT,
128
+ * ctime: Mon, 10 Oct 2011 23:24:11 GMT,
129
+ * birthtime: Mon, 10 Oct 2011 23:24:11 GMT }
130
+ * ```
131
+ * @since v0.1.21
132
+ */
133
+ export class Stats {
134
+ private constructor();
135
+ }
136
+ export interface StatsFsBase<T> {
137
+ /** Type of file system. */
138
+ type: T;
139
+ /** Optimal transfer block size. */
140
+ bsize: T;
141
+ /** Total data blocks in file system. */
142
+ blocks: T;
143
+ /** Free blocks in file system. */
144
+ bfree: T;
145
+ /** Available blocks for unprivileged users */
146
+ bavail: T;
147
+ /** Total file nodes in file system. */
148
+ files: T;
149
+ /** Free file nodes in file system. */
150
+ ffree: T;
151
+ }
152
+ export interface StatsFs extends StatsFsBase<number> {}
153
+ /**
154
+ * Provides information about a mounted file system.
155
+ *
156
+ * Objects returned from {@link statfs} and its synchronous counterpart are of
157
+ * this type. If `bigint` in the `options` passed to those methods is `true`, the
158
+ * numeric values will be `bigint` instead of `number`.
159
+ *
160
+ * ```console
161
+ * StatFs {
162
+ * type: 1397114950,
163
+ * bsize: 4096,
164
+ * blocks: 121938943,
165
+ * bfree: 61058895,
166
+ * bavail: 61058895,
167
+ * files: 999,
168
+ * ffree: 1000000
169
+ * }
170
+ * ```
171
+ *
172
+ * `bigint` version:
173
+ *
174
+ * ```console
175
+ * StatFs {
176
+ * type: 1397114950n,
177
+ * bsize: 4096n,
178
+ * blocks: 121938943n,
179
+ * bfree: 61058895n,
180
+ * bavail: 61058895n,
181
+ * files: 999n,
182
+ * ffree: 1000000n
183
+ * }
184
+ * ```
185
+ * @since v19.6.0, v18.15.0
186
+ */
187
+ export class StatsFs {}
188
+ export interface BigIntStatsFs extends StatsFsBase<bigint> {}
189
+ export interface StatFsOptions {
190
+ bigint?: boolean | undefined;
191
+ }
192
+ /**
193
+ * A representation of a directory entry, which can be a file or a subdirectory
194
+ * within the directory, as returned by reading from an `fs.Dir`. The
195
+ * directory entry is a combination of the file name and file type pairs.
196
+ *
197
+ * Additionally, when {@link readdir} or {@link readdirSync} is called with
198
+ * the `withFileTypes` option set to `true`, the resulting array is filled with `fs.Dirent` objects, rather than strings or `Buffer` s.
199
+ * @since v10.10.0
200
+ */
201
+ export class Dirent {
202
+ /**
203
+ * Returns `true` if the `fs.Dirent` object describes a regular file.
204
+ * @since v10.10.0
205
+ */
206
+ isFile(): boolean;
207
+ /**
208
+ * Returns `true` if the `fs.Dirent` object describes a file system
209
+ * directory.
210
+ * @since v10.10.0
211
+ */
212
+ isDirectory(): boolean;
213
+ /**
214
+ * Returns `true` if the `fs.Dirent` object describes a block device.
215
+ * @since v10.10.0
216
+ */
217
+ isBlockDevice(): boolean;
218
+ /**
219
+ * Returns `true` if the `fs.Dirent` object describes a character device.
220
+ * @since v10.10.0
221
+ */
222
+ isCharacterDevice(): boolean;
223
+ /**
224
+ * Returns `true` if the `fs.Dirent` object describes a symbolic link.
225
+ * @since v10.10.0
226
+ */
227
+ isSymbolicLink(): boolean;
228
+ /**
229
+ * Returns `true` if the `fs.Dirent` object describes a first-in-first-out
230
+ * (FIFO) pipe.
231
+ * @since v10.10.0
232
+ */
233
+ isFIFO(): boolean;
234
+ /**
235
+ * Returns `true` if the `fs.Dirent` object describes a socket.
236
+ * @since v10.10.0
237
+ */
238
+ isSocket(): boolean;
239
+ /**
240
+ * The file name that this `fs.Dirent` object refers to. The type of this
241
+ * value is determined by the `options.encoding` passed to {@link readdir} or {@link readdirSync}.
242
+ * @since v10.10.0
243
+ */
244
+ name: string;
245
+ /**
246
+ * The base path that this `fs.Dirent` object refers to.
247
+ * @since v20.12.0
248
+ */
249
+ parentPath: string;
250
+ /**
251
+ * Alias for `dirent.parentPath`.
252
+ * @since v20.1.0
253
+ * @deprecated Since v20.12.0
254
+ */
255
+ path: string;
256
+ }
257
+ /**
258
+ * A class representing a directory stream.
259
+ *
260
+ * Created by {@link opendir}, {@link opendirSync}, or `fsPromises.opendir()`.
261
+ *
262
+ * ```js
263
+ * import { opendir } from 'node:fs/promises';
264
+ *
265
+ * try {
266
+ * const dir = await opendir('./');
267
+ * for await (const dirent of dir)
268
+ * console.log(dirent.name);
269
+ * } catch (err) {
270
+ * console.error(err);
271
+ * }
272
+ * ```
273
+ *
274
+ * When using the async iterator, the `fs.Dir` object will be automatically
275
+ * closed after the iterator exits.
276
+ * @since v12.12.0
277
+ */
278
+ export class Dir implements AsyncIterable<Dirent> {
279
+ /**
280
+ * The read-only path of this directory as was provided to {@link opendir},{@link opendirSync}, or `fsPromises.opendir()`.
281
+ * @since v12.12.0
282
+ */
283
+ readonly path: string;
284
+ /**
285
+ * Asynchronously iterates over the directory via `readdir(3)` until all entries have been read.
286
+ */
287
+ [Symbol.asyncIterator](): NodeJS.AsyncIterator<Dirent>;
288
+ /**
289
+ * Asynchronously close the directory's underlying resource handle.
290
+ * Subsequent reads will result in errors.
291
+ *
292
+ * A promise is returned that will be fulfilled after the resource has been
293
+ * closed.
294
+ * @since v12.12.0
295
+ */
296
+ close(): Promise<void>;
297
+ close(cb: NoParamCallback): void;
298
+ /**
299
+ * Synchronously close the directory's underlying resource handle.
300
+ * Subsequent reads will result in errors.
301
+ * @since v12.12.0
302
+ */
303
+ closeSync(): void;
304
+ /**
305
+ * Asynchronously read the next directory entry via [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) as an `fs.Dirent`.
306
+ *
307
+ * A promise is returned that will be fulfilled with an `fs.Dirent`, or `null` if there are no more directory entries to read.
308
+ *
309
+ * Directory entries returned by this function are in no particular order as
310
+ * provided by the operating system's underlying directory mechanisms.
311
+ * Entries added or removed while iterating over the directory might not be
312
+ * included in the iteration results.
313
+ * @since v12.12.0
314
+ * @return containing {fs.Dirent|null}
315
+ */
316
+ read(): Promise<Dirent | null>;
317
+ read(cb: (err: NodeJS.ErrnoException | null, dirEnt: Dirent | null) => void): void;
318
+ /**
319
+ * Synchronously read the next directory entry as an `fs.Dirent`. See the
320
+ * POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more detail.
321
+ *
322
+ * If there are no more directory entries to read, `null` will be returned.
323
+ *
324
+ * Directory entries returned by this function are in no particular order as
325
+ * provided by the operating system's underlying directory mechanisms.
326
+ * Entries added or removed while iterating over the directory might not be
327
+ * included in the iteration results.
328
+ * @since v12.12.0
329
+ */
330
+ readSync(): Dirent | null;
331
+ }
332
+ /**
333
+ * Class: fs.StatWatcher
334
+ * @since v14.3.0, v12.20.0
335
+ * Extends `EventEmitter`
336
+ * A successful call to {@link watchFile} method will return a new fs.StatWatcher object.
337
+ */
338
+ export interface StatWatcher extends EventEmitter {
339
+ /**
340
+ * When called, requests that the Node.js event loop _not_ exit so long as the `fs.StatWatcher` is active. Calling `watcher.ref()` multiple times will have
341
+ * no effect.
342
+ *
343
+ * By default, all `fs.StatWatcher` objects are "ref'ed", making it normally
344
+ * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been
345
+ * called previously.
346
+ * @since v14.3.0, v12.20.0
347
+ */
348
+ ref(): this;
349
+ /**
350
+ * When called, the active `fs.StatWatcher` object will not require the Node.js
351
+ * event loop to remain active. If there is no other activity keeping the
352
+ * event loop running, the process may exit before the `fs.StatWatcher` object's
353
+ * callback is invoked. Calling `watcher.unref()` multiple times will have
354
+ * no effect.
355
+ * @since v14.3.0, v12.20.0
356
+ */
357
+ unref(): this;
358
+ }
359
+ export interface FSWatcher extends EventEmitter {
360
+ /**
361
+ * Stop watching for changes on the given `fs.FSWatcher`. Once stopped, the `fs.FSWatcher` object is no longer usable.
362
+ * @since v0.5.8
363
+ */
364
+ close(): void;
365
+ /**
366
+ * When called, requests that the Node.js event loop _not_ exit so long as the `fs.FSWatcher` is active. Calling `watcher.ref()` multiple times will have
367
+ * no effect.
368
+ *
369
+ * By default, all `fs.FSWatcher` objects are "ref'ed", making it normally
370
+ * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been
371
+ * called previously.
372
+ * @since v14.3.0, v12.20.0
373
+ */
374
+ ref(): this;
375
+ /**
376
+ * When called, the active `fs.FSWatcher` object will not require the Node.js
377
+ * event loop to remain active. If there is no other activity keeping the
378
+ * event loop running, the process may exit before the `fs.FSWatcher` object's
379
+ * callback is invoked. Calling `watcher.unref()` multiple times will have
380
+ * no effect.
381
+ * @since v14.3.0, v12.20.0
382
+ */
383
+ unref(): this;
384
+ /**
385
+ * events.EventEmitter
386
+ * 1. change
387
+ * 2. close
388
+ * 3. error
389
+ */
390
+ addListener(event: string, listener: (...args: any[]) => void): this;
391
+ addListener(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this;
392
+ addListener(event: "close", listener: () => void): this;
393
+ addListener(event: "error", listener: (error: Error) => void): this;
394
+ on(event: string, listener: (...args: any[]) => void): this;
395
+ on(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this;
396
+ on(event: "close", listener: () => void): this;
397
+ on(event: "error", listener: (error: Error) => void): this;
398
+ once(event: string, listener: (...args: any[]) => void): this;
399
+ once(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this;
400
+ once(event: "close", listener: () => void): this;
401
+ once(event: "error", listener: (error: Error) => void): this;
402
+ prependListener(event: string, listener: (...args: any[]) => void): this;
403
+ prependListener(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this;
404
+ prependListener(event: "close", listener: () => void): this;
405
+ prependListener(event: "error", listener: (error: Error) => void): this;
406
+ prependOnceListener(event: string, listener: (...args: any[]) => void): this;
407
+ prependOnceListener(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this;
408
+ prependOnceListener(event: "close", listener: () => void): this;
409
+ prependOnceListener(event: "error", listener: (error: Error) => void): this;
410
+ }
411
+ /**
412
+ * Instances of `fs.ReadStream` are created and returned using the {@link createReadStream} function.
413
+ * @since v0.1.93
414
+ */
415
+ export class ReadStream extends stream.Readable {
416
+ close(callback?: (err?: NodeJS.ErrnoException | null) => void): void;
417
+ /**
418
+ * The number of bytes that have been read so far.
419
+ * @since v6.4.0
420
+ */
421
+ bytesRead: number;
422
+ /**
423
+ * The path to the file the stream is reading from as specified in the first
424
+ * argument to `fs.createReadStream()`. If `path` is passed as a string, then`readStream.path` will be a string. If `path` is passed as a `Buffer`, then`readStream.path` will be a
425
+ * `Buffer`. If `fd` is specified, then`readStream.path` will be `undefined`.
426
+ * @since v0.1.93
427
+ */
428
+ path: string | Buffer;
429
+ /**
430
+ * This property is `true` if the underlying file has not been opened yet,
431
+ * i.e. before the `'ready'` event is emitted.
432
+ * @since v11.2.0, v10.16.0
433
+ */
434
+ pending: boolean;
435
+ /**
436
+ * events.EventEmitter
437
+ * 1. open
438
+ * 2. close
439
+ * 3. ready
440
+ */
441
+ addListener(event: "close", listener: () => void): this;
442
+ addListener(event: "data", listener: (chunk: Buffer | string) => void): this;
443
+ addListener(event: "end", listener: () => void): this;
444
+ addListener(event: "error", listener: (err: Error) => void): this;
445
+ addListener(event: "open", listener: (fd: number) => void): this;
446
+ addListener(event: "pause", listener: () => void): this;
447
+ addListener(event: "readable", listener: () => void): this;
448
+ addListener(event: "ready", listener: () => void): this;
449
+ addListener(event: "resume", listener: () => void): this;
450
+ addListener(event: string | symbol, listener: (...args: any[]) => void): this;
451
+ on(event: "close", listener: () => void): this;
452
+ on(event: "data", listener: (chunk: Buffer | string) => void): this;
453
+ on(event: "end", listener: () => void): this;
454
+ on(event: "error", listener: (err: Error) => void): this;
455
+ on(event: "open", listener: (fd: number) => void): this;
456
+ on(event: "pause", listener: () => void): this;
457
+ on(event: "readable", listener: () => void): this;
458
+ on(event: "ready", listener: () => void): this;
459
+ on(event: "resume", listener: () => void): this;
460
+ on(event: string | symbol, listener: (...args: any[]) => void): this;
461
+ once(event: "close", listener: () => void): this;
462
+ once(event: "data", listener: (chunk: Buffer | string) => void): this;
463
+ once(event: "end", listener: () => void): this;
464
+ once(event: "error", listener: (err: Error) => void): this;
465
+ once(event: "open", listener: (fd: number) => void): this;
466
+ once(event: "pause", listener: () => void): this;
467
+ once(event: "readable", listener: () => void): this;
468
+ once(event: "ready", listener: () => void): this;
469
+ once(event: "resume", listener: () => void): this;
470
+ once(event: string | symbol, listener: (...args: any[]) => void): this;
471
+ prependListener(event: "close", listener: () => void): this;
472
+ prependListener(event: "data", listener: (chunk: Buffer | string) => void): this;
473
+ prependListener(event: "end", listener: () => void): this;
474
+ prependListener(event: "error", listener: (err: Error) => void): this;
475
+ prependListener(event: "open", listener: (fd: number) => void): this;
476
+ prependListener(event: "pause", listener: () => void): this;
477
+ prependListener(event: "readable", listener: () => void): this;
478
+ prependListener(event: "ready", listener: () => void): this;
479
+ prependListener(event: "resume", listener: () => void): this;
480
+ prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
481
+ prependOnceListener(event: "close", listener: () => void): this;
482
+ prependOnceListener(event: "data", listener: (chunk: Buffer | string) => void): this;
483
+ prependOnceListener(event: "end", listener: () => void): this;
484
+ prependOnceListener(event: "error", listener: (err: Error) => void): this;
485
+ prependOnceListener(event: "open", listener: (fd: number) => void): this;
486
+ prependOnceListener(event: "pause", listener: () => void): this;
487
+ prependOnceListener(event: "readable", listener: () => void): this;
488
+ prependOnceListener(event: "ready", listener: () => void): this;
489
+ prependOnceListener(event: "resume", listener: () => void): this;
490
+ prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
491
+ }
492
+ /**
493
+ * * Extends `stream.Writable`
494
+ *
495
+ * Instances of `fs.WriteStream` are created and returned using the {@link createWriteStream} function.
496
+ * @since v0.1.93
497
+ */
498
+ export class WriteStream extends stream.Writable {
499
+ /**
500
+ * Closes `writeStream`. Optionally accepts a
501
+ * callback that will be executed once the `writeStream`is closed.
502
+ * @since v0.9.4
503
+ */
504
+ close(callback?: (err?: NodeJS.ErrnoException | null) => void): void;
505
+ /**
506
+ * The number of bytes written so far. Does not include data that is still queued
507
+ * for writing.
508
+ * @since v0.4.7
509
+ */
510
+ bytesWritten: number;
511
+ /**
512
+ * The path to the file the stream is writing to as specified in the first
513
+ * argument to {@link createWriteStream}. If `path` is passed as a string, then`writeStream.path` will be a string. If `path` is passed as a `Buffer`, then`writeStream.path` will be a
514
+ * `Buffer`.
515
+ * @since v0.1.93
516
+ */
517
+ path: string | Buffer;
518
+ /**
519
+ * This property is `true` if the underlying file has not been opened yet,
520
+ * i.e. before the `'ready'` event is emitted.
521
+ * @since v11.2.0
522
+ */
523
+ pending: boolean;
524
+ /**
525
+ * events.EventEmitter
526
+ * 1. open
527
+ * 2. close
528
+ * 3. ready
529
+ */
530
+ addListener(event: "close", listener: () => void): this;
531
+ addListener(event: "drain", listener: () => void): this;
532
+ addListener(event: "error", listener: (err: Error) => void): this;
533
+ addListener(event: "finish", listener: () => void): this;
534
+ addListener(event: "open", listener: (fd: number) => void): this;
535
+ addListener(event: "pipe", listener: (src: stream.Readable) => void): this;
536
+ addListener(event: "ready", listener: () => void): this;
537
+ addListener(event: "unpipe", listener: (src: stream.Readable) => void): this;
538
+ addListener(event: string | symbol, listener: (...args: any[]) => void): this;
539
+ on(event: "close", listener: () => void): this;
540
+ on(event: "drain", listener: () => void): this;
541
+ on(event: "error", listener: (err: Error) => void): this;
542
+ on(event: "finish", listener: () => void): this;
543
+ on(event: "open", listener: (fd: number) => void): this;
544
+ on(event: "pipe", listener: (src: stream.Readable) => void): this;
545
+ on(event: "ready", listener: () => void): this;
546
+ on(event: "unpipe", listener: (src: stream.Readable) => void): this;
547
+ on(event: string | symbol, listener: (...args: any[]) => void): this;
548
+ once(event: "close", listener: () => void): this;
549
+ once(event: "drain", listener: () => void): this;
550
+ once(event: "error", listener: (err: Error) => void): this;
551
+ once(event: "finish", listener: () => void): this;
552
+ once(event: "open", listener: (fd: number) => void): this;
553
+ once(event: "pipe", listener: (src: stream.Readable) => void): this;
554
+ once(event: "ready", listener: () => void): this;
555
+ once(event: "unpipe", listener: (src: stream.Readable) => void): this;
556
+ once(event: string | symbol, listener: (...args: any[]) => void): this;
557
+ prependListener(event: "close", listener: () => void): this;
558
+ prependListener(event: "drain", listener: () => void): this;
559
+ prependListener(event: "error", listener: (err: Error) => void): this;
560
+ prependListener(event: "finish", listener: () => void): this;
561
+ prependListener(event: "open", listener: (fd: number) => void): this;
562
+ prependListener(event: "pipe", listener: (src: stream.Readable) => void): this;
563
+ prependListener(event: "ready", listener: () => void): this;
564
+ prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this;
565
+ prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
566
+ prependOnceListener(event: "close", listener: () => void): this;
567
+ prependOnceListener(event: "drain", listener: () => void): this;
568
+ prependOnceListener(event: "error", listener: (err: Error) => void): this;
569
+ prependOnceListener(event: "finish", listener: () => void): this;
570
+ prependOnceListener(event: "open", listener: (fd: number) => void): this;
571
+ prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this;
572
+ prependOnceListener(event: "ready", listener: () => void): this;
573
+ prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this;
574
+ prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
575
+ }
576
+ /**
577
+ * Asynchronously rename file at `oldPath` to the pathname provided
578
+ * as `newPath`. In the case that `newPath` already exists, it will
579
+ * be overwritten. If there is a directory at `newPath`, an error will
580
+ * be raised instead. No arguments other than a possible exception are
581
+ * given to the completion callback.
582
+ *
583
+ * See also: [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html).
584
+ *
585
+ * ```js
586
+ * import { rename } from 'node:fs';
587
+ *
588
+ * rename('oldFile.txt', 'newFile.txt', (err) => {
589
+ * if (err) throw err;
590
+ * console.log('Rename complete!');
591
+ * });
592
+ * ```
593
+ * @since v0.0.2
594
+ */
595
+ export function rename(oldPath: PathLike, newPath: PathLike, callback: NoParamCallback): void;
596
+ export namespace rename {
597
+ /**
598
+ * Asynchronous rename(2) - Change the name or location of a file or directory.
599
+ * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol.
600
+ * URL support is _experimental_.
601
+ * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol.
602
+ * URL support is _experimental_.
603
+ */
604
+ function __promisify__(oldPath: PathLike, newPath: PathLike): Promise<void>;
605
+ }
606
+ /**
607
+ * Renames the file from `oldPath` to `newPath`. Returns `undefined`.
608
+ *
609
+ * See the POSIX [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html) documentation for more details.
610
+ * @since v0.1.21
611
+ */
612
+ export function renameSync(oldPath: PathLike, newPath: PathLike): void;
613
+ /**
614
+ * Truncates the file. No arguments other than a possible exception are
615
+ * given to the completion callback. A file descriptor can also be passed as the
616
+ * first argument. In this case, `fs.ftruncate()` is called.
617
+ *
618
+ * ```js
619
+ * import { truncate } from 'node:fs';
620
+ * // Assuming that 'path/file.txt' is a regular file.
621
+ * truncate('path/file.txt', (err) => {
622
+ * if (err) throw err;
623
+ * console.log('path/file.txt was truncated');
624
+ * });
625
+ * ```
626
+ *
627
+ * Passing a file descriptor is deprecated and may result in an error being thrown
628
+ * in the future.
629
+ *
630
+ * See the POSIX [`truncate(2)`](http://man7.org/linux/man-pages/man2/truncate.2.html) documentation for more details.
631
+ * @since v0.8.6
632
+ * @param [len=0]
633
+ */
634
+ export function truncate(path: PathLike, len: number | undefined | null, callback: NoParamCallback): void;
635
+ /**
636
+ * Asynchronous truncate(2) - Truncate a file to a specified length.
637
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
638
+ */
639
+ export function truncate(path: PathLike, callback: NoParamCallback): void;
640
+ export namespace truncate {
641
+ /**
642
+ * Asynchronous truncate(2) - Truncate a file to a specified length.
643
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
644
+ * @param len If not specified, defaults to `0`.
645
+ */
646
+ function __promisify__(path: PathLike, len?: number | null): Promise<void>;
647
+ }
648
+ /**
649
+ * Truncates the file. Returns `undefined`. A file descriptor can also be
650
+ * passed as the first argument. In this case, `fs.ftruncateSync()` is called.
651
+ *
652
+ * Passing a file descriptor is deprecated and may result in an error being thrown
653
+ * in the future.
654
+ * @since v0.8.6
655
+ * @param [len=0]
656
+ */
657
+ export function truncateSync(path: PathLike, len?: number | null): void;
658
+ /**
659
+ * Truncates the file descriptor. No arguments other than a possible exception are
660
+ * given to the completion callback.
661
+ *
662
+ * See the POSIX [`ftruncate(2)`](http://man7.org/linux/man-pages/man2/ftruncate.2.html) documentation for more detail.
663
+ *
664
+ * If the file referred to by the file descriptor was larger than `len` bytes, only
665
+ * the first `len` bytes will be retained in the file.
666
+ *
667
+ * For example, the following program retains only the first four bytes of the
668
+ * file:
669
+ *
670
+ * ```js
671
+ * import { open, close, ftruncate } from 'node:fs';
672
+ *
673
+ * function closeFd(fd) {
674
+ * close(fd, (err) => {
675
+ * if (err) throw err;
676
+ * });
677
+ * }
678
+ *
679
+ * open('temp.txt', 'r+', (err, fd) => {
680
+ * if (err) throw err;
681
+ *
682
+ * try {
683
+ * ftruncate(fd, 4, (err) => {
684
+ * closeFd(fd);
685
+ * if (err) throw err;
686
+ * });
687
+ * } catch (err) {
688
+ * closeFd(fd);
689
+ * if (err) throw err;
690
+ * }
691
+ * });
692
+ * ```
693
+ *
694
+ * If the file previously was shorter than `len` bytes, it is extended, and the
695
+ * extended part is filled with null bytes (`'\0'`):
696
+ *
697
+ * If `len` is negative then `0` will be used.
698
+ * @since v0.8.6
699
+ * @param [len=0]
700
+ */
701
+ export function ftruncate(fd: number, len: number | undefined | null, callback: NoParamCallback): void;
702
+ /**
703
+ * Asynchronous ftruncate(2) - Truncate a file to a specified length.
704
+ * @param fd A file descriptor.
705
+ */
706
+ export function ftruncate(fd: number, callback: NoParamCallback): void;
707
+ export namespace ftruncate {
708
+ /**
709
+ * Asynchronous ftruncate(2) - Truncate a file to a specified length.
710
+ * @param fd A file descriptor.
711
+ * @param len If not specified, defaults to `0`.
712
+ */
713
+ function __promisify__(fd: number, len?: number | null): Promise<void>;
714
+ }
715
+ /**
716
+ * Truncates the file descriptor. Returns `undefined`.
717
+ *
718
+ * For detailed information, see the documentation of the asynchronous version of
719
+ * this API: {@link ftruncate}.
720
+ * @since v0.8.6
721
+ * @param [len=0]
722
+ */
723
+ export function ftruncateSync(fd: number, len?: number | null): void;
724
+ /**
725
+ * Asynchronously changes owner and group of a file. No arguments other than a
726
+ * possible exception are given to the completion callback.
727
+ *
728
+ * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail.
729
+ * @since v0.1.97
730
+ */
731
+ export function chown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void;
732
+ export namespace chown {
733
+ /**
734
+ * Asynchronous chown(2) - Change ownership of a file.
735
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
736
+ */
737
+ function __promisify__(path: PathLike, uid: number, gid: number): Promise<void>;
738
+ }
739
+ /**
740
+ * Synchronously changes owner and group of a file. Returns `undefined`.
741
+ * This is the synchronous version of {@link chown}.
742
+ *
743
+ * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail.
744
+ * @since v0.1.97
745
+ */
746
+ export function chownSync(path: PathLike, uid: number, gid: number): void;
747
+ /**
748
+ * Sets the owner of the file. No arguments other than a possible exception are
749
+ * given to the completion callback.
750
+ *
751
+ * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail.
752
+ * @since v0.4.7
753
+ */
754
+ export function fchown(fd: number, uid: number, gid: number, callback: NoParamCallback): void;
755
+ export namespace fchown {
756
+ /**
757
+ * Asynchronous fchown(2) - Change ownership of a file.
758
+ * @param fd A file descriptor.
759
+ */
760
+ function __promisify__(fd: number, uid: number, gid: number): Promise<void>;
761
+ }
762
+ /**
763
+ * Sets the owner of the file. Returns `undefined`.
764
+ *
765
+ * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail.
766
+ * @since v0.4.7
767
+ * @param uid The file's new owner's user id.
768
+ * @param gid The file's new group's group id.
769
+ */
770
+ export function fchownSync(fd: number, uid: number, gid: number): void;
771
+ /**
772
+ * Set the owner of the symbolic link. No arguments other than a possible
773
+ * exception are given to the completion callback.
774
+ *
775
+ * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more detail.
776
+ */
777
+ export function lchown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void;
778
+ export namespace lchown {
779
+ /**
780
+ * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links.
781
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
782
+ */
783
+ function __promisify__(path: PathLike, uid: number, gid: number): Promise<void>;
784
+ }
785
+ /**
786
+ * Set the owner for the path. Returns `undefined`.
787
+ *
788
+ * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more details.
789
+ * @param uid The file's new owner's user id.
790
+ * @param gid The file's new group's group id.
791
+ */
792
+ export function lchownSync(path: PathLike, uid: number, gid: number): void;
793
+ /**
794
+ * Changes the access and modification times of a file in the same way as {@link utimes}, with the difference that if the path refers to a symbolic
795
+ * link, then the link is not dereferenced: instead, the timestamps of the
796
+ * symbolic link itself are changed.
797
+ *
798
+ * No arguments other than a possible exception are given to the completion
799
+ * callback.
800
+ * @since v14.5.0, v12.19.0
801
+ */
802
+ export function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void;
803
+ export namespace lutimes {
804
+ /**
805
+ * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`,
806
+ * with the difference that if the path refers to a symbolic link, then the link is not
807
+ * dereferenced: instead, the timestamps of the symbolic link itself are changed.
808
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
809
+ * @param atime The last access time. If a string is provided, it will be coerced to number.
810
+ * @param mtime The last modified time. If a string is provided, it will be coerced to number.
811
+ */
812
+ function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>;
813
+ }
814
+ /**
815
+ * Change the file system timestamps of the symbolic link referenced by `path`.
816
+ * Returns `undefined`, or throws an exception when parameters are incorrect or
817
+ * the operation fails. This is the synchronous version of {@link lutimes}.
818
+ * @since v14.5.0, v12.19.0
819
+ */
820
+ export function lutimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void;
821
+ /**
822
+ * Asynchronously changes the permissions of a file. No arguments other than a
823
+ * possible exception are given to the completion callback.
824
+ *
825
+ * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail.
826
+ *
827
+ * ```js
828
+ * import { chmod } from 'node:fs';
829
+ *
830
+ * chmod('my_file.txt', 0o775, (err) => {
831
+ * if (err) throw err;
832
+ * console.log('The permissions for file "my_file.txt" have been changed!');
833
+ * });
834
+ * ```
835
+ * @since v0.1.30
836
+ */
837
+ export function chmod(path: PathLike, mode: Mode, callback: NoParamCallback): void;
838
+ export namespace chmod {
839
+ /**
840
+ * Asynchronous chmod(2) - Change permissions of a file.
841
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
842
+ * @param mode A file mode. If a string is passed, it is parsed as an octal integer.
843
+ */
844
+ function __promisify__(path: PathLike, mode: Mode): Promise<void>;
845
+ }
846
+ /**
847
+ * For detailed information, see the documentation of the asynchronous version of
848
+ * this API: {@link chmod}.
849
+ *
850
+ * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail.
851
+ * @since v0.6.7
852
+ */
853
+ export function chmodSync(path: PathLike, mode: Mode): void;
854
+ /**
855
+ * Sets the permissions on the file. No arguments other than a possible exception
856
+ * are given to the completion callback.
857
+ *
858
+ * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail.
859
+ * @since v0.4.7
860
+ */
861
+ export function fchmod(fd: number, mode: Mode, callback: NoParamCallback): void;
862
+ export namespace fchmod {
863
+ /**
864
+ * Asynchronous fchmod(2) - Change permissions of a file.
865
+ * @param fd A file descriptor.
866
+ * @param mode A file mode. If a string is passed, it is parsed as an octal integer.
867
+ */
868
+ function __promisify__(fd: number, mode: Mode): Promise<void>;
869
+ }
870
+ /**
871
+ * Sets the permissions on the file. Returns `undefined`.
872
+ *
873
+ * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail.
874
+ * @since v0.4.7
875
+ */
876
+ export function fchmodSync(fd: number, mode: Mode): void;
877
+ /**
878
+ * Changes the permissions on a symbolic link. No arguments other than a possible
879
+ * exception are given to the completion callback.
880
+ *
881
+ * This method is only implemented on macOS.
882
+ *
883
+ * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail.
884
+ * @deprecated Since v0.4.7
885
+ */
886
+ export function lchmod(path: PathLike, mode: Mode, callback: NoParamCallback): void;
887
+ /** @deprecated */
888
+ export namespace lchmod {
889
+ /**
890
+ * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links.
891
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
892
+ * @param mode A file mode. If a string is passed, it is parsed as an octal integer.
893
+ */
894
+ function __promisify__(path: PathLike, mode: Mode): Promise<void>;
895
+ }
896
+ /**
897
+ * Changes the permissions on a symbolic link. Returns `undefined`.
898
+ *
899
+ * This method is only implemented on macOS.
900
+ *
901
+ * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail.
902
+ * @deprecated Since v0.4.7
903
+ */
904
+ export function lchmodSync(path: PathLike, mode: Mode): void;
905
+ /**
906
+ * Asynchronous [`stat(2)`](http://man7.org/linux/man-pages/man2/stat.2.html). The callback gets two arguments `(err, stats)` where`stats` is an `fs.Stats` object.
907
+ *
908
+ * In case of an error, the `err.code` will be one of `Common System Errors`.
909
+ *
910
+ * {@link stat} follows symbolic links. Use {@link lstat} to look at the
911
+ * links themselves.
912
+ *
913
+ * Using `fs.stat()` to check for the existence of a file before calling`fs.open()`, `fs.readFile()`, or `fs.writeFile()` is not recommended.
914
+ * Instead, user code should open/read/write the file directly and handle the
915
+ * error raised if the file is not available.
916
+ *
917
+ * To check if a file exists without manipulating it afterwards, {@link access} is recommended.
918
+ *
919
+ * For example, given the following directory structure:
920
+ *
921
+ * ```text
922
+ * - txtDir
923
+ * -- file.txt
924
+ * - app.js
925
+ * ```
926
+ *
927
+ * The next program will check for the stats of the given paths:
928
+ *
929
+ * ```js
930
+ * import { stat } from 'node:fs';
931
+ *
932
+ * const pathsToCheck = ['./txtDir', './txtDir/file.txt'];
933
+ *
934
+ * for (let i = 0; i < pathsToCheck.length; i++) {
935
+ * stat(pathsToCheck[i], (err, stats) => {
936
+ * console.log(stats.isDirectory());
937
+ * console.log(stats);
938
+ * });
939
+ * }
940
+ * ```
941
+ *
942
+ * The resulting output will resemble:
943
+ *
944
+ * ```console
945
+ * true
946
+ * Stats {
947
+ * dev: 16777220,
948
+ * mode: 16877,
949
+ * nlink: 3,
950
+ * uid: 501,
951
+ * gid: 20,
952
+ * rdev: 0,
953
+ * blksize: 4096,
954
+ * ino: 14214262,
955
+ * size: 96,
956
+ * blocks: 0,
957
+ * atimeMs: 1561174653071.963,
958
+ * mtimeMs: 1561174614583.3518,
959
+ * ctimeMs: 1561174626623.5366,
960
+ * birthtimeMs: 1561174126937.2893,
961
+ * atime: 2019-06-22T03:37:33.072Z,
962
+ * mtime: 2019-06-22T03:36:54.583Z,
963
+ * ctime: 2019-06-22T03:37:06.624Z,
964
+ * birthtime: 2019-06-22T03:28:46.937Z
965
+ * }
966
+ * false
967
+ * Stats {
968
+ * dev: 16777220,
969
+ * mode: 33188,
970
+ * nlink: 1,
971
+ * uid: 501,
972
+ * gid: 20,
973
+ * rdev: 0,
974
+ * blksize: 4096,
975
+ * ino: 14214074,
976
+ * size: 8,
977
+ * blocks: 8,
978
+ * atimeMs: 1561174616618.8555,
979
+ * mtimeMs: 1561174614584,
980
+ * ctimeMs: 1561174614583.8145,
981
+ * birthtimeMs: 1561174007710.7478,
982
+ * atime: 2019-06-22T03:36:56.619Z,
983
+ * mtime: 2019-06-22T03:36:54.584Z,
984
+ * ctime: 2019-06-22T03:36:54.584Z,
985
+ * birthtime: 2019-06-22T03:26:47.711Z
986
+ * }
987
+ * ```
988
+ * @since v0.0.2
989
+ */
990
+ export function stat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void;
991
+ export function stat(
992
+ path: PathLike,
993
+ options:
994
+ | (StatOptions & {
995
+ bigint?: false | undefined;
996
+ })
997
+ | undefined,
998
+ callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void,
999
+ ): void;
1000
+ export function stat(
1001
+ path: PathLike,
1002
+ options: StatOptions & {
1003
+ bigint: true;
1004
+ },
1005
+ callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void,
1006
+ ): void;
1007
+ export function stat(
1008
+ path: PathLike,
1009
+ options: StatOptions | undefined,
1010
+ callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void,
1011
+ ): void;
1012
+ export namespace stat {
1013
+ /**
1014
+ * Asynchronous stat(2) - Get file status.
1015
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1016
+ */
1017
+ function __promisify__(
1018
+ path: PathLike,
1019
+ options?: StatOptions & {
1020
+ bigint?: false | undefined;
1021
+ },
1022
+ ): Promise<Stats>;
1023
+ function __promisify__(
1024
+ path: PathLike,
1025
+ options: StatOptions & {
1026
+ bigint: true;
1027
+ },
1028
+ ): Promise<BigIntStats>;
1029
+ function __promisify__(path: PathLike, options?: StatOptions): Promise<Stats | BigIntStats>;
1030
+ }
1031
+ export interface StatSyncFn extends Function {
1032
+ (path: PathLike, options?: undefined): Stats;
1033
+ (
1034
+ path: PathLike,
1035
+ options?: StatSyncOptions & {
1036
+ bigint?: false | undefined;
1037
+ throwIfNoEntry: false;
1038
+ },
1039
+ ): Stats | undefined;
1040
+ (
1041
+ path: PathLike,
1042
+ options: StatSyncOptions & {
1043
+ bigint: true;
1044
+ throwIfNoEntry: false;
1045
+ },
1046
+ ): BigIntStats | undefined;
1047
+ (
1048
+ path: PathLike,
1049
+ options?: StatSyncOptions & {
1050
+ bigint?: false | undefined;
1051
+ },
1052
+ ): Stats;
1053
+ (
1054
+ path: PathLike,
1055
+ options: StatSyncOptions & {
1056
+ bigint: true;
1057
+ },
1058
+ ): BigIntStats;
1059
+ (
1060
+ path: PathLike,
1061
+ options: StatSyncOptions & {
1062
+ bigint: boolean;
1063
+ throwIfNoEntry?: false | undefined;
1064
+ },
1065
+ ): Stats | BigIntStats;
1066
+ (path: PathLike, options?: StatSyncOptions): Stats | BigIntStats | undefined;
1067
+ }
1068
+ /**
1069
+ * Synchronous stat(2) - Get file status.
1070
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1071
+ */
1072
+ export const statSync: StatSyncFn;
1073
+ /**
1074
+ * Invokes the callback with the `fs.Stats` for the file descriptor.
1075
+ *
1076
+ * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail.
1077
+ * @since v0.1.95
1078
+ */
1079
+ export function fstat(fd: number, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void;
1080
+ export function fstat(
1081
+ fd: number,
1082
+ options:
1083
+ | (StatOptions & {
1084
+ bigint?: false | undefined;
1085
+ })
1086
+ | undefined,
1087
+ callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void,
1088
+ ): void;
1089
+ export function fstat(
1090
+ fd: number,
1091
+ options: StatOptions & {
1092
+ bigint: true;
1093
+ },
1094
+ callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void,
1095
+ ): void;
1096
+ export function fstat(
1097
+ fd: number,
1098
+ options: StatOptions | undefined,
1099
+ callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void,
1100
+ ): void;
1101
+ export namespace fstat {
1102
+ /**
1103
+ * Asynchronous fstat(2) - Get file status.
1104
+ * @param fd A file descriptor.
1105
+ */
1106
+ function __promisify__(
1107
+ fd: number,
1108
+ options?: StatOptions & {
1109
+ bigint?: false | undefined;
1110
+ },
1111
+ ): Promise<Stats>;
1112
+ function __promisify__(
1113
+ fd: number,
1114
+ options: StatOptions & {
1115
+ bigint: true;
1116
+ },
1117
+ ): Promise<BigIntStats>;
1118
+ function __promisify__(fd: number, options?: StatOptions): Promise<Stats | BigIntStats>;
1119
+ }
1120
+ /**
1121
+ * Retrieves the `fs.Stats` for the file descriptor.
1122
+ *
1123
+ * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail.
1124
+ * @since v0.1.95
1125
+ */
1126
+ export function fstatSync(
1127
+ fd: number,
1128
+ options?: StatOptions & {
1129
+ bigint?: false | undefined;
1130
+ },
1131
+ ): Stats;
1132
+ export function fstatSync(
1133
+ fd: number,
1134
+ options: StatOptions & {
1135
+ bigint: true;
1136
+ },
1137
+ ): BigIntStats;
1138
+ export function fstatSync(fd: number, options?: StatOptions): Stats | BigIntStats;
1139
+ /**
1140
+ * Retrieves the `fs.Stats` for the symbolic link referred to by the path.
1141
+ * The callback gets two arguments `(err, stats)` where `stats` is a `fs.Stats` object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic
1142
+ * link, then the link itself is stat-ed, not the file that it refers to.
1143
+ *
1144
+ * See the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) documentation for more details.
1145
+ * @since v0.1.30
1146
+ */
1147
+ export function lstat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void;
1148
+ export function lstat(
1149
+ path: PathLike,
1150
+ options:
1151
+ | (StatOptions & {
1152
+ bigint?: false | undefined;
1153
+ })
1154
+ | undefined,
1155
+ callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void,
1156
+ ): void;
1157
+ export function lstat(
1158
+ path: PathLike,
1159
+ options: StatOptions & {
1160
+ bigint: true;
1161
+ },
1162
+ callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void,
1163
+ ): void;
1164
+ export function lstat(
1165
+ path: PathLike,
1166
+ options: StatOptions | undefined,
1167
+ callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void,
1168
+ ): void;
1169
+ export namespace lstat {
1170
+ /**
1171
+ * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links.
1172
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1173
+ */
1174
+ function __promisify__(
1175
+ path: PathLike,
1176
+ options?: StatOptions & {
1177
+ bigint?: false | undefined;
1178
+ },
1179
+ ): Promise<Stats>;
1180
+ function __promisify__(
1181
+ path: PathLike,
1182
+ options: StatOptions & {
1183
+ bigint: true;
1184
+ },
1185
+ ): Promise<BigIntStats>;
1186
+ function __promisify__(path: PathLike, options?: StatOptions): Promise<Stats | BigIntStats>;
1187
+ }
1188
+ /**
1189
+ * Asynchronous [`statfs(2)`](http://man7.org/linux/man-pages/man2/statfs.2.html). Returns information about the mounted file system which
1190
+ * contains `path`. The callback gets two arguments `(err, stats)` where `stats`is an `fs.StatFs` object.
1191
+ *
1192
+ * In case of an error, the `err.code` will be one of `Common System Errors`.
1193
+ * @since v19.6.0, v18.15.0
1194
+ * @param path A path to an existing file or directory on the file system to be queried.
1195
+ */
1196
+ export function statfs(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: StatsFs) => void): void;
1197
+ export function statfs(
1198
+ path: PathLike,
1199
+ options:
1200
+ | (StatFsOptions & {
1201
+ bigint?: false | undefined;
1202
+ })
1203
+ | undefined,
1204
+ callback: (err: NodeJS.ErrnoException | null, stats: StatsFs) => void,
1205
+ ): void;
1206
+ export function statfs(
1207
+ path: PathLike,
1208
+ options: StatFsOptions & {
1209
+ bigint: true;
1210
+ },
1211
+ callback: (err: NodeJS.ErrnoException | null, stats: BigIntStatsFs) => void,
1212
+ ): void;
1213
+ export function statfs(
1214
+ path: PathLike,
1215
+ options: StatFsOptions | undefined,
1216
+ callback: (err: NodeJS.ErrnoException | null, stats: StatsFs | BigIntStatsFs) => void,
1217
+ ): void;
1218
+ export namespace statfs {
1219
+ /**
1220
+ * Asynchronous statfs(2) - Returns information about the mounted file system which contains path. The callback gets two arguments (err, stats) where stats is an <fs.StatFs> object.
1221
+ * @param path A path to an existing file or directory on the file system to be queried.
1222
+ */
1223
+ function __promisify__(
1224
+ path: PathLike,
1225
+ options?: StatFsOptions & {
1226
+ bigint?: false | undefined;
1227
+ },
1228
+ ): Promise<StatsFs>;
1229
+ function __promisify__(
1230
+ path: PathLike,
1231
+ options: StatFsOptions & {
1232
+ bigint: true;
1233
+ },
1234
+ ): Promise<BigIntStatsFs>;
1235
+ function __promisify__(path: PathLike, options?: StatFsOptions): Promise<StatsFs | BigIntStatsFs>;
1236
+ }
1237
+ /**
1238
+ * Synchronous [`statfs(2)`](http://man7.org/linux/man-pages/man2/statfs.2.html). Returns information about the mounted file system which
1239
+ * contains `path`.
1240
+ *
1241
+ * In case of an error, the `err.code` will be one of `Common System Errors`.
1242
+ * @since v19.6.0, v18.15.0
1243
+ * @param path A path to an existing file or directory on the file system to be queried.
1244
+ */
1245
+ export function statfsSync(
1246
+ path: PathLike,
1247
+ options?: StatFsOptions & {
1248
+ bigint?: false | undefined;
1249
+ },
1250
+ ): StatsFs;
1251
+ export function statfsSync(
1252
+ path: PathLike,
1253
+ options: StatFsOptions & {
1254
+ bigint: true;
1255
+ },
1256
+ ): BigIntStatsFs;
1257
+ export function statfsSync(path: PathLike, options?: StatFsOptions): StatsFs | BigIntStatsFs;
1258
+ /**
1259
+ * Synchronous lstat(2) - Get file status. Does not dereference symbolic links.
1260
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1261
+ */
1262
+ export const lstatSync: StatSyncFn;
1263
+ /**
1264
+ * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. No arguments other than
1265
+ * a possible
1266
+ * exception are given to the completion callback.
1267
+ * @since v0.1.31
1268
+ */
1269
+ export function link(existingPath: PathLike, newPath: PathLike, callback: NoParamCallback): void;
1270
+ export namespace link {
1271
+ /**
1272
+ * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file.
1273
+ * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol.
1274
+ * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol.
1275
+ */
1276
+ function __promisify__(existingPath: PathLike, newPath: PathLike): Promise<void>;
1277
+ }
1278
+ /**
1279
+ * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. Returns `undefined`.
1280
+ * @since v0.1.31
1281
+ */
1282
+ export function linkSync(existingPath: PathLike, newPath: PathLike): void;
1283
+ /**
1284
+ * Creates the link called `path` pointing to `target`. No arguments other than a
1285
+ * possible exception are given to the completion callback.
1286
+ *
1287
+ * See the POSIX [`symlink(2)`](http://man7.org/linux/man-pages/man2/symlink.2.html) documentation for more details.
1288
+ *
1289
+ * The `type` argument is only available on Windows and ignored on other platforms.
1290
+ * It can be set to `'dir'`, `'file'`, or `'junction'`. If the `type` argument is
1291
+ * not a string, Node.js will autodetect `target` type and use `'file'` or `'dir'`.
1292
+ * If the `target` does not exist, `'file'` will be used. Windows junction points
1293
+ * require the destination path to be absolute. When using `'junction'`, the`target` argument will automatically be normalized to absolute path. Junction
1294
+ * points on NTFS volumes can only point to directories.
1295
+ *
1296
+ * Relative targets are relative to the link's parent directory.
1297
+ *
1298
+ * ```js
1299
+ * import { symlink } from 'node:fs';
1300
+ *
1301
+ * symlink('./mew', './mewtwo', callback);
1302
+ * ```
1303
+ *
1304
+ * The above example creates a symbolic link `mewtwo` which points to `mew` in the
1305
+ * same directory:
1306
+ *
1307
+ * ```bash
1308
+ * $ tree .
1309
+ * .
1310
+ * ├── mew
1311
+ * └── mewtwo -> ./mew
1312
+ * ```
1313
+ * @since v0.1.31
1314
+ * @param [type='null']
1315
+ */
1316
+ export function symlink(
1317
+ target: PathLike,
1318
+ path: PathLike,
1319
+ type: symlink.Type | undefined | null,
1320
+ callback: NoParamCallback,
1321
+ ): void;
1322
+ /**
1323
+ * Asynchronous symlink(2) - Create a new symbolic link to an existing file.
1324
+ * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol.
1325
+ * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol.
1326
+ */
1327
+ export function symlink(target: PathLike, path: PathLike, callback: NoParamCallback): void;
1328
+ export namespace symlink {
1329
+ /**
1330
+ * Asynchronous symlink(2) - Create a new symbolic link to an existing file.
1331
+ * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol.
1332
+ * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol.
1333
+ * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms).
1334
+ * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path.
1335
+ */
1336
+ function __promisify__(target: PathLike, path: PathLike, type?: string | null): Promise<void>;
1337
+ type Type = "dir" | "file" | "junction";
1338
+ }
1339
+ /**
1340
+ * Returns `undefined`.
1341
+ *
1342
+ * For detailed information, see the documentation of the asynchronous version of
1343
+ * this API: {@link symlink}.
1344
+ * @since v0.1.31
1345
+ * @param [type='null']
1346
+ */
1347
+ export function symlinkSync(target: PathLike, path: PathLike, type?: symlink.Type | null): void;
1348
+ /**
1349
+ * Reads the contents of the symbolic link referred to by `path`. The callback gets
1350
+ * two arguments `(err, linkString)`.
1351
+ *
1352
+ * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details.
1353
+ *
1354
+ * The optional `options` argument can be a string specifying an encoding, or an
1355
+ * object with an `encoding` property specifying the character encoding to use for
1356
+ * the link path passed to the callback. If the `encoding` is set to `'buffer'`,
1357
+ * the link path returned will be passed as a `Buffer` object.
1358
+ * @since v0.1.31
1359
+ */
1360
+ export function readlink(
1361
+ path: PathLike,
1362
+ options: EncodingOption,
1363
+ callback: (err: NodeJS.ErrnoException | null, linkString: string) => void,
1364
+ ): void;
1365
+ /**
1366
+ * Asynchronous readlink(2) - read value of a symbolic link.
1367
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1368
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1369
+ */
1370
+ export function readlink(
1371
+ path: PathLike,
1372
+ options: BufferEncodingOption,
1373
+ callback: (err: NodeJS.ErrnoException | null, linkString: Buffer) => void,
1374
+ ): void;
1375
+ /**
1376
+ * Asynchronous readlink(2) - read value of a symbolic link.
1377
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1378
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1379
+ */
1380
+ export function readlink(
1381
+ path: PathLike,
1382
+ options: EncodingOption,
1383
+ callback: (err: NodeJS.ErrnoException | null, linkString: string | Buffer) => void,
1384
+ ): void;
1385
+ /**
1386
+ * Asynchronous readlink(2) - read value of a symbolic link.
1387
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1388
+ */
1389
+ export function readlink(
1390
+ path: PathLike,
1391
+ callback: (err: NodeJS.ErrnoException | null, linkString: string) => void,
1392
+ ): void;
1393
+ export namespace readlink {
1394
+ /**
1395
+ * Asynchronous readlink(2) - read value of a symbolic link.
1396
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1397
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1398
+ */
1399
+ function __promisify__(path: PathLike, options?: EncodingOption): Promise<string>;
1400
+ /**
1401
+ * Asynchronous readlink(2) - read value of a symbolic link.
1402
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1403
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1404
+ */
1405
+ function __promisify__(path: PathLike, options: BufferEncodingOption): Promise<Buffer>;
1406
+ /**
1407
+ * Asynchronous readlink(2) - read value of a symbolic link.
1408
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1409
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1410
+ */
1411
+ function __promisify__(path: PathLike, options?: EncodingOption): Promise<string | Buffer>;
1412
+ }
1413
+ /**
1414
+ * Returns the symbolic link's string value.
1415
+ *
1416
+ * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details.
1417
+ *
1418
+ * The optional `options` argument can be a string specifying an encoding, or an
1419
+ * object with an `encoding` property specifying the character encoding to use for
1420
+ * the link path returned. If the `encoding` is set to `'buffer'`,
1421
+ * the link path returned will be passed as a `Buffer` object.
1422
+ * @since v0.1.31
1423
+ */
1424
+ export function readlinkSync(path: PathLike, options?: EncodingOption): string;
1425
+ /**
1426
+ * Synchronous readlink(2) - read value of a symbolic link.
1427
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1428
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1429
+ */
1430
+ export function readlinkSync(path: PathLike, options: BufferEncodingOption): Buffer;
1431
+ /**
1432
+ * Synchronous readlink(2) - read value of a symbolic link.
1433
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1434
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1435
+ */
1436
+ export function readlinkSync(path: PathLike, options?: EncodingOption): string | Buffer;
1437
+ /**
1438
+ * Asynchronously computes the canonical pathname by resolving `.`, `..`, and
1439
+ * symbolic links.
1440
+ *
1441
+ * A canonical pathname is not necessarily unique. Hard links and bind mounts can
1442
+ * expose a file system entity through many pathnames.
1443
+ *
1444
+ * This function behaves like [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html), with some exceptions:
1445
+ *
1446
+ * 1. No case conversion is performed on case-insensitive file systems.
1447
+ * 2. The maximum number of symbolic links is platform-independent and generally
1448
+ * (much) higher than what the native [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html) implementation supports.
1449
+ *
1450
+ * The `callback` gets two arguments `(err, resolvedPath)`. May use `process.cwd` to resolve relative paths.
1451
+ *
1452
+ * Only paths that can be converted to UTF8 strings are supported.
1453
+ *
1454
+ * The optional `options` argument can be a string specifying an encoding, or an
1455
+ * object with an `encoding` property specifying the character encoding to use for
1456
+ * the path passed to the callback. If the `encoding` is set to `'buffer'`,
1457
+ * the path returned will be passed as a `Buffer` object.
1458
+ *
1459
+ * If `path` resolves to a socket or a pipe, the function will return a system
1460
+ * dependent name for that object.
1461
+ * @since v0.1.31
1462
+ */
1463
+ export function realpath(
1464
+ path: PathLike,
1465
+ options: EncodingOption,
1466
+ callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void,
1467
+ ): void;
1468
+ /**
1469
+ * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1470
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1471
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1472
+ */
1473
+ export function realpath(
1474
+ path: PathLike,
1475
+ options: BufferEncodingOption,
1476
+ callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void,
1477
+ ): void;
1478
+ /**
1479
+ * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1480
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1481
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1482
+ */
1483
+ export function realpath(
1484
+ path: PathLike,
1485
+ options: EncodingOption,
1486
+ callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void,
1487
+ ): void;
1488
+ /**
1489
+ * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1490
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1491
+ */
1492
+ export function realpath(
1493
+ path: PathLike,
1494
+ callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void,
1495
+ ): void;
1496
+ export namespace realpath {
1497
+ /**
1498
+ * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1499
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1500
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1501
+ */
1502
+ function __promisify__(path: PathLike, options?: EncodingOption): Promise<string>;
1503
+ /**
1504
+ * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1505
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1506
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1507
+ */
1508
+ function __promisify__(path: PathLike, options: BufferEncodingOption): Promise<Buffer>;
1509
+ /**
1510
+ * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1511
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1512
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1513
+ */
1514
+ function __promisify__(path: PathLike, options?: EncodingOption): Promise<string | Buffer>;
1515
+ /**
1516
+ * Asynchronous [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html).
1517
+ *
1518
+ * The `callback` gets two arguments `(err, resolvedPath)`.
1519
+ *
1520
+ * Only paths that can be converted to UTF8 strings are supported.
1521
+ *
1522
+ * The optional `options` argument can be a string specifying an encoding, or an
1523
+ * object with an `encoding` property specifying the character encoding to use for
1524
+ * the path passed to the callback. If the `encoding` is set to `'buffer'`,
1525
+ * the path returned will be passed as a `Buffer` object.
1526
+ *
1527
+ * On Linux, when Node.js is linked against musl libc, the procfs file system must
1528
+ * be mounted on `/proc` in order for this function to work. Glibc does not have
1529
+ * this restriction.
1530
+ * @since v9.2.0
1531
+ */
1532
+ function native(
1533
+ path: PathLike,
1534
+ options: EncodingOption,
1535
+ callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void,
1536
+ ): void;
1537
+ function native(
1538
+ path: PathLike,
1539
+ options: BufferEncodingOption,
1540
+ callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void,
1541
+ ): void;
1542
+ function native(
1543
+ path: PathLike,
1544
+ options: EncodingOption,
1545
+ callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void,
1546
+ ): void;
1547
+ function native(
1548
+ path: PathLike,
1549
+ callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void,
1550
+ ): void;
1551
+ }
1552
+ /**
1553
+ * Returns the resolved pathname.
1554
+ *
1555
+ * For detailed information, see the documentation of the asynchronous version of
1556
+ * this API: {@link realpath}.
1557
+ * @since v0.1.31
1558
+ */
1559
+ export function realpathSync(path: PathLike, options?: EncodingOption): string;
1560
+ /**
1561
+ * Synchronous realpath(3) - return the canonicalized absolute pathname.
1562
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1563
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1564
+ */
1565
+ export function realpathSync(path: PathLike, options: BufferEncodingOption): Buffer;
1566
+ /**
1567
+ * Synchronous realpath(3) - return the canonicalized absolute pathname.
1568
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1569
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1570
+ */
1571
+ export function realpathSync(path: PathLike, options?: EncodingOption): string | Buffer;
1572
+ export namespace realpathSync {
1573
+ function native(path: PathLike, options?: EncodingOption): string;
1574
+ function native(path: PathLike, options: BufferEncodingOption): Buffer;
1575
+ function native(path: PathLike, options?: EncodingOption): string | Buffer;
1576
+ }
1577
+ /**
1578
+ * Asynchronously removes a file or symbolic link. No arguments other than a
1579
+ * possible exception are given to the completion callback.
1580
+ *
1581
+ * ```js
1582
+ * import { unlink } from 'node:fs';
1583
+ * // Assuming that 'path/file.txt' is a regular file.
1584
+ * unlink('path/file.txt', (err) => {
1585
+ * if (err) throw err;
1586
+ * console.log('path/file.txt was deleted');
1587
+ * });
1588
+ * ```
1589
+ *
1590
+ * `fs.unlink()` will not work on a directory, empty or otherwise. To remove a
1591
+ * directory, use {@link rmdir}.
1592
+ *
1593
+ * See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more details.
1594
+ * @since v0.0.2
1595
+ */
1596
+ export function unlink(path: PathLike, callback: NoParamCallback): void;
1597
+ export namespace unlink {
1598
+ /**
1599
+ * Asynchronous unlink(2) - delete a name and possibly the file it refers to.
1600
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1601
+ */
1602
+ function __promisify__(path: PathLike): Promise<void>;
1603
+ }
1604
+ /**
1605
+ * Synchronous [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html). Returns `undefined`.
1606
+ * @since v0.1.21
1607
+ */
1608
+ export function unlinkSync(path: PathLike): void;
1609
+ export interface RmDirOptions {
1610
+ /**
1611
+ * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or
1612
+ * `EPERM` error is encountered, Node.js will retry the operation with a linear
1613
+ * backoff wait of `retryDelay` ms longer on each try. This option represents the
1614
+ * number of retries. This option is ignored if the `recursive` option is not
1615
+ * `true`.
1616
+ * @default 0
1617
+ */
1618
+ maxRetries?: number | undefined;
1619
+ /**
1620
+ * @deprecated since v14.14.0 In future versions of Node.js and will trigger a warning
1621
+ * `fs.rmdir(path, { recursive: true })` will throw if `path` does not exist or is a file.
1622
+ * Use `fs.rm(path, { recursive: true, force: true })` instead.
1623
+ *
1624
+ * If `true`, perform a recursive directory removal. In
1625
+ * recursive mode, operations are retried on failure.
1626
+ * @default false
1627
+ */
1628
+ recursive?: boolean | undefined;
1629
+ /**
1630
+ * The amount of time in milliseconds to wait between retries.
1631
+ * This option is ignored if the `recursive` option is not `true`.
1632
+ * @default 100
1633
+ */
1634
+ retryDelay?: number | undefined;
1635
+ }
1636
+ /**
1637
+ * Asynchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). No arguments other than a possible exception are given
1638
+ * to the completion callback.
1639
+ *
1640
+ * Using `fs.rmdir()` on a file (not a directory) results in an `ENOENT` error on
1641
+ * Windows and an `ENOTDIR` error on POSIX.
1642
+ *
1643
+ * To get a behavior similar to the `rm -rf` Unix command, use {@link rm} with options `{ recursive: true, force: true }`.
1644
+ * @since v0.0.2
1645
+ */
1646
+ export function rmdir(path: PathLike, callback: NoParamCallback): void;
1647
+ export function rmdir(path: PathLike, options: RmDirOptions, callback: NoParamCallback): void;
1648
+ export namespace rmdir {
1649
+ /**
1650
+ * Asynchronous rmdir(2) - delete a directory.
1651
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1652
+ */
1653
+ function __promisify__(path: PathLike, options?: RmDirOptions): Promise<void>;
1654
+ }
1655
+ /**
1656
+ * Synchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). Returns `undefined`.
1657
+ *
1658
+ * Using `fs.rmdirSync()` on a file (not a directory) results in an `ENOENT` error
1659
+ * on Windows and an `ENOTDIR` error on POSIX.
1660
+ *
1661
+ * To get a behavior similar to the `rm -rf` Unix command, use {@link rmSync} with options `{ recursive: true, force: true }`.
1662
+ * @since v0.1.21
1663
+ */
1664
+ export function rmdirSync(path: PathLike, options?: RmDirOptions): void;
1665
+ export interface RmOptions {
1666
+ /**
1667
+ * When `true`, exceptions will be ignored if `path` does not exist.
1668
+ * @default false
1669
+ */
1670
+ force?: boolean | undefined;
1671
+ /**
1672
+ * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or
1673
+ * `EPERM` error is encountered, Node.js will retry the operation with a linear
1674
+ * backoff wait of `retryDelay` ms longer on each try. This option represents the
1675
+ * number of retries. This option is ignored if the `recursive` option is not
1676
+ * `true`.
1677
+ * @default 0
1678
+ */
1679
+ maxRetries?: number | undefined;
1680
+ /**
1681
+ * If `true`, perform a recursive directory removal. In
1682
+ * recursive mode, operations are retried on failure.
1683
+ * @default false
1684
+ */
1685
+ recursive?: boolean | undefined;
1686
+ /**
1687
+ * The amount of time in milliseconds to wait between retries.
1688
+ * This option is ignored if the `recursive` option is not `true`.
1689
+ * @default 100
1690
+ */
1691
+ retryDelay?: number | undefined;
1692
+ }
1693
+ /**
1694
+ * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility). No arguments other than a possible exception are given to the
1695
+ * completion callback.
1696
+ * @since v14.14.0
1697
+ */
1698
+ export function rm(path: PathLike, callback: NoParamCallback): void;
1699
+ export function rm(path: PathLike, options: RmOptions, callback: NoParamCallback): void;
1700
+ export namespace rm {
1701
+ /**
1702
+ * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility).
1703
+ */
1704
+ function __promisify__(path: PathLike, options?: RmOptions): Promise<void>;
1705
+ }
1706
+ /**
1707
+ * Synchronously removes files and directories (modeled on the standard POSIX `rm` utility). Returns `undefined`.
1708
+ * @since v14.14.0
1709
+ */
1710
+ export function rmSync(path: PathLike, options?: RmOptions): void;
1711
+ export interface MakeDirectoryOptions {
1712
+ /**
1713
+ * Indicates whether parent folders should be created.
1714
+ * If a folder was created, the path to the first created folder will be returned.
1715
+ * @default false
1716
+ */
1717
+ recursive?: boolean | undefined;
1718
+ /**
1719
+ * A file mode. If a string is passed, it is parsed as an octal integer. If not specified
1720
+ * @default 0o777
1721
+ */
1722
+ mode?: Mode | undefined;
1723
+ }
1724
+ /**
1725
+ * Asynchronously creates a directory.
1726
+ *
1727
+ * The callback is given a possible exception and, if `recursive` is `true`, the
1728
+ * first directory path created, `(err[, path])`.`path` can still be `undefined` when `recursive` is `true`, if no directory was
1729
+ * created (for instance, if it was previously created).
1730
+ *
1731
+ * The optional `options` argument can be an integer specifying `mode` (permission
1732
+ * and sticky bits), or an object with a `mode` property and a `recursive` property indicating whether parent directories should be created. Calling `fs.mkdir()` when `path` is a directory that
1733
+ * exists results in an error only
1734
+ * when `recursive` is false. If `recursive` is false and the directory exists,
1735
+ * an `EEXIST` error occurs.
1736
+ *
1737
+ * ```js
1738
+ * import { mkdir } from 'node:fs';
1739
+ *
1740
+ * // Create ./tmp/a/apple, regardless of whether ./tmp and ./tmp/a exist.
1741
+ * mkdir('./tmp/a/apple', { recursive: true }, (err) => {
1742
+ * if (err) throw err;
1743
+ * });
1744
+ * ```
1745
+ *
1746
+ * On Windows, using `fs.mkdir()` on the root directory even with recursion will
1747
+ * result in an error:
1748
+ *
1749
+ * ```js
1750
+ * import { mkdir } from 'node:fs';
1751
+ *
1752
+ * mkdir('/', { recursive: true }, (err) => {
1753
+ * // => [Error: EPERM: operation not permitted, mkdir 'C:\']
1754
+ * });
1755
+ * ```
1756
+ *
1757
+ * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details.
1758
+ * @since v0.1.8
1759
+ */
1760
+ export function mkdir(
1761
+ path: PathLike,
1762
+ options: MakeDirectoryOptions & {
1763
+ recursive: true;
1764
+ },
1765
+ callback: (err: NodeJS.ErrnoException | null, path?: string) => void,
1766
+ ): void;
1767
+ /**
1768
+ * Asynchronous mkdir(2) - create a directory.
1769
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1770
+ * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1771
+ * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1772
+ */
1773
+ export function mkdir(
1774
+ path: PathLike,
1775
+ options:
1776
+ | Mode
1777
+ | (MakeDirectoryOptions & {
1778
+ recursive?: false | undefined;
1779
+ })
1780
+ | null
1781
+ | undefined,
1782
+ callback: NoParamCallback,
1783
+ ): void;
1784
+ /**
1785
+ * Asynchronous mkdir(2) - create a directory.
1786
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1787
+ * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1788
+ * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1789
+ */
1790
+ export function mkdir(
1791
+ path: PathLike,
1792
+ options: Mode | MakeDirectoryOptions | null | undefined,
1793
+ callback: (err: NodeJS.ErrnoException | null, path?: string) => void,
1794
+ ): void;
1795
+ /**
1796
+ * Asynchronous mkdir(2) - create a directory with a mode of `0o777`.
1797
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1798
+ */
1799
+ export function mkdir(path: PathLike, callback: NoParamCallback): void;
1800
+ export namespace mkdir {
1801
+ /**
1802
+ * Asynchronous mkdir(2) - create a directory.
1803
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1804
+ * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1805
+ * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1806
+ */
1807
+ function __promisify__(
1808
+ path: PathLike,
1809
+ options: MakeDirectoryOptions & {
1810
+ recursive: true;
1811
+ },
1812
+ ): Promise<string | undefined>;
1813
+ /**
1814
+ * Asynchronous mkdir(2) - create a directory.
1815
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1816
+ * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1817
+ * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1818
+ */
1819
+ function __promisify__(
1820
+ path: PathLike,
1821
+ options?:
1822
+ | Mode
1823
+ | (MakeDirectoryOptions & {
1824
+ recursive?: false | undefined;
1825
+ })
1826
+ | null,
1827
+ ): Promise<void>;
1828
+ /**
1829
+ * Asynchronous mkdir(2) - create a directory.
1830
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1831
+ * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1832
+ * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1833
+ */
1834
+ function __promisify__(
1835
+ path: PathLike,
1836
+ options?: Mode | MakeDirectoryOptions | null,
1837
+ ): Promise<string | undefined>;
1838
+ }
1839
+ /**
1840
+ * Synchronously creates a directory. Returns `undefined`, or if `recursive` is `true`, the first directory path created.
1841
+ * This is the synchronous version of {@link mkdir}.
1842
+ *
1843
+ * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details.
1844
+ * @since v0.1.21
1845
+ */
1846
+ export function mkdirSync(
1847
+ path: PathLike,
1848
+ options: MakeDirectoryOptions & {
1849
+ recursive: true;
1850
+ },
1851
+ ): string | undefined;
1852
+ /**
1853
+ * Synchronous mkdir(2) - create a directory.
1854
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1855
+ * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1856
+ * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1857
+ */
1858
+ export function mkdirSync(
1859
+ path: PathLike,
1860
+ options?:
1861
+ | Mode
1862
+ | (MakeDirectoryOptions & {
1863
+ recursive?: false | undefined;
1864
+ })
1865
+ | null,
1866
+ ): void;
1867
+ /**
1868
+ * Synchronous mkdir(2) - create a directory.
1869
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1870
+ * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1871
+ * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1872
+ */
1873
+ export function mkdirSync(path: PathLike, options?: Mode | MakeDirectoryOptions | null): string | undefined;
1874
+ /**
1875
+ * Creates a unique temporary directory.
1876
+ *
1877
+ * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. Due to platform
1878
+ * inconsistencies, avoid trailing `X` characters in `prefix`. Some platforms,
1879
+ * notably the BSDs, can return more than six random characters, and replace
1880
+ * trailing `X` characters in `prefix` with random characters.
1881
+ *
1882
+ * The created directory path is passed as a string to the callback's second
1883
+ * parameter.
1884
+ *
1885
+ * The optional `options` argument can be a string specifying an encoding, or an
1886
+ * object with an `encoding` property specifying the character encoding to use.
1887
+ *
1888
+ * ```js
1889
+ * import { mkdtemp } from 'node:fs';
1890
+ * import { join } from 'node:path';
1891
+ * import { tmpdir } from 'node:os';
1892
+ *
1893
+ * mkdtemp(join(tmpdir(), 'foo-'), (err, directory) => {
1894
+ * if (err) throw err;
1895
+ * console.log(directory);
1896
+ * // Prints: /tmp/foo-itXde2 or C:\Users\...\AppData\Local\Temp\foo-itXde2
1897
+ * });
1898
+ * ```
1899
+ *
1900
+ * The `fs.mkdtemp()` method will append the six randomly selected characters
1901
+ * directly to the `prefix` string. For instance, given a directory `/tmp`, if the
1902
+ * intention is to create a temporary directory _within_`/tmp`, the `prefix`must end with a trailing platform-specific path separator
1903
+ * (`import { sep } from 'node:path'`).
1904
+ *
1905
+ * ```js
1906
+ * import { tmpdir } from 'node:os';
1907
+ * import { mkdtemp } from 'node:fs';
1908
+ *
1909
+ * // The parent directory for the new temporary directory
1910
+ * const tmpDir = tmpdir();
1911
+ *
1912
+ * // This method is *INCORRECT*:
1913
+ * mkdtemp(tmpDir, (err, directory) => {
1914
+ * if (err) throw err;
1915
+ * console.log(directory);
1916
+ * // Will print something similar to `/tmpabc123`.
1917
+ * // A new temporary directory is created at the file system root
1918
+ * // rather than *within* the /tmp directory.
1919
+ * });
1920
+ *
1921
+ * // This method is *CORRECT*:
1922
+ * import { sep } from 'node:path';
1923
+ * mkdtemp(`${tmpDir}${sep}`, (err, directory) => {
1924
+ * if (err) throw err;
1925
+ * console.log(directory);
1926
+ * // Will print something similar to `/tmp/abc123`.
1927
+ * // A new temporary directory is created within
1928
+ * // the /tmp directory.
1929
+ * });
1930
+ * ```
1931
+ * @since v5.10.0
1932
+ */
1933
+ export function mkdtemp(
1934
+ prefix: string,
1935
+ options: EncodingOption,
1936
+ callback: (err: NodeJS.ErrnoException | null, folder: string) => void,
1937
+ ): void;
1938
+ /**
1939
+ * Asynchronously creates a unique temporary directory.
1940
+ * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
1941
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1942
+ */
1943
+ export function mkdtemp(
1944
+ prefix: string,
1945
+ options:
1946
+ | "buffer"
1947
+ | {
1948
+ encoding: "buffer";
1949
+ },
1950
+ callback: (err: NodeJS.ErrnoException | null, folder: Buffer) => void,
1951
+ ): void;
1952
+ /**
1953
+ * Asynchronously creates a unique temporary directory.
1954
+ * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
1955
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1956
+ */
1957
+ export function mkdtemp(
1958
+ prefix: string,
1959
+ options: EncodingOption,
1960
+ callback: (err: NodeJS.ErrnoException | null, folder: string | Buffer) => void,
1961
+ ): void;
1962
+ /**
1963
+ * Asynchronously creates a unique temporary directory.
1964
+ * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
1965
+ */
1966
+ export function mkdtemp(
1967
+ prefix: string,
1968
+ callback: (err: NodeJS.ErrnoException | null, folder: string) => void,
1969
+ ): void;
1970
+ export namespace mkdtemp {
1971
+ /**
1972
+ * Asynchronously creates a unique temporary directory.
1973
+ * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
1974
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1975
+ */
1976
+ function __promisify__(prefix: string, options?: EncodingOption): Promise<string>;
1977
+ /**
1978
+ * Asynchronously creates a unique temporary directory.
1979
+ * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
1980
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1981
+ */
1982
+ function __promisify__(prefix: string, options: BufferEncodingOption): Promise<Buffer>;
1983
+ /**
1984
+ * Asynchronously creates a unique temporary directory.
1985
+ * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
1986
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1987
+ */
1988
+ function __promisify__(prefix: string, options?: EncodingOption): Promise<string | Buffer>;
1989
+ }
1990
+ /**
1991
+ * Returns the created directory path.
1992
+ *
1993
+ * For detailed information, see the documentation of the asynchronous version of
1994
+ * this API: {@link mkdtemp}.
1995
+ *
1996
+ * The optional `options` argument can be a string specifying an encoding, or an
1997
+ * object with an `encoding` property specifying the character encoding to use.
1998
+ * @since v5.10.0
1999
+ */
2000
+ export function mkdtempSync(prefix: string, options?: EncodingOption): string;
2001
+ /**
2002
+ * Synchronously creates a unique temporary directory.
2003
+ * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2004
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2005
+ */
2006
+ export function mkdtempSync(prefix: string, options: BufferEncodingOption): Buffer;
2007
+ /**
2008
+ * Synchronously creates a unique temporary directory.
2009
+ * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2010
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2011
+ */
2012
+ export function mkdtempSync(prefix: string, options?: EncodingOption): string | Buffer;
2013
+ /**
2014
+ * Reads the contents of a directory. The callback gets two arguments `(err, files)` where `files` is an array of the names of the files in the directory excluding `'.'` and `'..'`.
2015
+ *
2016
+ * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details.
2017
+ *
2018
+ * The optional `options` argument can be a string specifying an encoding, or an
2019
+ * object with an `encoding` property specifying the character encoding to use for
2020
+ * the filenames passed to the callback. If the `encoding` is set to `'buffer'`,
2021
+ * the filenames returned will be passed as `Buffer` objects.
2022
+ *
2023
+ * If `options.withFileTypes` is set to `true`, the `files` array will contain `fs.Dirent` objects.
2024
+ * @since v0.1.8
2025
+ */
2026
+ export function readdir(
2027
+ path: PathLike,
2028
+ options:
2029
+ | {
2030
+ encoding: BufferEncoding | null;
2031
+ withFileTypes?: false | undefined;
2032
+ recursive?: boolean | undefined;
2033
+ }
2034
+ | BufferEncoding
2035
+ | undefined
2036
+ | null,
2037
+ callback: (err: NodeJS.ErrnoException | null, files: string[]) => void,
2038
+ ): void;
2039
+ /**
2040
+ * Asynchronous readdir(3) - read a directory.
2041
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2042
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2043
+ */
2044
+ export function readdir(
2045
+ path: PathLike,
2046
+ options:
2047
+ | {
2048
+ encoding: "buffer";
2049
+ withFileTypes?: false | undefined;
2050
+ recursive?: boolean | undefined;
2051
+ }
2052
+ | "buffer",
2053
+ callback: (err: NodeJS.ErrnoException | null, files: Buffer[]) => void,
2054
+ ): void;
2055
+ /**
2056
+ * Asynchronous readdir(3) - read a directory.
2057
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2058
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2059
+ */
2060
+ export function readdir(
2061
+ path: PathLike,
2062
+ options:
2063
+ | (ObjectEncodingOptions & {
2064
+ withFileTypes?: false | undefined;
2065
+ recursive?: boolean | undefined;
2066
+ })
2067
+ | BufferEncoding
2068
+ | undefined
2069
+ | null,
2070
+ callback: (err: NodeJS.ErrnoException | null, files: string[] | Buffer[]) => void,
2071
+ ): void;
2072
+ /**
2073
+ * Asynchronous readdir(3) - read a directory.
2074
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2075
+ */
2076
+ export function readdir(
2077
+ path: PathLike,
2078
+ callback: (err: NodeJS.ErrnoException | null, files: string[]) => void,
2079
+ ): void;
2080
+ /**
2081
+ * Asynchronous readdir(3) - read a directory.
2082
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2083
+ * @param options If called with `withFileTypes: true` the result data will be an array of Dirent.
2084
+ */
2085
+ export function readdir(
2086
+ path: PathLike,
2087
+ options: ObjectEncodingOptions & {
2088
+ withFileTypes: true;
2089
+ recursive?: boolean | undefined;
2090
+ },
2091
+ callback: (err: NodeJS.ErrnoException | null, files: Dirent[]) => void,
2092
+ ): void;
2093
+ export namespace readdir {
2094
+ /**
2095
+ * Asynchronous readdir(3) - read a directory.
2096
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2097
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2098
+ */
2099
+ function __promisify__(
2100
+ path: PathLike,
2101
+ options?:
2102
+ | {
2103
+ encoding: BufferEncoding | null;
2104
+ withFileTypes?: false | undefined;
2105
+ recursive?: boolean | undefined;
2106
+ }
2107
+ | BufferEncoding
2108
+ | null,
2109
+ ): Promise<string[]>;
2110
+ /**
2111
+ * Asynchronous readdir(3) - read a directory.
2112
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2113
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2114
+ */
2115
+ function __promisify__(
2116
+ path: PathLike,
2117
+ options:
2118
+ | "buffer"
2119
+ | {
2120
+ encoding: "buffer";
2121
+ withFileTypes?: false | undefined;
2122
+ recursive?: boolean | undefined;
2123
+ },
2124
+ ): Promise<Buffer[]>;
2125
+ /**
2126
+ * Asynchronous readdir(3) - read a directory.
2127
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2128
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2129
+ */
2130
+ function __promisify__(
2131
+ path: PathLike,
2132
+ options?:
2133
+ | (ObjectEncodingOptions & {
2134
+ withFileTypes?: false | undefined;
2135
+ recursive?: boolean | undefined;
2136
+ })
2137
+ | BufferEncoding
2138
+ | null,
2139
+ ): Promise<string[] | Buffer[]>;
2140
+ /**
2141
+ * Asynchronous readdir(3) - read a directory.
2142
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2143
+ * @param options If called with `withFileTypes: true` the result data will be an array of Dirent
2144
+ */
2145
+ function __promisify__(
2146
+ path: PathLike,
2147
+ options: ObjectEncodingOptions & {
2148
+ withFileTypes: true;
2149
+ recursive?: boolean | undefined;
2150
+ },
2151
+ ): Promise<Dirent[]>;
2152
+ }
2153
+ /**
2154
+ * Reads the contents of the directory.
2155
+ *
2156
+ * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details.
2157
+ *
2158
+ * The optional `options` argument can be a string specifying an encoding, or an
2159
+ * object with an `encoding` property specifying the character encoding to use for
2160
+ * the filenames returned. If the `encoding` is set to `'buffer'`,
2161
+ * the filenames returned will be passed as `Buffer` objects.
2162
+ *
2163
+ * If `options.withFileTypes` is set to `true`, the result will contain `fs.Dirent` objects.
2164
+ * @since v0.1.21
2165
+ */
2166
+ export function readdirSync(
2167
+ path: PathLike,
2168
+ options?:
2169
+ | {
2170
+ encoding: BufferEncoding | null;
2171
+ withFileTypes?: false | undefined;
2172
+ recursive?: boolean | undefined;
2173
+ }
2174
+ | BufferEncoding
2175
+ | null,
2176
+ ): string[];
2177
+ /**
2178
+ * Synchronous readdir(3) - read a directory.
2179
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2180
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2181
+ */
2182
+ export function readdirSync(
2183
+ path: PathLike,
2184
+ options:
2185
+ | {
2186
+ encoding: "buffer";
2187
+ withFileTypes?: false | undefined;
2188
+ recursive?: boolean | undefined;
2189
+ }
2190
+ | "buffer",
2191
+ ): Buffer[];
2192
+ /**
2193
+ * Synchronous readdir(3) - read a directory.
2194
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2195
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2196
+ */
2197
+ export function readdirSync(
2198
+ path: PathLike,
2199
+ options?:
2200
+ | (ObjectEncodingOptions & {
2201
+ withFileTypes?: false | undefined;
2202
+ recursive?: boolean | undefined;
2203
+ })
2204
+ | BufferEncoding
2205
+ | null,
2206
+ ): string[] | Buffer[];
2207
+ /**
2208
+ * Synchronous readdir(3) - read a directory.
2209
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2210
+ * @param options If called with `withFileTypes: true` the result data will be an array of Dirent.
2211
+ */
2212
+ export function readdirSync(
2213
+ path: PathLike,
2214
+ options: ObjectEncodingOptions & {
2215
+ withFileTypes: true;
2216
+ recursive?: boolean | undefined;
2217
+ },
2218
+ ): Dirent[];
2219
+ /**
2220
+ * Closes the file descriptor. No arguments other than a possible exception are
2221
+ * given to the completion callback.
2222
+ *
2223
+ * Calling `fs.close()` on any file descriptor (`fd`) that is currently in use
2224
+ * through any other `fs` operation may lead to undefined behavior.
2225
+ *
2226
+ * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail.
2227
+ * @since v0.0.2
2228
+ */
2229
+ export function close(fd: number, callback?: NoParamCallback): void;
2230
+ export namespace close {
2231
+ /**
2232
+ * Asynchronous close(2) - close a file descriptor.
2233
+ * @param fd A file descriptor.
2234
+ */
2235
+ function __promisify__(fd: number): Promise<void>;
2236
+ }
2237
+ /**
2238
+ * Closes the file descriptor. Returns `undefined`.
2239
+ *
2240
+ * Calling `fs.closeSync()` on any file descriptor (`fd`) that is currently in use
2241
+ * through any other `fs` operation may lead to undefined behavior.
2242
+ *
2243
+ * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail.
2244
+ * @since v0.1.21
2245
+ */
2246
+ export function closeSync(fd: number): void;
2247
+ /**
2248
+ * Asynchronous file open. See the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more details.
2249
+ *
2250
+ * `mode` sets the file mode (permission and sticky bits), but only if the file was
2251
+ * created. On Windows, only the write permission can be manipulated; see {@link chmod}.
2252
+ *
2253
+ * The callback gets two arguments `(err, fd)`.
2254
+ *
2255
+ * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented
2256
+ * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains
2257
+ * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams).
2258
+ *
2259
+ * Functions based on `fs.open()` exhibit this behavior as well:`fs.writeFile()`, `fs.readFile()`, etc.
2260
+ * @since v0.0.2
2261
+ * @param [flags='r'] See `support of file system `flags``.
2262
+ * @param [mode=0o666]
2263
+ */
2264
+ export function open(
2265
+ path: PathLike,
2266
+ flags: OpenMode | undefined,
2267
+ mode: Mode | undefined | null,
2268
+ callback: (err: NodeJS.ErrnoException | null, fd: number) => void,
2269
+ ): void;
2270
+ /**
2271
+ * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`.
2272
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2273
+ * @param [flags='r'] See `support of file system `flags``.
2274
+ */
2275
+ export function open(
2276
+ path: PathLike,
2277
+ flags: OpenMode | undefined,
2278
+ callback: (err: NodeJS.ErrnoException | null, fd: number) => void,
2279
+ ): void;
2280
+ /**
2281
+ * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`.
2282
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2283
+ */
2284
+ export function open(path: PathLike, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void;
2285
+ export namespace open {
2286
+ /**
2287
+ * Asynchronous open(2) - open and possibly create a file.
2288
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2289
+ * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not supplied, defaults to `0o666`.
2290
+ */
2291
+ function __promisify__(path: PathLike, flags: OpenMode, mode?: Mode | null): Promise<number>;
2292
+ }
2293
+ /**
2294
+ * Returns an integer representing the file descriptor.
2295
+ *
2296
+ * For detailed information, see the documentation of the asynchronous version of
2297
+ * this API: {@link open}.
2298
+ * @since v0.1.21
2299
+ * @param [flags='r']
2300
+ * @param [mode=0o666]
2301
+ */
2302
+ export function openSync(path: PathLike, flags: OpenMode, mode?: Mode | null): number;
2303
+ /**
2304
+ * Change the file system timestamps of the object referenced by `path`.
2305
+ *
2306
+ * The `atime` and `mtime` arguments follow these rules:
2307
+ *
2308
+ * * Values can be either numbers representing Unix epoch time in seconds, `Date`s, or a numeric string like `'123456789.0'`.
2309
+ * * If the value can not be converted to a number, or is `NaN`, `Infinity`, or `-Infinity`, an `Error` will be thrown.
2310
+ * @since v0.4.2
2311
+ */
2312
+ export function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void;
2313
+ export namespace utimes {
2314
+ /**
2315
+ * Asynchronously change file timestamps of the file referenced by the supplied path.
2316
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2317
+ * @param atime The last access time. If a string is provided, it will be coerced to number.
2318
+ * @param mtime The last modified time. If a string is provided, it will be coerced to number.
2319
+ */
2320
+ function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>;
2321
+ }
2322
+ /**
2323
+ * Returns `undefined`.
2324
+ *
2325
+ * For detailed information, see the documentation of the asynchronous version of
2326
+ * this API: {@link utimes}.
2327
+ * @since v0.4.2
2328
+ */
2329
+ export function utimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void;
2330
+ /**
2331
+ * Change the file system timestamps of the object referenced by the supplied file
2332
+ * descriptor. See {@link utimes}.
2333
+ * @since v0.4.2
2334
+ */
2335
+ export function futimes(fd: number, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void;
2336
+ export namespace futimes {
2337
+ /**
2338
+ * Asynchronously change file timestamps of the file referenced by the supplied file descriptor.
2339
+ * @param fd A file descriptor.
2340
+ * @param atime The last access time. If a string is provided, it will be coerced to number.
2341
+ * @param mtime The last modified time. If a string is provided, it will be coerced to number.
2342
+ */
2343
+ function __promisify__(fd: number, atime: TimeLike, mtime: TimeLike): Promise<void>;
2344
+ }
2345
+ /**
2346
+ * Synchronous version of {@link futimes}. Returns `undefined`.
2347
+ * @since v0.4.2
2348
+ */
2349
+ export function futimesSync(fd: number, atime: TimeLike, mtime: TimeLike): void;
2350
+ /**
2351
+ * Request that all data for the open file descriptor is flushed to the storage
2352
+ * device. The specific implementation is operating system and device specific.
2353
+ * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. No arguments other
2354
+ * than a possible exception are given to the completion callback.
2355
+ * @since v0.1.96
2356
+ */
2357
+ export function fsync(fd: number, callback: NoParamCallback): void;
2358
+ export namespace fsync {
2359
+ /**
2360
+ * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device.
2361
+ * @param fd A file descriptor.
2362
+ */
2363
+ function __promisify__(fd: number): Promise<void>;
2364
+ }
2365
+ /**
2366
+ * Request that all data for the open file descriptor is flushed to the storage
2367
+ * device. The specific implementation is operating system and device specific.
2368
+ * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. Returns `undefined`.
2369
+ * @since v0.1.96
2370
+ */
2371
+ export function fsyncSync(fd: number): void;
2372
+ /**
2373
+ * Write `buffer` to the file specified by `fd`.
2374
+ *
2375
+ * `offset` determines the part of the buffer to be written, and `length` is
2376
+ * an integer specifying the number of bytes to write.
2377
+ *
2378
+ * `position` refers to the offset from the beginning of the file where this data
2379
+ * should be written. If `typeof position !== 'number'`, the data will be written
2380
+ * at the current position. See [`pwrite(2)`](http://man7.org/linux/man-pages/man2/pwrite.2.html).
2381
+ *
2382
+ * The callback will be given three arguments `(err, bytesWritten, buffer)` where `bytesWritten` specifies how many _bytes_ were written from `buffer`.
2383
+ *
2384
+ * If this method is invoked as its `util.promisify()` ed version, it returns
2385
+ * a promise for an `Object` with `bytesWritten` and `buffer` properties.
2386
+ *
2387
+ * It is unsafe to use `fs.write()` multiple times on the same file without waiting
2388
+ * for the callback. For this scenario, {@link createWriteStream} is
2389
+ * recommended.
2390
+ *
2391
+ * On Linux, positional writes don't work when the file is opened in append mode.
2392
+ * The kernel ignores the position argument and always appends the data to
2393
+ * the end of the file.
2394
+ * @since v0.0.2
2395
+ * @param [offset=0]
2396
+ * @param [length=buffer.byteLength - offset]
2397
+ * @param [position='null']
2398
+ */
2399
+ export function write<TBuffer extends NodeJS.ArrayBufferView>(
2400
+ fd: number,
2401
+ buffer: TBuffer,
2402
+ offset: number | undefined | null,
2403
+ length: number | undefined | null,
2404
+ position: number | undefined | null,
2405
+ callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2406
+ ): void;
2407
+ /**
2408
+ * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2409
+ * @param fd A file descriptor.
2410
+ * @param offset The part of the buffer to be written. If not supplied, defaults to `0`.
2411
+ * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`.
2412
+ */
2413
+ export function write<TBuffer extends NodeJS.ArrayBufferView>(
2414
+ fd: number,
2415
+ buffer: TBuffer,
2416
+ offset: number | undefined | null,
2417
+ length: number | undefined | null,
2418
+ callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2419
+ ): void;
2420
+ /**
2421
+ * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2422
+ * @param fd A file descriptor.
2423
+ * @param offset The part of the buffer to be written. If not supplied, defaults to `0`.
2424
+ */
2425
+ export function write<TBuffer extends NodeJS.ArrayBufferView>(
2426
+ fd: number,
2427
+ buffer: TBuffer,
2428
+ offset: number | undefined | null,
2429
+ callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2430
+ ): void;
2431
+ /**
2432
+ * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2433
+ * @param fd A file descriptor.
2434
+ */
2435
+ export function write<TBuffer extends NodeJS.ArrayBufferView>(
2436
+ fd: number,
2437
+ buffer: TBuffer,
2438
+ callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2439
+ ): void;
2440
+ /**
2441
+ * Asynchronously writes `string` to the file referenced by the supplied file descriptor.
2442
+ * @param fd A file descriptor.
2443
+ * @param string A string to write.
2444
+ * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2445
+ * @param encoding The expected string encoding.
2446
+ */
2447
+ export function write(
2448
+ fd: number,
2449
+ string: string,
2450
+ position: number | undefined | null,
2451
+ encoding: BufferEncoding | undefined | null,
2452
+ callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void,
2453
+ ): void;
2454
+ /**
2455
+ * Asynchronously writes `string` to the file referenced by the supplied file descriptor.
2456
+ * @param fd A file descriptor.
2457
+ * @param string A string to write.
2458
+ * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2459
+ */
2460
+ export function write(
2461
+ fd: number,
2462
+ string: string,
2463
+ position: number | undefined | null,
2464
+ callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void,
2465
+ ): void;
2466
+ /**
2467
+ * Asynchronously writes `string` to the file referenced by the supplied file descriptor.
2468
+ * @param fd A file descriptor.
2469
+ * @param string A string to write.
2470
+ */
2471
+ export function write(
2472
+ fd: number,
2473
+ string: string,
2474
+ callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void,
2475
+ ): void;
2476
+ export namespace write {
2477
+ /**
2478
+ * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2479
+ * @param fd A file descriptor.
2480
+ * @param offset The part of the buffer to be written. If not supplied, defaults to `0`.
2481
+ * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`.
2482
+ * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2483
+ */
2484
+ function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
2485
+ fd: number,
2486
+ buffer?: TBuffer,
2487
+ offset?: number,
2488
+ length?: number,
2489
+ position?: number | null,
2490
+ ): Promise<{
2491
+ bytesWritten: number;
2492
+ buffer: TBuffer;
2493
+ }>;
2494
+ /**
2495
+ * Asynchronously writes `string` to the file referenced by the supplied file descriptor.
2496
+ * @param fd A file descriptor.
2497
+ * @param string A string to write.
2498
+ * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2499
+ * @param encoding The expected string encoding.
2500
+ */
2501
+ function __promisify__(
2502
+ fd: number,
2503
+ string: string,
2504
+ position?: number | null,
2505
+ encoding?: BufferEncoding | null,
2506
+ ): Promise<{
2507
+ bytesWritten: number;
2508
+ buffer: string;
2509
+ }>;
2510
+ }
2511
+ /**
2512
+ * For detailed information, see the documentation of the asynchronous version of
2513
+ * this API: {@link write}.
2514
+ * @since v0.1.21
2515
+ * @param [offset=0]
2516
+ * @param [length=buffer.byteLength - offset]
2517
+ * @param [position='null']
2518
+ * @return The number of bytes written.
2519
+ */
2520
+ export function writeSync(
2521
+ fd: number,
2522
+ buffer: NodeJS.ArrayBufferView,
2523
+ offset?: number | null,
2524
+ length?: number | null,
2525
+ position?: number | null,
2526
+ ): number;
2527
+ /**
2528
+ * Synchronously writes `string` to the file referenced by the supplied file descriptor, returning the number of bytes written.
2529
+ * @param fd A file descriptor.
2530
+ * @param string A string to write.
2531
+ * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2532
+ * @param encoding The expected string encoding.
2533
+ */
2534
+ export function writeSync(
2535
+ fd: number,
2536
+ string: string,
2537
+ position?: number | null,
2538
+ encoding?: BufferEncoding | null,
2539
+ ): number;
2540
+ export type ReadPosition = number | bigint;
2541
+ export interface ReadSyncOptions {
2542
+ /**
2543
+ * @default 0
2544
+ */
2545
+ offset?: number | undefined;
2546
+ /**
2547
+ * @default `length of buffer`
2548
+ */
2549
+ length?: number | undefined;
2550
+ /**
2551
+ * @default null
2552
+ */
2553
+ position?: ReadPosition | null | undefined;
2554
+ }
2555
+ export interface ReadAsyncOptions<TBuffer extends NodeJS.ArrayBufferView> extends ReadSyncOptions {
2556
+ buffer?: TBuffer;
2557
+ }
2558
+ /**
2559
+ * Read data from the file specified by `fd`.
2560
+ *
2561
+ * The callback is given the three arguments, `(err, bytesRead, buffer)`.
2562
+ *
2563
+ * If the file is not modified concurrently, the end-of-file is reached when the
2564
+ * number of bytes read is zero.
2565
+ *
2566
+ * If this method is invoked as its `util.promisify()` ed version, it returns
2567
+ * a promise for an `Object` with `bytesRead` and `buffer` properties.
2568
+ * @since v0.0.2
2569
+ * @param buffer The buffer that the data will be written to.
2570
+ * @param offset The position in `buffer` to write the data to.
2571
+ * @param length The number of bytes to read.
2572
+ * @param position Specifies where to begin reading from in the file. If `position` is `null` or `-1 `, data will be read from the current file position, and the file position will be updated. If
2573
+ * `position` is an integer, the file position will be unchanged.
2574
+ */
2575
+ export function read<TBuffer extends NodeJS.ArrayBufferView>(
2576
+ fd: number,
2577
+ buffer: TBuffer,
2578
+ offset: number,
2579
+ length: number,
2580
+ position: ReadPosition | null,
2581
+ callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void,
2582
+ ): void;
2583
+ /**
2584
+ * Similar to the above `fs.read` function, this version takes an optional `options` object.
2585
+ * If not otherwise specified in an `options` object,
2586
+ * `buffer` defaults to `Buffer.alloc(16384)`,
2587
+ * `offset` defaults to `0`,
2588
+ * `length` defaults to `buffer.byteLength`, `- offset` as of Node 17.6.0
2589
+ * `position` defaults to `null`
2590
+ * @since v12.17.0, 13.11.0
2591
+ */
2592
+ export function read<TBuffer extends NodeJS.ArrayBufferView>(
2593
+ fd: number,
2594
+ options: ReadAsyncOptions<TBuffer>,
2595
+ callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void,
2596
+ ): void;
2597
+ export function read(
2598
+ fd: number,
2599
+ callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: NodeJS.ArrayBufferView) => void,
2600
+ ): void;
2601
+ export namespace read {
2602
+ /**
2603
+ * @param fd A file descriptor.
2604
+ * @param buffer The buffer that the data will be written to.
2605
+ * @param offset The offset in the buffer at which to start writing.
2606
+ * @param length The number of bytes to read.
2607
+ * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position.
2608
+ */
2609
+ function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
2610
+ fd: number,
2611
+ buffer: TBuffer,
2612
+ offset: number,
2613
+ length: number,
2614
+ position: number | null,
2615
+ ): Promise<{
2616
+ bytesRead: number;
2617
+ buffer: TBuffer;
2618
+ }>;
2619
+ function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
2620
+ fd: number,
2621
+ options: ReadAsyncOptions<TBuffer>,
2622
+ ): Promise<{
2623
+ bytesRead: number;
2624
+ buffer: TBuffer;
2625
+ }>;
2626
+ function __promisify__(fd: number): Promise<{
2627
+ bytesRead: number;
2628
+ buffer: NodeJS.ArrayBufferView;
2629
+ }>;
2630
+ }
2631
+ /**
2632
+ * Returns the number of `bytesRead`.
2633
+ *
2634
+ * For detailed information, see the documentation of the asynchronous version of
2635
+ * this API: {@link read}.
2636
+ * @since v0.1.21
2637
+ * @param [position='null']
2638
+ */
2639
+ export function readSync(
2640
+ fd: number,
2641
+ buffer: NodeJS.ArrayBufferView,
2642
+ offset: number,
2643
+ length: number,
2644
+ position: ReadPosition | null,
2645
+ ): number;
2646
+ /**
2647
+ * Similar to the above `fs.readSync` function, this version takes an optional `options` object.
2648
+ * If no `options` object is specified, it will default with the above values.
2649
+ */
2650
+ export function readSync(fd: number, buffer: NodeJS.ArrayBufferView, opts?: ReadSyncOptions): number;
2651
+ /**
2652
+ * Asynchronously reads the entire contents of a file.
2653
+ *
2654
+ * ```js
2655
+ * import { readFile } from 'node:fs';
2656
+ *
2657
+ * readFile('/etc/passwd', (err, data) => {
2658
+ * if (err) throw err;
2659
+ * console.log(data);
2660
+ * });
2661
+ * ```
2662
+ *
2663
+ * The callback is passed two arguments `(err, data)`, where `data` is the
2664
+ * contents of the file.
2665
+ *
2666
+ * If no encoding is specified, then the raw buffer is returned.
2667
+ *
2668
+ * If `options` is a string, then it specifies the encoding:
2669
+ *
2670
+ * ```js
2671
+ * import { readFile } from 'node:fs';
2672
+ *
2673
+ * readFile('/etc/passwd', 'utf8', callback);
2674
+ * ```
2675
+ *
2676
+ * When the path is a directory, the behavior of `fs.readFile()` and {@link readFileSync} is platform-specific. On macOS, Linux, and Windows, an
2677
+ * error will be returned. On FreeBSD, a representation of the directory's contents
2678
+ * will be returned.
2679
+ *
2680
+ * ```js
2681
+ * import { readFile } from 'node:fs';
2682
+ *
2683
+ * // macOS, Linux, and Windows
2684
+ * readFile('<directory>', (err, data) => {
2685
+ * // => [Error: EISDIR: illegal operation on a directory, read <directory>]
2686
+ * });
2687
+ *
2688
+ * // FreeBSD
2689
+ * readFile('<directory>', (err, data) => {
2690
+ * // => null, <data>
2691
+ * });
2692
+ * ```
2693
+ *
2694
+ * It is possible to abort an ongoing request using an `AbortSignal`. If a
2695
+ * request is aborted the callback is called with an `AbortError`:
2696
+ *
2697
+ * ```js
2698
+ * import { readFile } from 'node:fs';
2699
+ *
2700
+ * const controller = new AbortController();
2701
+ * const signal = controller.signal;
2702
+ * readFile(fileInfo[0].name, { signal }, (err, buf) => {
2703
+ * // ...
2704
+ * });
2705
+ * // When you want to abort the request
2706
+ * controller.abort();
2707
+ * ```
2708
+ *
2709
+ * The `fs.readFile()` function buffers the entire file. To minimize memory costs,
2710
+ * when possible prefer streaming via `fs.createReadStream()`.
2711
+ *
2712
+ * Aborting an ongoing request does not abort individual operating
2713
+ * system requests but rather the internal buffering `fs.readFile` performs.
2714
+ * @since v0.1.29
2715
+ * @param path filename or file descriptor
2716
+ */
2717
+ export function readFile(
2718
+ path: PathOrFileDescriptor,
2719
+ options:
2720
+ | ({
2721
+ encoding?: null | undefined;
2722
+ flag?: string | undefined;
2723
+ } & Abortable)
2724
+ | undefined
2725
+ | null,
2726
+ callback: (err: NodeJS.ErrnoException | null, data: Buffer) => void,
2727
+ ): void;
2728
+ /**
2729
+ * Asynchronously reads the entire contents of a file.
2730
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2731
+ * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
2732
+ * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
2733
+ * If a flag is not provided, it defaults to `'r'`.
2734
+ */
2735
+ export function readFile(
2736
+ path: PathOrFileDescriptor,
2737
+ options:
2738
+ | ({
2739
+ encoding: BufferEncoding;
2740
+ flag?: string | undefined;
2741
+ } & Abortable)
2742
+ | BufferEncoding,
2743
+ callback: (err: NodeJS.ErrnoException | null, data: string) => void,
2744
+ ): void;
2745
+ /**
2746
+ * Asynchronously reads the entire contents of a file.
2747
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2748
+ * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
2749
+ * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
2750
+ * If a flag is not provided, it defaults to `'r'`.
2751
+ */
2752
+ export function readFile(
2753
+ path: PathOrFileDescriptor,
2754
+ options:
2755
+ | (ObjectEncodingOptions & {
2756
+ flag?: string | undefined;
2757
+ } & Abortable)
2758
+ | BufferEncoding
2759
+ | undefined
2760
+ | null,
2761
+ callback: (err: NodeJS.ErrnoException | null, data: string | Buffer) => void,
2762
+ ): void;
2763
+ /**
2764
+ * Asynchronously reads the entire contents of a file.
2765
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2766
+ * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
2767
+ */
2768
+ export function readFile(
2769
+ path: PathOrFileDescriptor,
2770
+ callback: (err: NodeJS.ErrnoException | null, data: Buffer) => void,
2771
+ ): void;
2772
+ export namespace readFile {
2773
+ /**
2774
+ * Asynchronously reads the entire contents of a file.
2775
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2776
+ * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
2777
+ * @param options An object that may contain an optional flag.
2778
+ * If a flag is not provided, it defaults to `'r'`.
2779
+ */
2780
+ function __promisify__(
2781
+ path: PathOrFileDescriptor,
2782
+ options?: {
2783
+ encoding?: null | undefined;
2784
+ flag?: string | undefined;
2785
+ } | null,
2786
+ ): Promise<Buffer>;
2787
+ /**
2788
+ * Asynchronously reads the entire contents of a file.
2789
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2790
+ * URL support is _experimental_.
2791
+ * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
2792
+ * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
2793
+ * If a flag is not provided, it defaults to `'r'`.
2794
+ */
2795
+ function __promisify__(
2796
+ path: PathOrFileDescriptor,
2797
+ options:
2798
+ | {
2799
+ encoding: BufferEncoding;
2800
+ flag?: string | undefined;
2801
+ }
2802
+ | BufferEncoding,
2803
+ ): Promise<string>;
2804
+ /**
2805
+ * Asynchronously reads the entire contents of a file.
2806
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2807
+ * URL support is _experimental_.
2808
+ * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
2809
+ * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
2810
+ * If a flag is not provided, it defaults to `'r'`.
2811
+ */
2812
+ function __promisify__(
2813
+ path: PathOrFileDescriptor,
2814
+ options?:
2815
+ | (ObjectEncodingOptions & {
2816
+ flag?: string | undefined;
2817
+ })
2818
+ | BufferEncoding
2819
+ | null,
2820
+ ): Promise<string | Buffer>;
2821
+ }
2822
+ /**
2823
+ * Returns the contents of the `path`.
2824
+ *
2825
+ * For detailed information, see the documentation of the asynchronous version of
2826
+ * this API: {@link readFile}.
2827
+ *
2828
+ * If the `encoding` option is specified then this function returns a
2829
+ * string. Otherwise it returns a buffer.
2830
+ *
2831
+ * Similar to {@link readFile}, when the path is a directory, the behavior of `fs.readFileSync()` is platform-specific.
2832
+ *
2833
+ * ```js
2834
+ * import { readFileSync } from 'node:fs';
2835
+ *
2836
+ * // macOS, Linux, and Windows
2837
+ * readFileSync('<directory>');
2838
+ * // => [Error: EISDIR: illegal operation on a directory, read <directory>]
2839
+ *
2840
+ * // FreeBSD
2841
+ * readFileSync('<directory>'); // => <data>
2842
+ * ```
2843
+ * @since v0.1.8
2844
+ * @param path filename or file descriptor
2845
+ */
2846
+ export function readFileSync(
2847
+ path: PathOrFileDescriptor,
2848
+ options?: {
2849
+ encoding?: null | undefined;
2850
+ flag?: string | undefined;
2851
+ } | null,
2852
+ ): Buffer;
2853
+ /**
2854
+ * Synchronously reads the entire contents of a file.
2855
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2856
+ * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
2857
+ * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
2858
+ * If a flag is not provided, it defaults to `'r'`.
2859
+ */
2860
+ export function readFileSync(
2861
+ path: PathOrFileDescriptor,
2862
+ options:
2863
+ | {
2864
+ encoding: BufferEncoding;
2865
+ flag?: string | undefined;
2866
+ }
2867
+ | BufferEncoding,
2868
+ ): string;
2869
+ /**
2870
+ * Synchronously reads the entire contents of a file.
2871
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2872
+ * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
2873
+ * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
2874
+ * If a flag is not provided, it defaults to `'r'`.
2875
+ */
2876
+ export function readFileSync(
2877
+ path: PathOrFileDescriptor,
2878
+ options?:
2879
+ | (ObjectEncodingOptions & {
2880
+ flag?: string | undefined;
2881
+ })
2882
+ | BufferEncoding
2883
+ | null,
2884
+ ): string | Buffer;
2885
+ export type WriteFileOptions =
2886
+ | (
2887
+ & ObjectEncodingOptions
2888
+ & Abortable
2889
+ & {
2890
+ mode?: Mode | undefined;
2891
+ flag?: string | undefined;
2892
+ flush?: boolean | undefined;
2893
+ }
2894
+ )
2895
+ | BufferEncoding
2896
+ | null;
2897
+ /**
2898
+ * When `file` is a filename, asynchronously writes data to the file, replacing the
2899
+ * file if it already exists. `data` can be a string or a buffer.
2900
+ *
2901
+ * When `file` is a file descriptor, the behavior is similar to calling `fs.write()` directly (which is recommended). See the notes below on using
2902
+ * a file descriptor.
2903
+ *
2904
+ * The `encoding` option is ignored if `data` is a buffer.
2905
+ *
2906
+ * The `mode` option only affects the newly created file. See {@link open} for more details.
2907
+ *
2908
+ * ```js
2909
+ * import { writeFile } from 'node:fs';
2910
+ * import { Buffer } from 'node:buffer';
2911
+ *
2912
+ * const data = new Uint8Array(Buffer.from('Hello Node.js'));
2913
+ * writeFile('message.txt', data, (err) => {
2914
+ * if (err) throw err;
2915
+ * console.log('The file has been saved!');
2916
+ * });
2917
+ * ```
2918
+ *
2919
+ * If `options` is a string, then it specifies the encoding:
2920
+ *
2921
+ * ```js
2922
+ * import { writeFile } from 'node:fs';
2923
+ *
2924
+ * writeFile('message.txt', 'Hello Node.js', 'utf8', callback);
2925
+ * ```
2926
+ *
2927
+ * It is unsafe to use `fs.writeFile()` multiple times on the same file without
2928
+ * waiting for the callback. For this scenario, {@link createWriteStream} is
2929
+ * recommended.
2930
+ *
2931
+ * Similarly to `fs.readFile` \- `fs.writeFile` is a convenience method that
2932
+ * performs multiple `write` calls internally to write the buffer passed to it.
2933
+ * For performance sensitive code consider using {@link createWriteStream}.
2934
+ *
2935
+ * It is possible to use an `AbortSignal` to cancel an `fs.writeFile()`.
2936
+ * Cancelation is "best effort", and some amount of data is likely still
2937
+ * to be written.
2938
+ *
2939
+ * ```js
2940
+ * import { writeFile } from 'node:fs';
2941
+ * import { Buffer } from 'node:buffer';
2942
+ *
2943
+ * const controller = new AbortController();
2944
+ * const { signal } = controller;
2945
+ * const data = new Uint8Array(Buffer.from('Hello Node.js'));
2946
+ * writeFile('message.txt', data, { signal }, (err) => {
2947
+ * // When a request is aborted - the callback is called with an AbortError
2948
+ * });
2949
+ * // When the request should be aborted
2950
+ * controller.abort();
2951
+ * ```
2952
+ *
2953
+ * Aborting an ongoing request does not abort individual operating
2954
+ * system requests but rather the internal buffering `fs.writeFile` performs.
2955
+ * @since v0.1.29
2956
+ * @param file filename or file descriptor
2957
+ */
2958
+ export function writeFile(
2959
+ file: PathOrFileDescriptor,
2960
+ data: string | NodeJS.ArrayBufferView,
2961
+ options: WriteFileOptions,
2962
+ callback: NoParamCallback,
2963
+ ): void;
2964
+ /**
2965
+ * Asynchronously writes data to a file, replacing the file if it already exists.
2966
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2967
+ * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
2968
+ * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string.
2969
+ */
2970
+ export function writeFile(
2971
+ path: PathOrFileDescriptor,
2972
+ data: string | NodeJS.ArrayBufferView,
2973
+ callback: NoParamCallback,
2974
+ ): void;
2975
+ export namespace writeFile {
2976
+ /**
2977
+ * Asynchronously writes data to a file, replacing the file if it already exists.
2978
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2979
+ * URL support is _experimental_.
2980
+ * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
2981
+ * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string.
2982
+ * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag.
2983
+ * If `encoding` is not supplied, the default of `'utf8'` is used.
2984
+ * If `mode` is not supplied, the default of `0o666` is used.
2985
+ * If `mode` is a string, it is parsed as an octal integer.
2986
+ * If `flag` is not supplied, the default of `'w'` is used.
2987
+ */
2988
+ function __promisify__(
2989
+ path: PathOrFileDescriptor,
2990
+ data: string | NodeJS.ArrayBufferView,
2991
+ options?: WriteFileOptions,
2992
+ ): Promise<void>;
2993
+ }
2994
+ /**
2995
+ * Returns `undefined`.
2996
+ *
2997
+ * The `mode` option only affects the newly created file. See {@link open} for more details.
2998
+ *
2999
+ * For detailed information, see the documentation of the asynchronous version of
3000
+ * this API: {@link writeFile}.
3001
+ * @since v0.1.29
3002
+ * @param file filename or file descriptor
3003
+ */
3004
+ export function writeFileSync(
3005
+ file: PathOrFileDescriptor,
3006
+ data: string | NodeJS.ArrayBufferView,
3007
+ options?: WriteFileOptions,
3008
+ ): void;
3009
+ /**
3010
+ * Asynchronously append data to a file, creating the file if it does not yet
3011
+ * exist. `data` can be a string or a `Buffer`.
3012
+ *
3013
+ * The `mode` option only affects the newly created file. See {@link open} for more details.
3014
+ *
3015
+ * ```js
3016
+ * import { appendFile } from 'node:fs';
3017
+ *
3018
+ * appendFile('message.txt', 'data to append', (err) => {
3019
+ * if (err) throw err;
3020
+ * console.log('The "data to append" was appended to file!');
3021
+ * });
3022
+ * ```
3023
+ *
3024
+ * If `options` is a string, then it specifies the encoding:
3025
+ *
3026
+ * ```js
3027
+ * import { appendFile } from 'node:fs';
3028
+ *
3029
+ * appendFile('message.txt', 'data to append', 'utf8', callback);
3030
+ * ```
3031
+ *
3032
+ * The `path` may be specified as a numeric file descriptor that has been opened
3033
+ * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will
3034
+ * not be closed automatically.
3035
+ *
3036
+ * ```js
3037
+ * import { open, close, appendFile } from 'node:fs';
3038
+ *
3039
+ * function closeFd(fd) {
3040
+ * close(fd, (err) => {
3041
+ * if (err) throw err;
3042
+ * });
3043
+ * }
3044
+ *
3045
+ * open('message.txt', 'a', (err, fd) => {
3046
+ * if (err) throw err;
3047
+ *
3048
+ * try {
3049
+ * appendFile(fd, 'data to append', 'utf8', (err) => {
3050
+ * closeFd(fd);
3051
+ * if (err) throw err;
3052
+ * });
3053
+ * } catch (err) {
3054
+ * closeFd(fd);
3055
+ * throw err;
3056
+ * }
3057
+ * });
3058
+ * ```
3059
+ * @since v0.6.7
3060
+ * @param path filename or file descriptor
3061
+ */
3062
+ export function appendFile(
3063
+ path: PathOrFileDescriptor,
3064
+ data: string | Uint8Array,
3065
+ options: WriteFileOptions,
3066
+ callback: NoParamCallback,
3067
+ ): void;
3068
+ /**
3069
+ * Asynchronously append data to a file, creating the file if it does not exist.
3070
+ * @param file A path to a file. If a URL is provided, it must use the `file:` protocol.
3071
+ * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3072
+ * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string.
3073
+ */
3074
+ export function appendFile(file: PathOrFileDescriptor, data: string | Uint8Array, callback: NoParamCallback): void;
3075
+ export namespace appendFile {
3076
+ /**
3077
+ * Asynchronously append data to a file, creating the file if it does not exist.
3078
+ * @param file A path to a file. If a URL is provided, it must use the `file:` protocol.
3079
+ * URL support is _experimental_.
3080
+ * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3081
+ * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string.
3082
+ * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag.
3083
+ * If `encoding` is not supplied, the default of `'utf8'` is used.
3084
+ * If `mode` is not supplied, the default of `0o666` is used.
3085
+ * If `mode` is a string, it is parsed as an octal integer.
3086
+ * If `flag` is not supplied, the default of `'a'` is used.
3087
+ */
3088
+ function __promisify__(
3089
+ file: PathOrFileDescriptor,
3090
+ data: string | Uint8Array,
3091
+ options?: WriteFileOptions,
3092
+ ): Promise<void>;
3093
+ }
3094
+ /**
3095
+ * Synchronously append data to a file, creating the file if it does not yet
3096
+ * exist. `data` can be a string or a `Buffer`.
3097
+ *
3098
+ * The `mode` option only affects the newly created file. See {@link open} for more details.
3099
+ *
3100
+ * ```js
3101
+ * import { appendFileSync } from 'node:fs';
3102
+ *
3103
+ * try {
3104
+ * appendFileSync('message.txt', 'data to append');
3105
+ * console.log('The "data to append" was appended to file!');
3106
+ * } catch (err) {
3107
+ * // Handle the error
3108
+ * }
3109
+ * ```
3110
+ *
3111
+ * If `options` is a string, then it specifies the encoding:
3112
+ *
3113
+ * ```js
3114
+ * import { appendFileSync } from 'node:fs';
3115
+ *
3116
+ * appendFileSync('message.txt', 'data to append', 'utf8');
3117
+ * ```
3118
+ *
3119
+ * The `path` may be specified as a numeric file descriptor that has been opened
3120
+ * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will
3121
+ * not be closed automatically.
3122
+ *
3123
+ * ```js
3124
+ * import { openSync, closeSync, appendFileSync } from 'node:fs';
3125
+ *
3126
+ * let fd;
3127
+ *
3128
+ * try {
3129
+ * fd = openSync('message.txt', 'a');
3130
+ * appendFileSync(fd, 'data to append', 'utf8');
3131
+ * } catch (err) {
3132
+ * // Handle the error
3133
+ * } finally {
3134
+ * if (fd !== undefined)
3135
+ * closeSync(fd);
3136
+ * }
3137
+ * ```
3138
+ * @since v0.6.7
3139
+ * @param path filename or file descriptor
3140
+ */
3141
+ export function appendFileSync(
3142
+ path: PathOrFileDescriptor,
3143
+ data: string | Uint8Array,
3144
+ options?: WriteFileOptions,
3145
+ ): void;
3146
+ /**
3147
+ * Watch for changes on `filename`. The callback `listener` will be called each
3148
+ * time the file is accessed.
3149
+ *
3150
+ * The `options` argument may be omitted. If provided, it should be an object. The `options` object may contain a boolean named `persistent` that indicates
3151
+ * whether the process should continue to run as long as files are being watched.
3152
+ * The `options` object may specify an `interval` property indicating how often the
3153
+ * target should be polled in milliseconds.
3154
+ *
3155
+ * The `listener` gets two arguments the current stat object and the previous
3156
+ * stat object:
3157
+ *
3158
+ * ```js
3159
+ * import { watchFile } from 'node:fs';
3160
+ *
3161
+ * watchFile('message.text', (curr, prev) => {
3162
+ * console.log(`the current mtime is: ${curr.mtime}`);
3163
+ * console.log(`the previous mtime was: ${prev.mtime}`);
3164
+ * });
3165
+ * ```
3166
+ *
3167
+ * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`,
3168
+ * the numeric values in these objects are specified as `BigInt`s.
3169
+ *
3170
+ * To be notified when the file was modified, not just accessed, it is necessary
3171
+ * to compare `curr.mtimeMs` and `prev.mtimeMs`.
3172
+ *
3173
+ * When an `fs.watchFile` operation results in an `ENOENT` error, it
3174
+ * will invoke the listener once, with all the fields zeroed (or, for dates, the
3175
+ * Unix Epoch). If the file is created later on, the listener will be called
3176
+ * again, with the latest stat objects. This is a change in functionality since
3177
+ * v0.10.
3178
+ *
3179
+ * Using {@link watch} is more efficient than `fs.watchFile` and `fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and `fs.unwatchFile` when possible.
3180
+ *
3181
+ * When a file being watched by `fs.watchFile()` disappears and reappears,
3182
+ * then the contents of `previous` in the second callback event (the file's
3183
+ * reappearance) will be the same as the contents of `previous` in the first
3184
+ * callback event (its disappearance).
3185
+ *
3186
+ * This happens when:
3187
+ *
3188
+ * * the file is deleted, followed by a restore
3189
+ * * the file is renamed and then renamed a second time back to its original name
3190
+ * @since v0.1.31
3191
+ */
3192
+ export interface WatchFileOptions {
3193
+ bigint?: boolean | undefined;
3194
+ persistent?: boolean | undefined;
3195
+ interval?: number | undefined;
3196
+ }
3197
+ /**
3198
+ * Watch for changes on `filename`. The callback `listener` will be called each
3199
+ * time the file is accessed.
3200
+ *
3201
+ * The `options` argument may be omitted. If provided, it should be an object. The `options` object may contain a boolean named `persistent` that indicates
3202
+ * whether the process should continue to run as long as files are being watched.
3203
+ * The `options` object may specify an `interval` property indicating how often the
3204
+ * target should be polled in milliseconds.
3205
+ *
3206
+ * The `listener` gets two arguments the current stat object and the previous
3207
+ * stat object:
3208
+ *
3209
+ * ```js
3210
+ * import { watchFile } from 'node:fs';
3211
+ *
3212
+ * watchFile('message.text', (curr, prev) => {
3213
+ * console.log(`the current mtime is: ${curr.mtime}`);
3214
+ * console.log(`the previous mtime was: ${prev.mtime}`);
3215
+ * });
3216
+ * ```
3217
+ *
3218
+ * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`,
3219
+ * the numeric values in these objects are specified as `BigInt`s.
3220
+ *
3221
+ * To be notified when the file was modified, not just accessed, it is necessary
3222
+ * to compare `curr.mtimeMs` and `prev.mtimeMs`.
3223
+ *
3224
+ * When an `fs.watchFile` operation results in an `ENOENT` error, it
3225
+ * will invoke the listener once, with all the fields zeroed (or, for dates, the
3226
+ * Unix Epoch). If the file is created later on, the listener will be called
3227
+ * again, with the latest stat objects. This is a change in functionality since
3228
+ * v0.10.
3229
+ *
3230
+ * Using {@link watch} is more efficient than `fs.watchFile` and `fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and `fs.unwatchFile` when possible.
3231
+ *
3232
+ * When a file being watched by `fs.watchFile()` disappears and reappears,
3233
+ * then the contents of `previous` in the second callback event (the file's
3234
+ * reappearance) will be the same as the contents of `previous` in the first
3235
+ * callback event (its disappearance).
3236
+ *
3237
+ * This happens when:
3238
+ *
3239
+ * * the file is deleted, followed by a restore
3240
+ * * the file is renamed and then renamed a second time back to its original name
3241
+ * @since v0.1.31
3242
+ */
3243
+ export function watchFile(
3244
+ filename: PathLike,
3245
+ options:
3246
+ | (WatchFileOptions & {
3247
+ bigint?: false | undefined;
3248
+ })
3249
+ | undefined,
3250
+ listener: StatsListener,
3251
+ ): StatWatcher;
3252
+ export function watchFile(
3253
+ filename: PathLike,
3254
+ options:
3255
+ | (WatchFileOptions & {
3256
+ bigint: true;
3257
+ })
3258
+ | undefined,
3259
+ listener: BigIntStatsListener,
3260
+ ): StatWatcher;
3261
+ /**
3262
+ * Watch for changes on `filename`. The callback `listener` will be called each time the file is accessed.
3263
+ * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
3264
+ */
3265
+ export function watchFile(filename: PathLike, listener: StatsListener): StatWatcher;
3266
+ /**
3267
+ * Stop watching for changes on `filename`. If `listener` is specified, only that
3268
+ * particular listener is removed. Otherwise, _all_ listeners are removed,
3269
+ * effectively stopping watching of `filename`.
3270
+ *
3271
+ * Calling `fs.unwatchFile()` with a filename that is not being watched is a
3272
+ * no-op, not an error.
3273
+ *
3274
+ * Using {@link watch} is more efficient than `fs.watchFile()` and `fs.unwatchFile()`. `fs.watch()` should be used instead of `fs.watchFile()` and `fs.unwatchFile()` when possible.
3275
+ * @since v0.1.31
3276
+ * @param listener Optional, a listener previously attached using `fs.watchFile()`
3277
+ */
3278
+ export function unwatchFile(filename: PathLike, listener?: StatsListener): void;
3279
+ export function unwatchFile(filename: PathLike, listener?: BigIntStatsListener): void;
3280
+ export interface WatchOptions extends Abortable {
3281
+ encoding?: BufferEncoding | "buffer" | undefined;
3282
+ persistent?: boolean | undefined;
3283
+ recursive?: boolean | undefined;
3284
+ }
3285
+ export type WatchEventType = "rename" | "change";
3286
+ export type WatchListener<T> = (event: WatchEventType, filename: T | null) => void;
3287
+ export type StatsListener = (curr: Stats, prev: Stats) => void;
3288
+ export type BigIntStatsListener = (curr: BigIntStats, prev: BigIntStats) => void;
3289
+ /**
3290
+ * Watch for changes on `filename`, where `filename` is either a file or a
3291
+ * directory.
3292
+ *
3293
+ * The second argument is optional. If `options` is provided as a string, it
3294
+ * specifies the `encoding`. Otherwise `options` should be passed as an object.
3295
+ *
3296
+ * The listener callback gets two arguments `(eventType, filename)`. `eventType`is either `'rename'` or `'change'`, and `filename` is the name of the file
3297
+ * which triggered the event.
3298
+ *
3299
+ * On most platforms, `'rename'` is emitted whenever a filename appears or
3300
+ * disappears in the directory.
3301
+ *
3302
+ * The listener callback is attached to the `'change'` event fired by `fs.FSWatcher`, but it is not the same thing as the `'change'` value of `eventType`.
3303
+ *
3304
+ * If a `signal` is passed, aborting the corresponding AbortController will close
3305
+ * the returned `fs.FSWatcher`.
3306
+ * @since v0.5.10
3307
+ * @param listener
3308
+ */
3309
+ export function watch(
3310
+ filename: PathLike,
3311
+ options:
3312
+ | (WatchOptions & {
3313
+ encoding: "buffer";
3314
+ })
3315
+ | "buffer",
3316
+ listener?: WatchListener<Buffer>,
3317
+ ): FSWatcher;
3318
+ /**
3319
+ * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`.
3320
+ * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
3321
+ * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options.
3322
+ * If `encoding` is not supplied, the default of `'utf8'` is used.
3323
+ * If `persistent` is not supplied, the default of `true` is used.
3324
+ * If `recursive` is not supplied, the default of `false` is used.
3325
+ */
3326
+ export function watch(
3327
+ filename: PathLike,
3328
+ options?: WatchOptions | BufferEncoding | null,
3329
+ listener?: WatchListener<string>,
3330
+ ): FSWatcher;
3331
+ /**
3332
+ * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`.
3333
+ * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
3334
+ * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options.
3335
+ * If `encoding` is not supplied, the default of `'utf8'` is used.
3336
+ * If `persistent` is not supplied, the default of `true` is used.
3337
+ * If `recursive` is not supplied, the default of `false` is used.
3338
+ */
3339
+ export function watch(
3340
+ filename: PathLike,
3341
+ options: WatchOptions | string,
3342
+ listener?: WatchListener<string | Buffer>,
3343
+ ): FSWatcher;
3344
+ /**
3345
+ * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`.
3346
+ * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
3347
+ */
3348
+ export function watch(filename: PathLike, listener?: WatchListener<string>): FSWatcher;
3349
+ /**
3350
+ * Test whether or not the given path exists by checking with the file system.
3351
+ * Then call the `callback` argument with either true or false:
3352
+ *
3353
+ * ```js
3354
+ * import { exists } from 'node:fs';
3355
+ *
3356
+ * exists('/etc/passwd', (e) => {
3357
+ * console.log(e ? 'it exists' : 'no passwd!');
3358
+ * });
3359
+ * ```
3360
+ *
3361
+ * **The parameters for this callback are not consistent with other Node.js**
3362
+ * **callbacks.** Normally, the first parameter to a Node.js callback is an `err` parameter, optionally followed by other parameters. The `fs.exists()` callback
3363
+ * has only one boolean parameter. This is one reason `fs.access()` is recommended
3364
+ * instead of `fs.exists()`.
3365
+ *
3366
+ * Using `fs.exists()` to check for the existence of a file before calling `fs.open()`, `fs.readFile()`, or `fs.writeFile()` is not recommended. Doing
3367
+ * so introduces a race condition, since other processes may change the file's
3368
+ * state between the two calls. Instead, user code should open/read/write the
3369
+ * file directly and handle the error raised if the file does not exist.
3370
+ *
3371
+ * **write (NOT RECOMMENDED)**
3372
+ *
3373
+ * ```js
3374
+ * import { exists, open, close } from 'node:fs';
3375
+ *
3376
+ * exists('myfile', (e) => {
3377
+ * if (e) {
3378
+ * console.error('myfile already exists');
3379
+ * } else {
3380
+ * open('myfile', 'wx', (err, fd) => {
3381
+ * if (err) throw err;
3382
+ *
3383
+ * try {
3384
+ * writeMyData(fd);
3385
+ * } finally {
3386
+ * close(fd, (err) => {
3387
+ * if (err) throw err;
3388
+ * });
3389
+ * }
3390
+ * });
3391
+ * }
3392
+ * });
3393
+ * ```
3394
+ *
3395
+ * **write (RECOMMENDED)**
3396
+ *
3397
+ * ```js
3398
+ * import { open, close } from 'node:fs';
3399
+ * open('myfile', 'wx', (err, fd) => {
3400
+ * if (err) {
3401
+ * if (err.code === 'EEXIST') {
3402
+ * console.error('myfile already exists');
3403
+ * return;
3404
+ * }
3405
+ *
3406
+ * throw err;
3407
+ * }
3408
+ *
3409
+ * try {
3410
+ * writeMyData(fd);
3411
+ * } finally {
3412
+ * close(fd, (err) => {
3413
+ * if (err) throw err;
3414
+ * });
3415
+ * }
3416
+ * });
3417
+ * ```
3418
+ *
3419
+ * **read (NOT RECOMMENDED)**
3420
+ *
3421
+ * ```js
3422
+ * import { open, close, exists } from 'node:fs';
3423
+ *
3424
+ * exists('myfile', (e) => {
3425
+ * if (e) {
3426
+ * open('myfile', 'r', (err, fd) => {
3427
+ * if (err) throw err;
3428
+ *
3429
+ * try {
3430
+ * readMyData(fd);
3431
+ * } finally {
3432
+ * close(fd, (err) => {
3433
+ * if (err) throw err;
3434
+ * });
3435
+ * }
3436
+ * });
3437
+ * } else {
3438
+ * console.error('myfile does not exist');
3439
+ * }
3440
+ * });
3441
+ * ```
3442
+ *
3443
+ * **read (RECOMMENDED)**
3444
+ *
3445
+ * ```js
3446
+ * import { open, close } from 'node:fs';
3447
+ *
3448
+ * open('myfile', 'r', (err, fd) => {
3449
+ * if (err) {
3450
+ * if (err.code === 'ENOENT') {
3451
+ * console.error('myfile does not exist');
3452
+ * return;
3453
+ * }
3454
+ *
3455
+ * throw err;
3456
+ * }
3457
+ *
3458
+ * try {
3459
+ * readMyData(fd);
3460
+ * } finally {
3461
+ * close(fd, (err) => {
3462
+ * if (err) throw err;
3463
+ * });
3464
+ * }
3465
+ * });
3466
+ * ```
3467
+ *
3468
+ * The "not recommended" examples above check for existence and then use the
3469
+ * file; the "recommended" examples are better because they use the file directly
3470
+ * and handle the error, if any.
3471
+ *
3472
+ * In general, check for the existence of a file only if the file won't be
3473
+ * used directly, for example when its existence is a signal from another
3474
+ * process.
3475
+ * @since v0.0.2
3476
+ * @deprecated Since v1.0.0 - Use {@link stat} or {@link access} instead.
3477
+ */
3478
+ export function exists(path: PathLike, callback: (exists: boolean) => void): void;
3479
+ /** @deprecated */
3480
+ export namespace exists {
3481
+ /**
3482
+ * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
3483
+ * URL support is _experimental_.
3484
+ */
3485
+ function __promisify__(path: PathLike): Promise<boolean>;
3486
+ }
3487
+ /**
3488
+ * Returns `true` if the path exists, `false` otherwise.
3489
+ *
3490
+ * For detailed information, see the documentation of the asynchronous version of
3491
+ * this API: {@link exists}.
3492
+ *
3493
+ * `fs.exists()` is deprecated, but `fs.existsSync()` is not. The `callback` parameter to `fs.exists()` accepts parameters that are inconsistent with other
3494
+ * Node.js callbacks. `fs.existsSync()` does not use a callback.
3495
+ *
3496
+ * ```js
3497
+ * import { existsSync } from 'node:fs';
3498
+ *
3499
+ * if (existsSync('/etc/passwd'))
3500
+ * console.log('The path exists.');
3501
+ * ```
3502
+ * @since v0.1.21
3503
+ */
3504
+ export function existsSync(path: PathLike): boolean;
3505
+ export namespace constants {
3506
+ // File Access Constants
3507
+ /** Constant for fs.access(). File is visible to the calling process. */
3508
+ const F_OK: number;
3509
+ /** Constant for fs.access(). File can be read by the calling process. */
3510
+ const R_OK: number;
3511
+ /** Constant for fs.access(). File can be written by the calling process. */
3512
+ const W_OK: number;
3513
+ /** Constant for fs.access(). File can be executed by the calling process. */
3514
+ const X_OK: number;
3515
+ // File Copy Constants
3516
+ /** Constant for fs.copyFile. Flag indicating the destination file should not be overwritten if it already exists. */
3517
+ const COPYFILE_EXCL: number;
3518
+ /**
3519
+ * Constant for fs.copyFile. copy operation will attempt to create a copy-on-write reflink.
3520
+ * If the underlying platform does not support copy-on-write, then a fallback copy mechanism is used.
3521
+ */
3522
+ const COPYFILE_FICLONE: number;
3523
+ /**
3524
+ * Constant for fs.copyFile. Copy operation will attempt to create a copy-on-write reflink.
3525
+ * If the underlying platform does not support copy-on-write, then the operation will fail with an error.
3526
+ */
3527
+ const COPYFILE_FICLONE_FORCE: number;
3528
+ // File Open Constants
3529
+ /** Constant for fs.open(). Flag indicating to open a file for read-only access. */
3530
+ const O_RDONLY: number;
3531
+ /** Constant for fs.open(). Flag indicating to open a file for write-only access. */
3532
+ const O_WRONLY: number;
3533
+ /** Constant for fs.open(). Flag indicating to open a file for read-write access. */
3534
+ const O_RDWR: number;
3535
+ /** Constant for fs.open(). Flag indicating to create the file if it does not already exist. */
3536
+ const O_CREAT: number;
3537
+ /** Constant for fs.open(). Flag indicating that opening a file should fail if the O_CREAT flag is set and the file already exists. */
3538
+ const O_EXCL: number;
3539
+ /**
3540
+ * Constant for fs.open(). Flag indicating that if path identifies a terminal device,
3541
+ * opening the path shall not cause that terminal to become the controlling terminal for the process
3542
+ * (if the process does not already have one).
3543
+ */
3544
+ const O_NOCTTY: number;
3545
+ /** Constant for fs.open(). Flag indicating that if the file exists and is a regular file, and the file is opened successfully for write access, its length shall be truncated to zero. */
3546
+ const O_TRUNC: number;
3547
+ /** Constant for fs.open(). Flag indicating that data will be appended to the end of the file. */
3548
+ const O_APPEND: number;
3549
+ /** Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory. */
3550
+ const O_DIRECTORY: number;
3551
+ /**
3552
+ * constant for fs.open().
3553
+ * Flag indicating reading accesses to the file system will no longer result in
3554
+ * an update to the atime information associated with the file.
3555
+ * This flag is available on Linux operating systems only.
3556
+ */
3557
+ const O_NOATIME: number;
3558
+ /** Constant for fs.open(). Flag indicating that the open should fail if the path is a symbolic link. */
3559
+ const O_NOFOLLOW: number;
3560
+ /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O. */
3561
+ const O_SYNC: number;
3562
+ /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity. */
3563
+ const O_DSYNC: number;
3564
+ /** Constant for fs.open(). Flag indicating to open the symbolic link itself rather than the resource it is pointing to. */
3565
+ const O_SYMLINK: number;
3566
+ /** Constant for fs.open(). When set, an attempt will be made to minimize caching effects of file I/O. */
3567
+ const O_DIRECT: number;
3568
+ /** Constant for fs.open(). Flag indicating to open the file in nonblocking mode when possible. */
3569
+ const O_NONBLOCK: number;
3570
+ // File Type Constants
3571
+ /** Constant for fs.Stats mode property for determining a file's type. Bit mask used to extract the file type code. */
3572
+ const S_IFMT: number;
3573
+ /** Constant for fs.Stats mode property for determining a file's type. File type constant for a regular file. */
3574
+ const S_IFREG: number;
3575
+ /** Constant for fs.Stats mode property for determining a file's type. File type constant for a directory. */
3576
+ const S_IFDIR: number;
3577
+ /** Constant for fs.Stats mode property for determining a file's type. File type constant for a character-oriented device file. */
3578
+ const S_IFCHR: number;
3579
+ /** Constant for fs.Stats mode property for determining a file's type. File type constant for a block-oriented device file. */
3580
+ const S_IFBLK: number;
3581
+ /** Constant for fs.Stats mode property for determining a file's type. File type constant for a FIFO/pipe. */
3582
+ const S_IFIFO: number;
3583
+ /** Constant for fs.Stats mode property for determining a file's type. File type constant for a symbolic link. */
3584
+ const S_IFLNK: number;
3585
+ /** Constant for fs.Stats mode property for determining a file's type. File type constant for a socket. */
3586
+ const S_IFSOCK: number;
3587
+ // File Mode Constants
3588
+ /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by owner. */
3589
+ const S_IRWXU: number;
3590
+ /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by owner. */
3591
+ const S_IRUSR: number;
3592
+ /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by owner. */
3593
+ const S_IWUSR: number;
3594
+ /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by owner. */
3595
+ const S_IXUSR: number;
3596
+ /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by group. */
3597
+ const S_IRWXG: number;
3598
+ /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by group. */
3599
+ const S_IRGRP: number;
3600
+ /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by group. */
3601
+ const S_IWGRP: number;
3602
+ /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by group. */
3603
+ const S_IXGRP: number;
3604
+ /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by others. */
3605
+ const S_IRWXO: number;
3606
+ /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by others. */
3607
+ const S_IROTH: number;
3608
+ /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by others. */
3609
+ const S_IWOTH: number;
3610
+ /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by others. */
3611
+ const S_IXOTH: number;
3612
+ /**
3613
+ * When set, a memory file mapping is used to access the file. This flag
3614
+ * is available on Windows operating systems only. On other operating systems,
3615
+ * this flag is ignored.
3616
+ */
3617
+ const UV_FS_O_FILEMAP: number;
3618
+ }
3619
+ /**
3620
+ * Tests a user's permissions for the file or directory specified by `path`.
3621
+ * The `mode` argument is an optional integer that specifies the accessibility
3622
+ * checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and `fs.constants.X_OK`
3623
+ * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for
3624
+ * possible values of `mode`.
3625
+ *
3626
+ * The final argument, `callback`, is a callback function that is invoked with
3627
+ * a possible error argument. If any of the accessibility checks fail, the error
3628
+ * argument will be an `Error` object. The following examples check if `package.json` exists, and if it is readable or writable.
3629
+ *
3630
+ * ```js
3631
+ * import { access, constants } from 'node:fs';
3632
+ *
3633
+ * const file = 'package.json';
3634
+ *
3635
+ * // Check if the file exists in the current directory.
3636
+ * access(file, constants.F_OK, (err) => {
3637
+ * console.log(`${file} ${err ? 'does not exist' : 'exists'}`);
3638
+ * });
3639
+ *
3640
+ * // Check if the file is readable.
3641
+ * access(file, constants.R_OK, (err) => {
3642
+ * console.log(`${file} ${err ? 'is not readable' : 'is readable'}`);
3643
+ * });
3644
+ *
3645
+ * // Check if the file is writable.
3646
+ * access(file, constants.W_OK, (err) => {
3647
+ * console.log(`${file} ${err ? 'is not writable' : 'is writable'}`);
3648
+ * });
3649
+ *
3650
+ * // Check if the file is readable and writable.
3651
+ * access(file, constants.R_OK | constants.W_OK, (err) => {
3652
+ * console.log(`${file} ${err ? 'is not' : 'is'} readable and writable`);
3653
+ * });
3654
+ * ```
3655
+ *
3656
+ * Do not use `fs.access()` to check for the accessibility of a file before calling `fs.open()`, `fs.readFile()`, or `fs.writeFile()`. Doing
3657
+ * so introduces a race condition, since other processes may change the file's
3658
+ * state between the two calls. Instead, user code should open/read/write the
3659
+ * file directly and handle the error raised if the file is not accessible.
3660
+ *
3661
+ * **write (NOT RECOMMENDED)**
3662
+ *
3663
+ * ```js
3664
+ * import { access, open, close } from 'node:fs';
3665
+ *
3666
+ * access('myfile', (err) => {
3667
+ * if (!err) {
3668
+ * console.error('myfile already exists');
3669
+ * return;
3670
+ * }
3671
+ *
3672
+ * open('myfile', 'wx', (err, fd) => {
3673
+ * if (err) throw err;
3674
+ *
3675
+ * try {
3676
+ * writeMyData(fd);
3677
+ * } finally {
3678
+ * close(fd, (err) => {
3679
+ * if (err) throw err;
3680
+ * });
3681
+ * }
3682
+ * });
3683
+ * });
3684
+ * ```
3685
+ *
3686
+ * **write (RECOMMENDED)**
3687
+ *
3688
+ * ```js
3689
+ * import { open, close } from 'node:fs';
3690
+ *
3691
+ * open('myfile', 'wx', (err, fd) => {
3692
+ * if (err) {
3693
+ * if (err.code === 'EEXIST') {
3694
+ * console.error('myfile already exists');
3695
+ * return;
3696
+ * }
3697
+ *
3698
+ * throw err;
3699
+ * }
3700
+ *
3701
+ * try {
3702
+ * writeMyData(fd);
3703
+ * } finally {
3704
+ * close(fd, (err) => {
3705
+ * if (err) throw err;
3706
+ * });
3707
+ * }
3708
+ * });
3709
+ * ```
3710
+ *
3711
+ * **read (NOT RECOMMENDED)**
3712
+ *
3713
+ * ```js
3714
+ * import { access, open, close } from 'node:fs';
3715
+ * access('myfile', (err) => {
3716
+ * if (err) {
3717
+ * if (err.code === 'ENOENT') {
3718
+ * console.error('myfile does not exist');
3719
+ * return;
3720
+ * }
3721
+ *
3722
+ * throw err;
3723
+ * }
3724
+ *
3725
+ * open('myfile', 'r', (err, fd) => {
3726
+ * if (err) throw err;
3727
+ *
3728
+ * try {
3729
+ * readMyData(fd);
3730
+ * } finally {
3731
+ * close(fd, (err) => {
3732
+ * if (err) throw err;
3733
+ * });
3734
+ * }
3735
+ * });
3736
+ * });
3737
+ * ```
3738
+ *
3739
+ * **read (RECOMMENDED)**
3740
+ *
3741
+ * ```js
3742
+ * import { open, close } from 'node:fs';
3743
+ *
3744
+ * open('myfile', 'r', (err, fd) => {
3745
+ * if (err) {
3746
+ * if (err.code === 'ENOENT') {
3747
+ * console.error('myfile does not exist');
3748
+ * return;
3749
+ * }
3750
+ *
3751
+ * throw err;
3752
+ * }
3753
+ *
3754
+ * try {
3755
+ * readMyData(fd);
3756
+ * } finally {
3757
+ * close(fd, (err) => {
3758
+ * if (err) throw err;
3759
+ * });
3760
+ * }
3761
+ * });
3762
+ * ```
3763
+ *
3764
+ * The "not recommended" examples above check for accessibility and then use the
3765
+ * file; the "recommended" examples are better because they use the file directly
3766
+ * and handle the error, if any.
3767
+ *
3768
+ * In general, check for the accessibility of a file only if the file will not be
3769
+ * used directly, for example when its accessibility is a signal from another
3770
+ * process.
3771
+ *
3772
+ * On Windows, access-control policies (ACLs) on a directory may limit access to
3773
+ * a file or directory. The `fs.access()` function, however, does not check the
3774
+ * ACL and therefore may report that a path is accessible even if the ACL restricts
3775
+ * the user from reading or writing to it.
3776
+ * @since v0.11.15
3777
+ * @param [mode=fs.constants.F_OK]
3778
+ */
3779
+ export function access(path: PathLike, mode: number | undefined, callback: NoParamCallback): void;
3780
+ /**
3781
+ * Asynchronously tests a user's permissions for the file specified by path.
3782
+ * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
3783
+ */
3784
+ export function access(path: PathLike, callback: NoParamCallback): void;
3785
+ export namespace access {
3786
+ /**
3787
+ * Asynchronously tests a user's permissions for the file specified by path.
3788
+ * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
3789
+ * URL support is _experimental_.
3790
+ */
3791
+ function __promisify__(path: PathLike, mode?: number): Promise<void>;
3792
+ }
3793
+ /**
3794
+ * Synchronously tests a user's permissions for the file or directory specified
3795
+ * by `path`. The `mode` argument is an optional integer that specifies the
3796
+ * accessibility checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and
3797
+ * `fs.constants.X_OK` (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for
3798
+ * possible values of `mode`.
3799
+ *
3800
+ * If any of the accessibility checks fail, an `Error` will be thrown. Otherwise,
3801
+ * the method will return `undefined`.
3802
+ *
3803
+ * ```js
3804
+ * import { accessSync, constants } from 'node:fs';
3805
+ *
3806
+ * try {
3807
+ * accessSync('etc/passwd', constants.R_OK | constants.W_OK);
3808
+ * console.log('can read/write');
3809
+ * } catch (err) {
3810
+ * console.error('no access!');
3811
+ * }
3812
+ * ```
3813
+ * @since v0.11.15
3814
+ * @param [mode=fs.constants.F_OK]
3815
+ */
3816
+ export function accessSync(path: PathLike, mode?: number): void;
3817
+ interface StreamOptions {
3818
+ flags?: string | undefined;
3819
+ encoding?: BufferEncoding | undefined;
3820
+ fd?: number | promises.FileHandle | undefined;
3821
+ mode?: number | undefined;
3822
+ autoClose?: boolean | undefined;
3823
+ emitClose?: boolean | undefined;
3824
+ start?: number | undefined;
3825
+ signal?: AbortSignal | null | undefined;
3826
+ highWaterMark?: number | undefined;
3827
+ }
3828
+ interface FSImplementation {
3829
+ open?: (...args: any[]) => any;
3830
+ close?: (...args: any[]) => any;
3831
+ }
3832
+ interface CreateReadStreamFSImplementation extends FSImplementation {
3833
+ read: (...args: any[]) => any;
3834
+ }
3835
+ interface CreateWriteStreamFSImplementation extends FSImplementation {
3836
+ write: (...args: any[]) => any;
3837
+ writev?: (...args: any[]) => any;
3838
+ }
3839
+ interface ReadStreamOptions extends StreamOptions {
3840
+ fs?: CreateReadStreamFSImplementation | null | undefined;
3841
+ end?: number | undefined;
3842
+ }
3843
+ interface WriteStreamOptions extends StreamOptions {
3844
+ fs?: CreateWriteStreamFSImplementation | null | undefined;
3845
+ flush?: boolean | undefined;
3846
+ }
3847
+ /**
3848
+ * Unlike the 16 KiB default `highWaterMark` for a `stream.Readable`, the stream
3849
+ * returned by this method has a default `highWaterMark` of 64 KiB.
3850
+ *
3851
+ * `options` can include `start` and `end` values to read a range of bytes from
3852
+ * the file instead of the entire file. Both `start` and `end` are inclusive and
3853
+ * start counting at 0, allowed values are in the
3854
+ * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `fd` is specified and `start` is
3855
+ * omitted or `undefined`, `fs.createReadStream()` reads sequentially from the
3856
+ * current file position. The `encoding` can be any one of those accepted by `Buffer`.
3857
+ *
3858
+ * If `fd` is specified, `ReadStream` will ignore the `path` argument and will use
3859
+ * the specified file descriptor. This means that no `'open'` event will be
3860
+ * emitted. `fd` should be blocking; non-blocking `fd`s should be passed to `net.Socket`.
3861
+ *
3862
+ * If `fd` points to a character device that only supports blocking reads
3863
+ * (such as keyboard or sound card), read operations do not finish until data is
3864
+ * available. This can prevent the process from exiting and the stream from
3865
+ * closing naturally.
3866
+ *
3867
+ * By default, the stream will emit a `'close'` event after it has been
3868
+ * destroyed. Set the `emitClose` option to `false` to change this behavior.
3869
+ *
3870
+ * By providing the `fs` option, it is possible to override the corresponding `fs` implementations for `open`, `read`, and `close`. When providing the `fs` option,
3871
+ * an override for `read` is required. If no `fd` is provided, an override for `open` is also required. If `autoClose` is `true`, an override for `close` is
3872
+ * also required.
3873
+ *
3874
+ * ```js
3875
+ * import { createReadStream } from 'node:fs';
3876
+ *
3877
+ * // Create a stream from some character device.
3878
+ * const stream = createReadStream('/dev/input/event0');
3879
+ * setTimeout(() => {
3880
+ * stream.close(); // This may not close the stream.
3881
+ * // Artificially marking end-of-stream, as if the underlying resource had
3882
+ * // indicated end-of-file by itself, allows the stream to close.
3883
+ * // This does not cancel pending read operations, and if there is such an
3884
+ * // operation, the process may still not be able to exit successfully
3885
+ * // until it finishes.
3886
+ * stream.push(null);
3887
+ * stream.read(0);
3888
+ * }, 100);
3889
+ * ```
3890
+ *
3891
+ * If `autoClose` is false, then the file descriptor won't be closed, even if
3892
+ * there's an error. It is the application's responsibility to close it and make
3893
+ * sure there's no file descriptor leak. If `autoClose` is set to true (default
3894
+ * behavior), on `'error'` or `'end'` the file descriptor will be closed
3895
+ * automatically.
3896
+ *
3897
+ * `mode` sets the file mode (permission and sticky bits), but only if the
3898
+ * file was created.
3899
+ *
3900
+ * An example to read the last 10 bytes of a file which is 100 bytes long:
3901
+ *
3902
+ * ```js
3903
+ * import { createReadStream } from 'node:fs';
3904
+ *
3905
+ * createReadStream('sample.txt', { start: 90, end: 99 });
3906
+ * ```
3907
+ *
3908
+ * If `options` is a string, then it specifies the encoding.
3909
+ * @since v0.1.31
3910
+ */
3911
+ export function createReadStream(path: PathLike, options?: BufferEncoding | ReadStreamOptions): ReadStream;
3912
+ /**
3913
+ * `options` may also include a `start` option to allow writing data at some
3914
+ * position past the beginning of the file, allowed values are in the
3915
+ * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than
3916
+ * replacing it may require the `flags` option to be set to `r+` rather than the
3917
+ * default `w`. The `encoding` can be any one of those accepted by `Buffer`.
3918
+ *
3919
+ * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'` the file descriptor will be closed automatically. If `autoClose` is false,
3920
+ * then the file descriptor won't be closed, even if there's an error.
3921
+ * It is the application's responsibility to close it and make sure there's no
3922
+ * file descriptor leak.
3923
+ *
3924
+ * By default, the stream will emit a `'close'` event after it has been
3925
+ * destroyed. Set the `emitClose` option to `false` to change this behavior.
3926
+ *
3927
+ * By providing the `fs` option it is possible to override the corresponding `fs` implementations for `open`, `write`, `writev`, and `close`. Overriding `write()` without `writev()` can reduce
3928
+ * performance as some optimizations (`_writev()`)
3929
+ * will be disabled. When providing the `fs` option, overrides for at least one of `write` and `writev` are required. If no `fd` option is supplied, an override
3930
+ * for `open` is also required. If `autoClose` is `true`, an override for `close` is also required.
3931
+ *
3932
+ * Like `fs.ReadStream`, if `fd` is specified, `fs.WriteStream` will ignore the `path` argument and will use the specified file descriptor. This means that no `'open'` event will be
3933
+ * emitted. `fd` should be blocking; non-blocking `fd`s
3934
+ * should be passed to `net.Socket`.
3935
+ *
3936
+ * If `options` is a string, then it specifies the encoding.
3937
+ * @since v0.1.31
3938
+ */
3939
+ export function createWriteStream(path: PathLike, options?: BufferEncoding | WriteStreamOptions): WriteStream;
3940
+ /**
3941
+ * Forces all currently queued I/O operations associated with the file to the
3942
+ * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. No arguments other
3943
+ * than a possible
3944
+ * exception are given to the completion callback.
3945
+ * @since v0.1.96
3946
+ */
3947
+ export function fdatasync(fd: number, callback: NoParamCallback): void;
3948
+ export namespace fdatasync {
3949
+ /**
3950
+ * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device.
3951
+ * @param fd A file descriptor.
3952
+ */
3953
+ function __promisify__(fd: number): Promise<void>;
3954
+ }
3955
+ /**
3956
+ * Forces all currently queued I/O operations associated with the file to the
3957
+ * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. Returns `undefined`.
3958
+ * @since v0.1.96
3959
+ */
3960
+ export function fdatasyncSync(fd: number): void;
3961
+ /**
3962
+ * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it
3963
+ * already exists. No arguments other than a possible exception are given to the
3964
+ * callback function. Node.js makes no guarantees about the atomicity of the copy
3965
+ * operation. If an error occurs after the destination file has been opened for
3966
+ * writing, Node.js will attempt to remove the destination.
3967
+ *
3968
+ * `mode` is an optional integer that specifies the behavior
3969
+ * of the copy operation. It is possible to create a mask consisting of the bitwise
3970
+ * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`).
3971
+ *
3972
+ * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already
3973
+ * exists.
3974
+ * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a
3975
+ * copy-on-write reflink. If the platform does not support copy-on-write, then a
3976
+ * fallback copy mechanism is used.
3977
+ * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to
3978
+ * create a copy-on-write reflink. If the platform does not support
3979
+ * copy-on-write, then the operation will fail.
3980
+ *
3981
+ * ```js
3982
+ * import { copyFile, constants } from 'node:fs';
3983
+ *
3984
+ * function callback(err) {
3985
+ * if (err) throw err;
3986
+ * console.log('source.txt was copied to destination.txt');
3987
+ * }
3988
+ *
3989
+ * // destination.txt will be created or overwritten by default.
3990
+ * copyFile('source.txt', 'destination.txt', callback);
3991
+ *
3992
+ * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists.
3993
+ * copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback);
3994
+ * ```
3995
+ * @since v8.5.0
3996
+ * @param src source filename to copy
3997
+ * @param dest destination filename of the copy operation
3998
+ * @param [mode=0] modifiers for copy operation.
3999
+ */
4000
+ export function copyFile(src: PathLike, dest: PathLike, callback: NoParamCallback): void;
4001
+ export function copyFile(src: PathLike, dest: PathLike, mode: number, callback: NoParamCallback): void;
4002
+ export namespace copyFile {
4003
+ function __promisify__(src: PathLike, dst: PathLike, mode?: number): Promise<void>;
4004
+ }
4005
+ /**
4006
+ * Synchronously copies `src` to `dest`. By default, `dest` is overwritten if it
4007
+ * already exists. Returns `undefined`. Node.js makes no guarantees about the
4008
+ * atomicity of the copy operation. If an error occurs after the destination file
4009
+ * has been opened for writing, Node.js will attempt to remove the destination.
4010
+ *
4011
+ * `mode` is an optional integer that specifies the behavior
4012
+ * of the copy operation. It is possible to create a mask consisting of the bitwise
4013
+ * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`).
4014
+ *
4015
+ * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already
4016
+ * exists.
4017
+ * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a
4018
+ * copy-on-write reflink. If the platform does not support copy-on-write, then a
4019
+ * fallback copy mechanism is used.
4020
+ * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to
4021
+ * create a copy-on-write reflink. If the platform does not support
4022
+ * copy-on-write, then the operation will fail.
4023
+ *
4024
+ * ```js
4025
+ * import { copyFileSync, constants } from 'node:fs';
4026
+ *
4027
+ * // destination.txt will be created or overwritten by default.
4028
+ * copyFileSync('source.txt', 'destination.txt');
4029
+ * console.log('source.txt was copied to destination.txt');
4030
+ *
4031
+ * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists.
4032
+ * copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL);
4033
+ * ```
4034
+ * @since v8.5.0
4035
+ * @param src source filename to copy
4036
+ * @param dest destination filename of the copy operation
4037
+ * @param [mode=0] modifiers for copy operation.
4038
+ */
4039
+ export function copyFileSync(src: PathLike, dest: PathLike, mode?: number): void;
4040
+ /**
4041
+ * Write an array of `ArrayBufferView`s to the file specified by `fd` using `writev()`.
4042
+ *
4043
+ * `position` is the offset from the beginning of the file where this data
4044
+ * should be written. If `typeof position !== 'number'`, the data will be written
4045
+ * at the current position.
4046
+ *
4047
+ * The callback will be given three arguments: `err`, `bytesWritten`, and `buffers`. `bytesWritten` is how many bytes were written from `buffers`.
4048
+ *
4049
+ * If this method is `util.promisify()` ed, it returns a promise for an `Object` with `bytesWritten` and `buffers` properties.
4050
+ *
4051
+ * It is unsafe to use `fs.writev()` multiple times on the same file without
4052
+ * waiting for the callback. For this scenario, use {@link createWriteStream}.
4053
+ *
4054
+ * On Linux, positional writes don't work when the file is opened in append mode.
4055
+ * The kernel ignores the position argument and always appends the data to
4056
+ * the end of the file.
4057
+ * @since v12.9.0
4058
+ * @param [position='null']
4059
+ */
4060
+ export function writev(
4061
+ fd: number,
4062
+ buffers: readonly NodeJS.ArrayBufferView[],
4063
+ cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: NodeJS.ArrayBufferView[]) => void,
4064
+ ): void;
4065
+ export function writev(
4066
+ fd: number,
4067
+ buffers: readonly NodeJS.ArrayBufferView[],
4068
+ position: number,
4069
+ cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: NodeJS.ArrayBufferView[]) => void,
4070
+ ): void;
4071
+ export interface WriteVResult {
4072
+ bytesWritten: number;
4073
+ buffers: NodeJS.ArrayBufferView[];
4074
+ }
4075
+ export namespace writev {
4076
+ function __promisify__(
4077
+ fd: number,
4078
+ buffers: readonly NodeJS.ArrayBufferView[],
4079
+ position?: number,
4080
+ ): Promise<WriteVResult>;
4081
+ }
4082
+ /**
4083
+ * For detailed information, see the documentation of the asynchronous version of
4084
+ * this API: {@link writev}.
4085
+ * @since v12.9.0
4086
+ * @param [position='null']
4087
+ * @return The number of bytes written.
4088
+ */
4089
+ export function writevSync(fd: number, buffers: readonly NodeJS.ArrayBufferView[], position?: number): number;
4090
+ /**
4091
+ * Read from a file specified by `fd` and write to an array of `ArrayBufferView`s
4092
+ * using `readv()`.
4093
+ *
4094
+ * `position` is the offset from the beginning of the file from where data
4095
+ * should be read. If `typeof position !== 'number'`, the data will be read
4096
+ * from the current position.
4097
+ *
4098
+ * The callback will be given three arguments: `err`, `bytesRead`, and `buffers`. `bytesRead` is how many bytes were read from the file.
4099
+ *
4100
+ * If this method is invoked as its `util.promisify()` ed version, it returns
4101
+ * a promise for an `Object` with `bytesRead` and `buffers` properties.
4102
+ * @since v13.13.0, v12.17.0
4103
+ * @param [position='null']
4104
+ */
4105
+ export function readv(
4106
+ fd: number,
4107
+ buffers: readonly NodeJS.ArrayBufferView[],
4108
+ cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: NodeJS.ArrayBufferView[]) => void,
4109
+ ): void;
4110
+ export function readv(
4111
+ fd: number,
4112
+ buffers: readonly NodeJS.ArrayBufferView[],
4113
+ position: number,
4114
+ cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: NodeJS.ArrayBufferView[]) => void,
4115
+ ): void;
4116
+ export interface ReadVResult {
4117
+ bytesRead: number;
4118
+ buffers: NodeJS.ArrayBufferView[];
4119
+ }
4120
+ export namespace readv {
4121
+ function __promisify__(
4122
+ fd: number,
4123
+ buffers: readonly NodeJS.ArrayBufferView[],
4124
+ position?: number,
4125
+ ): Promise<ReadVResult>;
4126
+ }
4127
+ /**
4128
+ * For detailed information, see the documentation of the asynchronous version of
4129
+ * this API: {@link readv}.
4130
+ * @since v13.13.0, v12.17.0
4131
+ * @param [position='null']
4132
+ * @return The number of bytes read.
4133
+ */
4134
+ export function readvSync(fd: number, buffers: readonly NodeJS.ArrayBufferView[], position?: number): number;
4135
+
4136
+ export interface OpenAsBlobOptions {
4137
+ /**
4138
+ * An optional mime type for the blob.
4139
+ *
4140
+ * @default 'undefined'
4141
+ */
4142
+ type?: string | undefined;
4143
+ }
4144
+
4145
+ /**
4146
+ * Returns a `Blob` whose data is backed by the given file.
4147
+ *
4148
+ * The file must not be modified after the `Blob` is created. Any modifications
4149
+ * will cause reading the `Blob` data to fail with a `DOMException` error.
4150
+ * Synchronous stat operations on the file when the `Blob` is created, and before
4151
+ * each read in order to detect whether the file data has been modified on disk.
4152
+ *
4153
+ * ```js
4154
+ * import { openAsBlob } from 'node:fs';
4155
+ *
4156
+ * const blob = await openAsBlob('the.file.txt');
4157
+ * const ab = await blob.arrayBuffer();
4158
+ * blob.stream();
4159
+ * ```
4160
+ * @since v19.8.0
4161
+ * @experimental
4162
+ */
4163
+ export function openAsBlob(path: PathLike, options?: OpenAsBlobOptions): Promise<Blob>;
4164
+
4165
+ export interface OpenDirOptions {
4166
+ /**
4167
+ * @default 'utf8'
4168
+ */
4169
+ encoding?: BufferEncoding | undefined;
4170
+ /**
4171
+ * Number of directory entries that are buffered
4172
+ * internally when reading from the directory. Higher values lead to better
4173
+ * performance but higher memory usage.
4174
+ * @default 32
4175
+ */
4176
+ bufferSize?: number | undefined;
4177
+ /**
4178
+ * @default false
4179
+ */
4180
+ recursive?: boolean;
4181
+ }
4182
+ /**
4183
+ * Synchronously open a directory. See [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html).
4184
+ *
4185
+ * Creates an `fs.Dir`, which contains all further functions for reading from
4186
+ * and cleaning up the directory.
4187
+ *
4188
+ * The `encoding` option sets the encoding for the `path` while opening the
4189
+ * directory and subsequent read operations.
4190
+ * @since v12.12.0
4191
+ */
4192
+ export function opendirSync(path: PathLike, options?: OpenDirOptions): Dir;
4193
+ /**
4194
+ * Asynchronously open a directory. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for
4195
+ * more details.
4196
+ *
4197
+ * Creates an `fs.Dir`, which contains all further functions for reading from
4198
+ * and cleaning up the directory.
4199
+ *
4200
+ * The `encoding` option sets the encoding for the `path` while opening the
4201
+ * directory and subsequent read operations.
4202
+ * @since v12.12.0
4203
+ */
4204
+ export function opendir(path: PathLike, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void;
4205
+ export function opendir(
4206
+ path: PathLike,
4207
+ options: OpenDirOptions,
4208
+ cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void,
4209
+ ): void;
4210
+ export namespace opendir {
4211
+ function __promisify__(path: PathLike, options?: OpenDirOptions): Promise<Dir>;
4212
+ }
4213
+ export interface BigIntStats extends StatsBase<bigint> {
4214
+ atimeNs: bigint;
4215
+ mtimeNs: bigint;
4216
+ ctimeNs: bigint;
4217
+ birthtimeNs: bigint;
4218
+ }
4219
+ export interface BigIntOptions {
4220
+ bigint: true;
4221
+ }
4222
+ export interface StatOptions {
4223
+ bigint?: boolean | undefined;
4224
+ }
4225
+ export interface StatSyncOptions extends StatOptions {
4226
+ throwIfNoEntry?: boolean | undefined;
4227
+ }
4228
+ interface CopyOptionsBase {
4229
+ /**
4230
+ * Dereference symlinks
4231
+ * @default false
4232
+ */
4233
+ dereference?: boolean;
4234
+ /**
4235
+ * When `force` is `false`, and the destination
4236
+ * exists, throw an error.
4237
+ * @default false
4238
+ */
4239
+ errorOnExist?: boolean;
4240
+ /**
4241
+ * Overwrite existing file or directory. _The copy
4242
+ * operation will ignore errors if you set this to false and the destination
4243
+ * exists. Use the `errorOnExist` option to change this behavior.
4244
+ * @default true
4245
+ */
4246
+ force?: boolean;
4247
+ /**
4248
+ * Modifiers for copy operation. See `mode` flag of {@link copyFileSync()}
4249
+ */
4250
+ mode?: number;
4251
+ /**
4252
+ * When `true` timestamps from `src` will
4253
+ * be preserved.
4254
+ * @default false
4255
+ */
4256
+ preserveTimestamps?: boolean;
4257
+ /**
4258
+ * Copy directories recursively.
4259
+ * @default false
4260
+ */
4261
+ recursive?: boolean;
4262
+ /**
4263
+ * When true, path resolution for symlinks will be skipped
4264
+ * @default false
4265
+ */
4266
+ verbatimSymlinks?: boolean;
4267
+ }
4268
+ export interface CopyOptions extends CopyOptionsBase {
4269
+ /**
4270
+ * Function to filter copied files/directories. Return
4271
+ * `true` to copy the item, `false` to ignore it.
4272
+ */
4273
+ filter?(source: string, destination: string): boolean | Promise<boolean>;
4274
+ }
4275
+ export interface CopySyncOptions extends CopyOptionsBase {
4276
+ /**
4277
+ * Function to filter copied files/directories. Return
4278
+ * `true` to copy the item, `false` to ignore it.
4279
+ */
4280
+ filter?(source: string, destination: string): boolean;
4281
+ }
4282
+ /**
4283
+ * Asynchronously copies the entire directory structure from `src` to `dest`,
4284
+ * including subdirectories and files.
4285
+ *
4286
+ * When copying a directory to another directory, globs are not supported and
4287
+ * behavior is similar to `cp dir1/ dir2/`.
4288
+ * @since v16.7.0
4289
+ * @experimental
4290
+ * @param src source path to copy.
4291
+ * @param dest destination path to copy to.
4292
+ */
4293
+ export function cp(
4294
+ source: string | URL,
4295
+ destination: string | URL,
4296
+ callback: (err: NodeJS.ErrnoException | null) => void,
4297
+ ): void;
4298
+ export function cp(
4299
+ source: string | URL,
4300
+ destination: string | URL,
4301
+ opts: CopyOptions,
4302
+ callback: (err: NodeJS.ErrnoException | null) => void,
4303
+ ): void;
4304
+ /**
4305
+ * Synchronously copies the entire directory structure from `src` to `dest`,
4306
+ * including subdirectories and files.
4307
+ *
4308
+ * When copying a directory to another directory, globs are not supported and
4309
+ * behavior is similar to `cp dir1/ dir2/`.
4310
+ * @since v16.7.0
4311
+ * @experimental
4312
+ * @param src source path to copy.
4313
+ * @param dest destination path to copy to.
4314
+ */
4315
+ export function cpSync(source: string | URL, destination: string | URL, opts?: CopySyncOptions): void;
4316
+
4317
+ interface GlobOptionsBase {
4318
+ /**
4319
+ * Current working directory.
4320
+ * @default process.cwd()
4321
+ */
4322
+ cwd?: string | undefined;
4323
+ /**
4324
+ * `true` if the glob should return paths as `Dirent`s, `false` otherwise.
4325
+ * @default false
4326
+ * @since v22.2.0
4327
+ */
4328
+ withFileTypes?: boolean | undefined;
4329
+ /**
4330
+ * Function to filter out files/directories. Return true to exclude the item, false to include it.
4331
+ */
4332
+ exclude?: ((fileName: any) => boolean) | undefined;
4333
+ }
4334
+ export interface GlobOptionsWithFileTypes extends GlobOptionsBase {
4335
+ exclude?: ((fileName: Dirent) => boolean) | undefined;
4336
+ withFileTypes: true;
4337
+ }
4338
+ export interface GlobOptionsWithoutFileTypes extends GlobOptionsBase {
4339
+ exclude?: ((fileName: string) => boolean) | undefined;
4340
+ withFileTypes?: false | undefined;
4341
+ }
4342
+ export interface GlobOptions extends GlobOptionsBase {
4343
+ exclude?: ((fileName: Dirent | string) => boolean) | undefined;
4344
+ }
4345
+
4346
+ /**
4347
+ * Retrieves the files matching the specified pattern.
4348
+ */
4349
+ export function glob(
4350
+ pattern: string | string[],
4351
+ callback: (err: NodeJS.ErrnoException | null, matches: string[]) => void,
4352
+ ): void;
4353
+ export function glob(
4354
+ pattern: string | string[],
4355
+ options: GlobOptionsWithFileTypes,
4356
+ callback: (
4357
+ err: NodeJS.ErrnoException | null,
4358
+ matches: Dirent[],
4359
+ ) => void,
4360
+ ): void;
4361
+ export function glob(
4362
+ pattern: string | string[],
4363
+ options: GlobOptionsWithoutFileTypes,
4364
+ callback: (
4365
+ err: NodeJS.ErrnoException | null,
4366
+ matches: string[],
4367
+ ) => void,
4368
+ ): void;
4369
+ export function glob(
4370
+ pattern: string | string[],
4371
+ options: GlobOptions,
4372
+ callback: (
4373
+ err: NodeJS.ErrnoException | null,
4374
+ matches: Dirent[] | string[],
4375
+ ) => void,
4376
+ ): void;
4377
+ /**
4378
+ * Retrieves the files matching the specified pattern.
4379
+ */
4380
+ export function globSync(pattern: string | string[]): string[];
4381
+ export function globSync(
4382
+ pattern: string | string[],
4383
+ options: GlobOptionsWithFileTypes,
4384
+ ): Dirent[];
4385
+ export function globSync(
4386
+ pattern: string | string[],
4387
+ options: GlobOptionsWithoutFileTypes,
4388
+ ): string[];
4389
+ export function globSync(
4390
+ pattern: string | string[],
4391
+ options: GlobOptions,
4392
+ ): Dirent[] | string[];
4393
+ }
4394
+ declare module "node:fs" {
4395
+ export * from "fs";
4396
+ }