lambda-live-debugger 0.0.122 → 0.0.124

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 (4507) hide show
  1. package/.prettierignore +3 -1
  2. package/.vitepress/config.mts +109 -0
  3. package/.vitepress/theme/custom.css +27 -0
  4. package/.vitepress/theme/index.js +4 -0
  5. package/README.md +46 -53
  6. package/dist/cloudFormation.mjs +15 -6
  7. package/dist/extension/extension.zip +0 -0
  8. package/dist/extension/nodejs/node_modules/interceptor.js +14856 -11373
  9. package/dist/extension/nodejs/node_modules/interceptor.js.map +4 -4
  10. package/dist/frameworks/cdkFramework.mjs +12 -9
  11. package/eslint.config.js +1 -5
  12. package/index.md +3 -0
  13. package/node_modules/@aws-crypto/crc32/CHANGELOG.md +24 -0
  14. package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js.map +1 -0
  15. package/node_modules/@aws-crypto/crc32/build/main/index.js.map +1 -0
  16. package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.d.ts +7 -0
  17. package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js +28 -0
  18. package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js.map +1 -0
  19. package/node_modules/@aws-crypto/crc32/build/module/index.d.ts +7 -0
  20. package/node_modules/@aws-crypto/crc32/build/module/index.js +103 -0
  21. package/node_modules/@aws-crypto/crc32/build/module/index.js.map +1 -0
  22. package/node_modules/@aws-crypto/crc32/package.json +11 -7
  23. package/node_modules/@aws-crypto/crc32/tsconfig.json +2 -16
  24. package/node_modules/@aws-crypto/crc32/tsconfig.module.json +7 -0
  25. package/node_modules/@aws-crypto/crc32c/CHANGELOG.md +24 -0
  26. package/node_modules/@aws-crypto/crc32c/build/main/aws_crc32c.js.map +1 -0
  27. package/node_modules/@aws-crypto/crc32c/build/main/index.js.map +1 -0
  28. package/node_modules/@aws-crypto/crc32c/build/module/aws_crc32c.d.ts +7 -0
  29. package/node_modules/@aws-crypto/crc32c/build/module/aws_crc32c.js +28 -0
  30. package/node_modules/@aws-crypto/crc32c/build/module/aws_crc32c.js.map +1 -0
  31. package/node_modules/@aws-crypto/crc32c/build/module/index.d.ts +7 -0
  32. package/node_modules/@aws-crypto/crc32c/build/module/index.js +73 -0
  33. package/node_modules/@aws-crypto/crc32c/build/module/index.js.map +1 -0
  34. package/node_modules/@aws-crypto/crc32c/package.json +8 -7
  35. package/node_modules/@aws-crypto/crc32c/tsconfig.json +2 -16
  36. package/node_modules/@aws-crypto/crc32c/tsconfig.module.json +7 -0
  37. package/node_modules/@aws-crypto/sha1-browser/CHANGELOG.md +30 -0
  38. package/node_modules/@aws-crypto/sha1-browser/build/main/constants.js.map +1 -0
  39. package/node_modules/@aws-crypto/sha1-browser/build/main/crossPlatformSha1.js +29 -0
  40. package/node_modules/@aws-crypto/sha1-browser/build/main/crossPlatformSha1.js.map +1 -0
  41. package/node_modules/@aws-crypto/sha1-browser/build/main/index.d.ts +2 -0
  42. package/node_modules/@aws-crypto/sha1-browser/build/main/index.js +8 -0
  43. package/node_modules/@aws-crypto/sha1-browser/build/main/index.js.map +1 -0
  44. package/node_modules/@aws-crypto/sha1-browser/build/main/isEmptyData.js.map +1 -0
  45. package/node_modules/@aws-crypto/sha1-browser/build/main/webCryptoSha1.js +61 -0
  46. package/node_modules/@aws-crypto/sha1-browser/build/main/webCryptoSha1.js.map +1 -0
  47. package/node_modules/@aws-crypto/sha1-browser/build/module/constants.d.ts +10 -0
  48. package/node_modules/@aws-crypto/sha1-browser/build/module/constants.js +28 -0
  49. package/node_modules/@aws-crypto/sha1-browser/build/module/constants.js.map +1 -0
  50. package/node_modules/@aws-crypto/sha1-browser/build/module/crossPlatformSha1.d.ts +8 -0
  51. package/node_modules/@aws-crypto/sha1-browser/build/module/crossPlatformSha1.js +26 -0
  52. package/node_modules/@aws-crypto/sha1-browser/build/module/crossPlatformSha1.js.map +1 -0
  53. package/node_modules/@aws-crypto/sha1-browser/build/module/index.d.ts +2 -0
  54. package/node_modules/@aws-crypto/sha1-browser/build/module/index.js +3 -0
  55. package/node_modules/@aws-crypto/sha1-browser/build/module/index.js.map +1 -0
  56. package/node_modules/@aws-crypto/sha1-browser/build/module/isEmptyData.js +7 -0
  57. package/node_modules/@aws-crypto/sha1-browser/build/module/isEmptyData.js.map +1 -0
  58. package/node_modules/@aws-crypto/sha1-browser/build/module/webCryptoSha1.d.ts +9 -0
  59. package/node_modules/@aws-crypto/sha1-browser/build/module/webCryptoSha1.js +58 -0
  60. package/node_modules/@aws-crypto/sha1-browser/build/module/webCryptoSha1.js.map +1 -0
  61. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
  62. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  63. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  64. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  65. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  66. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
  67. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
  68. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  69. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  70. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  71. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  72. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
  73. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/LICENSE +201 -0
  74. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/README.md +4 -0
  75. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  76. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  77. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  78. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  79. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  80. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  81. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  82. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  83. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  84. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  85. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  86. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  87. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  88. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  89. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  90. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  91. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  92. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  93. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  94. package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/package.json +66 -0
  95. package/node_modules/@aws-crypto/sha1-browser/package.json +10 -10
  96. package/node_modules/@aws-crypto/sha1-browser/src/crossPlatformSha1.ts +0 -4
  97. package/node_modules/@aws-crypto/sha1-browser/src/index.ts +0 -1
  98. package/node_modules/@aws-crypto/sha1-browser/src/webCryptoSha1.ts +1 -1
  99. package/node_modules/@aws-crypto/sha1-browser/tsconfig.json +3 -15
  100. package/node_modules/@aws-crypto/sha1-browser/tsconfig.module.json +7 -0
  101. package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +30 -0
  102. package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +1 -0
  103. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +30 -0
  104. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +1 -0
  105. package/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +2 -0
  106. package/node_modules/@aws-crypto/sha256-browser/build/main/index.js +8 -0
  107. package/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +1 -0
  108. package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +1 -0
  109. package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +1 -0
  110. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +10 -0
  111. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +40 -0
  112. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +1 -0
  113. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +8 -0
  114. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +27 -0
  115. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +1 -0
  116. package/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +2 -0
  117. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js +3 -0
  118. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +1 -0
  119. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.d.ts +2 -0
  120. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +7 -0
  121. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +1 -0
  122. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +10 -0
  123. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +53 -0
  124. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +1 -0
  125. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  126. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
  127. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  128. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  129. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  130. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  131. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
  132. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  133. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
  134. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  135. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  136. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  137. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  138. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
  139. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +201 -0
  140. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +4 -0
  141. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  142. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  143. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  144. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  145. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  146. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  147. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  148. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  149. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  150. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  151. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  152. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  153. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  154. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  155. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  156. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  157. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  158. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  159. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  160. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +66 -0
  161. package/node_modules/@aws-crypto/sha256-browser/package.json +11 -11
  162. package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -4
  163. package/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -1
  164. package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +3 -15
  165. package/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +7 -0
  166. package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +20 -0
  167. package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +1 -0
  168. package/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +1 -0
  169. package/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +1 -0
  170. package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +1 -0
  171. package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +1 -0
  172. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +17 -0
  173. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +121 -0
  174. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +1 -0
  175. package/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +20 -0
  176. package/node_modules/@aws-crypto/sha256-js/build/module/constants.js +95 -0
  177. package/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +1 -0
  178. package/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +1 -0
  179. package/node_modules/@aws-crypto/sha256-js/build/module/index.js +2 -0
  180. package/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +1 -0
  181. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +12 -0
  182. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +82 -0
  183. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +1 -0
  184. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +5 -0
  185. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +319 -0
  186. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +1 -0
  187. package/node_modules/@aws-crypto/sha256-js/package.json +11 -7
  188. package/node_modules/@aws-crypto/sha256-js/tsconfig.json +3 -10
  189. package/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +7 -0
  190. package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +20 -0
  191. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +5 -0
  192. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +1 -0
  193. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +69 -0
  194. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +1 -0
  195. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +1 -0
  196. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +2 -0
  197. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +1 -0
  198. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +4 -0
  199. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +62 -0
  200. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +1 -0
  201. package/node_modules/@aws-crypto/supports-web-crypto/package.json +7 -5
  202. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +3 -9
  203. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +7 -0
  204. package/node_modules/@aws-crypto/util/CHANGELOG.md +24 -0
  205. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +24 -0
  206. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +1 -0
  207. package/node_modules/@aws-crypto/util/build/main/index.js.map +1 -0
  208. package/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +2 -0
  209. package/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +1 -0
  210. package/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +1 -0
  211. package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +1 -0
  212. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +2 -0
  213. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +20 -0
  214. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +1 -0
  215. package/node_modules/@aws-crypto/util/build/module/index.d.ts +4 -0
  216. package/node_modules/@aws-crypto/util/build/module/index.js +7 -0
  217. package/node_modules/@aws-crypto/util/build/module/index.js.map +1 -0
  218. package/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +2 -0
  219. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js +9 -0
  220. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +1 -0
  221. package/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +1 -0
  222. package/node_modules/@aws-crypto/util/build/module/numToUint8.js +11 -0
  223. package/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +1 -0
  224. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +1 -0
  225. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +16 -0
  226. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +1 -0
  227. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  228. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +10 -0
  229. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  230. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  231. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  232. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  233. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
  234. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  235. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +10 -0
  236. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  237. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  238. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  239. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  240. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
  241. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +201 -0
  242. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +4 -0
  243. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  244. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  245. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  246. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  247. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  248. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  249. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  250. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  251. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  252. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  253. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  254. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  255. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  256. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  257. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  258. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  259. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  260. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  261. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  262. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
  263. package/node_modules/@aws-crypto/util/package.json +8 -7
  264. package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +1 -1
  265. package/node_modules/@aws-crypto/util/tsconfig.json +2 -16
  266. package/node_modules/@aws-crypto/util/tsconfig.module.json +7 -0
  267. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +22 -97
  268. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +9 -15
  269. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +4 -0
  270. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +7 -0
  271. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +6 -8
  272. package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  273. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +2 -1
  274. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +2 -1
  275. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -1
  276. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -1
  277. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +2 -1
  278. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +2 -1
  279. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +2 -1
  280. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +2 -1
  281. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +2 -1
  282. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +2 -1
  283. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +2 -1
  284. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +2 -1
  285. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +2 -1
  286. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +2 -1
  287. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +3 -1
  288. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +2 -1
  289. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +2 -1
  290. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +2 -1
  291. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
  292. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +2 -1
  293. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -1
  294. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +2 -1
  295. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +2 -1
  296. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +2 -1
  297. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +2 -1
  298. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +2 -1
  299. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +2 -1
  300. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -1
  301. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -1
  302. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -1
  303. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +2 -1
  304. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +2 -1
  305. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +2 -1
  306. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +3 -1
  307. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +2 -1
  308. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +2 -1
  309. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +2 -1
  310. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -1
  311. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +2 -1
  312. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -1
  313. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +2 -1
  314. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +2 -1
  315. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +2 -1
  316. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +2 -1
  317. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +2 -1
  318. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +2 -1
  319. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +2 -1
  320. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +2 -1
  321. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +2 -1
  322. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +2 -1
  323. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +2 -1
  324. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +2 -1
  325. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +2 -1
  326. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -1
  327. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +2 -1
  328. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +2 -1
  329. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +2 -1
  330. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +2 -1
  331. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +2 -1
  332. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -1
  333. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +2 -1
  334. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +2 -1
  335. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +2 -1
  336. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +2 -1
  337. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +2 -1
  338. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +2 -1
  339. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +2 -1
  340. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +2 -1
  341. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +2 -1
  342. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +2 -1
  343. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +3 -3
  344. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +2 -1
  345. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +2 -1
  346. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +2 -1
  347. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -1
  348. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +2 -1
  349. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +2 -1
  350. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +2 -1
  351. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +2 -1
  352. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +2 -1
  353. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +2 -1
  354. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +2 -1
  355. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +2 -2
  356. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/CloudFormationServiceException.d.ts +2 -1
  357. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +49 -49
  358. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +46 -0
  359. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +2 -2
  360. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +2 -2
  361. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +3 -3
  362. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +7 -9
  363. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +2 -1
  364. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +2 -1
  365. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -1
  366. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +2 -1
  367. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +2 -1
  368. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +2 -1
  369. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +2 -1
  370. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackCommand.d.ts +2 -1
  371. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +2 -1
  372. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +2 -1
  373. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +2 -1
  374. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +2 -1
  375. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +2 -1
  376. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +2 -1
  377. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +2 -1
  378. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +2 -1
  379. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +2 -1
  380. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +2 -1
  381. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -1
  382. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +2 -1
  383. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +2 -1
  384. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +2 -1
  385. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +2 -1
  386. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +2 -1
  387. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +2 -1
  388. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +2 -1
  389. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +2 -1
  390. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +2 -1
  391. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +2 -1
  392. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +2 -1
  393. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +2 -1
  394. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +2 -1
  395. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +2 -1
  396. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +2 -1
  397. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +2 -1
  398. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +2 -1
  399. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +2 -1
  400. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +2 -1
  401. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +2 -1
  402. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +2 -1
  403. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +2 -1
  404. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +2 -1
  405. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +2 -1
  406. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +2 -1
  407. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +2 -1
  408. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +2 -1
  409. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +2 -1
  410. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListExportsCommand.d.ts +2 -1
  411. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +2 -1
  412. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListImportsCommand.d.ts +2 -1
  413. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +2 -1
  414. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +2 -1
  415. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +2 -1
  416. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -1
  417. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +2 -1
  418. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +2 -1
  419. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +2 -1
  420. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +2 -1
  421. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +2 -1
  422. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +2 -1
  423. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +2 -1
  424. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +2 -1
  425. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +2 -1
  426. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +2 -1
  427. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +2 -1
  428. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +2 -1
  429. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +2 -1
  430. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +2 -1
  431. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +2 -1
  432. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +2 -1
  433. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +6 -3
  434. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +2 -1
  435. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +2 -1
  436. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +2 -1
  437. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +2 -1
  438. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +2 -1
  439. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +2 -1
  440. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +2 -1
  441. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +2 -1
  442. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +2 -1
  443. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +2 -1
  444. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +2 -1
  445. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/CloudFormationServiceException.d.ts +2 -1
  446. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +7 -7
  447. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +7 -0
  448. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
  449. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
  450. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
  451. package/node_modules/@aws-sdk/client-cloudformation/package.json +38 -38
  452. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js +9 -38
  453. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentityClient.js +9 -15
  454. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentityClient.d.ts +6 -8
  455. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  456. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/CreateIdentityPoolCommand.d.ts +2 -1
  457. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentitiesCommand.d.ts +2 -1
  458. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentityPoolCommand.d.ts +2 -1
  459. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityCommand.d.ts +2 -1
  460. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityPoolCommand.d.ts +2 -1
  461. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +2 -1
  462. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdCommand.d.ts +2 -1
  463. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +2 -1
  464. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenCommand.d.ts +2 -1
  465. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +2 -1
  466. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +2 -1
  467. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentitiesCommand.d.ts +2 -1
  468. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentityPoolsCommand.d.ts +2 -1
  469. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  470. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +2 -1
  471. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +2 -1
  472. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +2 -1
  473. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +2 -1
  474. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/TagResourceCommand.d.ts +2 -1
  475. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +2 -1
  476. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkIdentityCommand.d.ts +2 -1
  477. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  478. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UpdateIdentityPoolCommand.d.ts +2 -1
  479. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/index.d.ts +2 -2
  480. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/CognitoIdentityServiceException.d.ts +2 -1
  481. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts +2 -2
  482. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts +2 -2
  483. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts +3 -3
  484. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentityClient.d.ts +7 -9
  485. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +2 -1
  486. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +2 -1
  487. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +2 -1
  488. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +2 -1
  489. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +2 -1
  490. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +2 -1
  491. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdCommand.d.ts +2 -1
  492. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +2 -1
  493. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +2 -1
  494. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +2 -1
  495. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +2 -1
  496. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +2 -1
  497. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +2 -1
  498. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  499. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +2 -1
  500. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +2 -1
  501. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +2 -1
  502. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +2 -1
  503. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  504. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +2 -1
  505. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +2 -1
  506. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  507. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +2 -1
  508. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts +2 -1
  509. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
  510. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
  511. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
  512. package/node_modules/@aws-sdk/client-cognito-identity/package.json +38 -38
  513. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +9 -174
  514. package/node_modules/@aws-sdk/client-iam/dist-es/IAMClient.js +9 -15
  515. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +6 -8
  516. package/node_modules/@aws-sdk/client-iam/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  517. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +2 -1
  518. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +2 -1
  519. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddUserToGroupCommand.d.ts +2 -1
  520. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachGroupPolicyCommand.d.ts +2 -1
  521. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachRolePolicyCommand.d.ts +2 -1
  522. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachUserPolicyCommand.d.ts +2 -1
  523. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ChangePasswordCommand.d.ts +2 -1
  524. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccessKeyCommand.d.ts +2 -1
  525. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccountAliasCommand.d.ts +2 -1
  526. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateGroupCommand.d.ts +2 -1
  527. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateInstanceProfileCommand.d.ts +2 -1
  528. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateLoginProfileCommand.d.ts +2 -1
  529. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +9 -8
  530. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyCommand.d.ts +2 -1
  531. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyVersionCommand.d.ts +2 -1
  532. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateRoleCommand.d.ts +2 -1
  533. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateSAMLProviderCommand.d.ts +2 -1
  534. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +2 -1
  535. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +2 -1
  536. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateUserCommand.d.ts +2 -1
  537. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +2 -1
  538. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeactivateMFADeviceCommand.d.ts +2 -1
  539. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccessKeyCommand.d.ts +2 -1
  540. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountAliasCommand.d.ts +2 -1
  541. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +2 -1
  542. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
  543. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupPolicyCommand.d.ts +2 -1
  544. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteInstanceProfileCommand.d.ts +2 -1
  545. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteLoginProfileCommand.d.ts +2 -1
  546. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +2 -1
  547. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
  548. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -1
  549. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRoleCommand.d.ts +2 -1
  550. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +2 -1
  551. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePolicyCommand.d.ts +2 -1
  552. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSAMLProviderCommand.d.ts +2 -1
  553. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +2 -1
  554. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServerCertificateCommand.d.ts +2 -1
  555. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +2 -1
  556. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +2 -1
  557. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSigningCertificateCommand.d.ts +2 -1
  558. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  559. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +2 -1
  560. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPolicyCommand.d.ts +2 -1
  561. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +2 -1
  562. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachGroupPolicyCommand.d.ts +2 -1
  563. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachRolePolicyCommand.d.ts +2 -1
  564. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachUserPolicyCommand.d.ts +2 -1
  565. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableMFADeviceCommand.d.ts +2 -1
  566. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateCredentialReportCommand.d.ts +2 -1
  567. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -1
  568. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -1
  569. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +3 -2
  570. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +2 -1
  571. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +2 -1
  572. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountSummaryCommand.d.ts +2 -1
  573. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +2 -1
  574. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +2 -1
  575. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetCredentialReportCommand.d.ts +2 -1
  576. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupCommand.d.ts +2 -1
  577. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupPolicyCommand.d.ts +2 -1
  578. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetInstanceProfileCommand.d.ts +2 -1
  579. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetLoginProfileCommand.d.ts +2 -1
  580. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetMFADeviceCommand.d.ts +2 -1
  581. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +2 -1
  582. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +2 -1
  583. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyCommand.d.ts +2 -1
  584. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyVersionCommand.d.ts +2 -1
  585. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRoleCommand.d.ts +2 -1
  586. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRolePolicyCommand.d.ts +2 -1
  587. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSAMLProviderCommand.d.ts +2 -1
  588. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSSHPublicKeyCommand.d.ts +2 -1
  589. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServerCertificateCommand.d.ts +2 -1
  590. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +2 -1
  591. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +2 -1
  592. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +2 -1
  593. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserCommand.d.ts +2 -1
  594. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserPolicyCommand.d.ts +2 -1
  595. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccessKeysCommand.d.ts +2 -1
  596. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccountAliasesCommand.d.ts +5 -4
  597. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +2 -1
  598. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +2 -1
  599. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +2 -1
  600. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +2 -1
  601. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupPoliciesCommand.d.ts +2 -1
  602. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsCommand.d.ts +2 -1
  603. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsForUserCommand.d.ts +2 -1
  604. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +2 -1
  605. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesCommand.d.ts +2 -1
  606. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +2 -1
  607. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADeviceTagsCommand.d.ts +2 -1
  608. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADevicesCommand.d.ts +2 -1
  609. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +2 -1
  610. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +2 -1
  611. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesCommand.d.ts +2 -1
  612. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +2 -1
  613. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyTagsCommand.d.ts +2 -1
  614. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyVersionsCommand.d.ts +2 -1
  615. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolePoliciesCommand.d.ts +2 -1
  616. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRoleTagsCommand.d.ts +2 -1
  617. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolesCommand.d.ts +2 -1
  618. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +2 -1
  619. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProvidersCommand.d.ts +2 -1
  620. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSSHPublicKeysCommand.d.ts +2 -1
  621. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificateTagsCommand.d.ts +2 -1
  622. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificatesCommand.d.ts +2 -1
  623. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +2 -1
  624. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSigningCertificatesCommand.d.ts +2 -1
  625. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserPoliciesCommand.d.ts +2 -1
  626. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserTagsCommand.d.ts +2 -1
  627. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUsersCommand.d.ts +2 -1
  628. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +2 -1
  629. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +2 -1
  630. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +2 -1
  631. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +2 -1
  632. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +2 -1
  633. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +2 -1
  634. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +2 -1
  635. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +2 -1
  636. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +2 -1
  637. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +2 -1
  638. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +2 -1
  639. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +2 -1
  640. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +2 -1
  641. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +2 -1
  642. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +2 -1
  643. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +2 -1
  644. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +2 -1
  645. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +2 -1
  646. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +2 -1
  647. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +2 -1
  648. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +2 -1
  649. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +2 -1
  650. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +2 -1
  651. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +2 -1
  652. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +2 -1
  653. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +2 -1
  654. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +2 -1
  655. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +2 -1
  656. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +2 -1
  657. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +2 -1
  658. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +2 -1
  659. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +2 -1
  660. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +2 -1
  661. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +2 -1
  662. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +2 -1
  663. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +2 -1
  664. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +7 -7
  665. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleCommand.d.ts +2 -1
  666. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +2 -1
  667. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSAMLProviderCommand.d.ts +2 -1
  668. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +2 -1
  669. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServerCertificateCommand.d.ts +2 -1
  670. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +2 -1
  671. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSigningCertificateCommand.d.ts +2 -1
  672. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateUserCommand.d.ts +2 -1
  673. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +2 -1
  674. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadServerCertificateCommand.d.ts +2 -1
  675. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSigningCertificateCommand.d.ts +2 -1
  676. package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +2 -2
  677. package/node_modules/@aws-sdk/client-iam/dist-types/models/IAMServiceException.d.ts +2 -1
  678. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +3 -2
  679. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +2 -2
  680. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.d.ts +2 -2
  681. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +3 -3
  682. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +7 -9
  683. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +2 -1
  684. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +2 -1
  685. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +2 -1
  686. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +2 -1
  687. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +2 -1
  688. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +2 -1
  689. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +2 -1
  690. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +2 -1
  691. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +2 -1
  692. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +2 -1
  693. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +2 -1
  694. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +2 -1
  695. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +2 -1
  696. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +2 -1
  697. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +2 -1
  698. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +2 -1
  699. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +2 -1
  700. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +2 -1
  701. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +2 -1
  702. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateUserCommand.d.ts +2 -1
  703. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +2 -1
  704. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +2 -1
  705. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +2 -1
  706. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +2 -1
  707. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +2 -1
  708. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -1
  709. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +2 -1
  710. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +2 -1
  711. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +2 -1
  712. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +2 -1
  713. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +2 -1
  714. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +2 -1
  715. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +2 -1
  716. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +2 -1
  717. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +2 -1
  718. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +2 -1
  719. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +2 -1
  720. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +2 -1
  721. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +2 -1
  722. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +2 -1
  723. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +2 -1
  724. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
  725. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +2 -1
  726. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +2 -1
  727. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +2 -1
  728. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +2 -1
  729. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +2 -1
  730. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +2 -1
  731. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +2 -1
  732. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +2 -1
  733. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -1
  734. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -1
  735. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +2 -1
  736. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +2 -1
  737. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +2 -1
  738. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +2 -1
  739. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +2 -1
  740. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +2 -1
  741. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +2 -1
  742. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetGroupCommand.d.ts +2 -1
  743. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +2 -1
  744. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +2 -1
  745. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +2 -1
  746. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetMFADeviceCommand.d.ts +2 -1
  747. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +2 -1
  748. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +2 -1
  749. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -1
  750. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +2 -1
  751. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetRoleCommand.d.ts +2 -1
  752. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +2 -1
  753. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +2 -1
  754. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +2 -1
  755. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +2 -1
  756. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +2 -1
  757. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +2 -1
  758. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +2 -1
  759. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetUserCommand.d.ts +2 -1
  760. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +2 -1
  761. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +2 -1
  762. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +2 -1
  763. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +2 -1
  764. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +2 -1
  765. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +2 -1
  766. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +2 -1
  767. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +2 -1
  768. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -1
  769. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +2 -1
  770. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +2 -1
  771. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +2 -1
  772. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +2 -1
  773. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +2 -1
  774. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +2 -1
  775. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +2 -1
  776. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +2 -1
  777. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +2 -1
  778. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +2 -1
  779. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +2 -1
  780. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +2 -1
  781. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +2 -1
  782. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +2 -1
  783. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRolesCommand.d.ts +2 -1
  784. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +2 -1
  785. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +2 -1
  786. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +2 -1
  787. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +2 -1
  788. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +2 -1
  789. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +2 -1
  790. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +2 -1
  791. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +2 -1
  792. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +2 -1
  793. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUsersCommand.d.ts +2 -1
  794. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +2 -1
  795. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +2 -1
  796. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +2 -1
  797. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +2 -1
  798. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +2 -1
  799. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +2 -1
  800. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +2 -1
  801. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +2 -1
  802. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +2 -1
  803. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +2 -1
  804. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +2 -1
  805. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +2 -1
  806. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +2 -1
  807. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +2 -1
  808. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +2 -1
  809. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +2 -1
  810. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +2 -1
  811. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +2 -1
  812. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +2 -1
  813. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +2 -1
  814. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +2 -1
  815. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +2 -1
  816. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +2 -1
  817. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +2 -1
  818. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +2 -1
  819. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +2 -1
  820. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +2 -1
  821. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +2 -1
  822. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +2 -1
  823. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +2 -1
  824. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +2 -1
  825. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +2 -1
  826. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +2 -1
  827. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +2 -1
  828. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +2 -1
  829. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +2 -1
  830. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +2 -1
  831. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +2 -1
  832. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +2 -1
  833. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +2 -1
  834. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +2 -1
  835. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +2 -1
  836. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +2 -1
  837. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +2 -1
  838. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +2 -1
  839. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +2 -1
  840. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +2 -1
  841. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +2 -1
  842. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/IAMServiceException.d.ts +2 -1
  843. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +1 -1
  844. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
  845. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
  846. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
  847. package/node_modules/@aws-sdk/client-iam/package.json +38 -38
  848. package/node_modules/@aws-sdk/client-iot/dist-cjs/index.js +38 -359
  849. package/node_modules/@aws-sdk/client-iot/dist-es/IoTClient.js +10 -16
  850. package/node_modules/@aws-sdk/client-iot/dist-es/protocols/Aws_restJson1.js +29 -89
  851. package/node_modules/@aws-sdk/client-iot/dist-types/IoTClient.d.ts +6 -8
  852. package/node_modules/@aws-sdk/client-iot/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  853. package/node_modules/@aws-sdk/client-iot/dist-types/commands/AcceptCertificateTransferCommand.d.ts +2 -1
  854. package/node_modules/@aws-sdk/client-iot/dist-types/commands/AddThingToBillingGroupCommand.d.ts +2 -1
  855. package/node_modules/@aws-sdk/client-iot/dist-types/commands/AddThingToThingGroupCommand.d.ts +2 -1
  856. package/node_modules/@aws-sdk/client-iot/dist-types/commands/AssociateTargetsWithJobCommand.d.ts +2 -1
  857. package/node_modules/@aws-sdk/client-iot/dist-types/commands/AttachPolicyCommand.d.ts +2 -1
  858. package/node_modules/@aws-sdk/client-iot/dist-types/commands/AttachPrincipalPolicyCommand.d.ts +2 -1
  859. package/node_modules/@aws-sdk/client-iot/dist-types/commands/AttachSecurityProfileCommand.d.ts +2 -1
  860. package/node_modules/@aws-sdk/client-iot/dist-types/commands/AttachThingPrincipalCommand.d.ts +2 -1
  861. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CancelAuditMitigationActionsTaskCommand.d.ts +2 -1
  862. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CancelAuditTaskCommand.d.ts +2 -1
  863. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CancelCertificateTransferCommand.d.ts +2 -1
  864. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CancelDetectMitigationActionsTaskCommand.d.ts +2 -1
  865. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CancelJobCommand.d.ts +2 -1
  866. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CancelJobExecutionCommand.d.ts +2 -1
  867. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ClearDefaultAuthorizerCommand.d.ts +2 -1
  868. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ConfirmTopicRuleDestinationCommand.d.ts +2 -1
  869. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateAuditSuppressionCommand.d.ts +2 -1
  870. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateAuthorizerCommand.d.ts +2 -1
  871. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateBillingGroupCommand.d.ts +2 -1
  872. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateCertificateFromCsrCommand.d.ts +2 -1
  873. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateCertificateProviderCommand.d.ts +2 -1
  874. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateCustomMetricCommand.d.ts +2 -1
  875. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateDimensionCommand.d.ts +2 -1
  876. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateDomainConfigurationCommand.d.ts +2 -1
  877. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateDynamicThingGroupCommand.d.ts +2 -1
  878. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateFleetMetricCommand.d.ts +2 -1
  879. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateJobCommand.d.ts +2 -1
  880. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateJobTemplateCommand.d.ts +2 -1
  881. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateKeysAndCertificateCommand.d.ts +2 -1
  882. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateMitigationActionCommand.d.ts +2 -1
  883. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateOTAUpdateCommand.d.ts +2 -1
  884. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreatePackageCommand.d.ts +2 -1
  885. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreatePackageVersionCommand.d.ts +2 -1
  886. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreatePolicyCommand.d.ts +2 -1
  887. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreatePolicyVersionCommand.d.ts +2 -1
  888. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateProvisioningClaimCommand.d.ts +2 -1
  889. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateProvisioningTemplateCommand.d.ts +2 -1
  890. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateProvisioningTemplateVersionCommand.d.ts +2 -1
  891. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateRoleAliasCommand.d.ts +2 -1
  892. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateScheduledAuditCommand.d.ts +2 -1
  893. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateSecurityProfileCommand.d.ts +2 -1
  894. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateStreamCommand.d.ts +2 -1
  895. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateThingCommand.d.ts +2 -1
  896. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateThingGroupCommand.d.ts +2 -1
  897. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateThingTypeCommand.d.ts +2 -1
  898. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateTopicRuleCommand.d.ts +2 -1
  899. package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +2 -1
  900. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteAccountAuditConfigurationCommand.d.ts +2 -1
  901. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteAuditSuppressionCommand.d.ts +2 -1
  902. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteAuthorizerCommand.d.ts +2 -1
  903. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteBillingGroupCommand.d.ts +2 -1
  904. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteCACertificateCommand.d.ts +2 -1
  905. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteCertificateCommand.d.ts +2 -1
  906. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteCertificateProviderCommand.d.ts +2 -1
  907. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteCustomMetricCommand.d.ts +2 -1
  908. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteDimensionCommand.d.ts +2 -1
  909. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteDomainConfigurationCommand.d.ts +2 -1
  910. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteDynamicThingGroupCommand.d.ts +2 -1
  911. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteFleetMetricCommand.d.ts +2 -1
  912. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteJobCommand.d.ts +2 -1
  913. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteJobExecutionCommand.d.ts +2 -1
  914. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteJobTemplateCommand.d.ts +2 -1
  915. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteMitigationActionCommand.d.ts +2 -1
  916. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteOTAUpdateCommand.d.ts +2 -1
  917. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeletePackageCommand.d.ts +2 -1
  918. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeletePackageVersionCommand.d.ts +2 -1
  919. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
  920. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -1
  921. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteProvisioningTemplateCommand.d.ts +2 -1
  922. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteProvisioningTemplateVersionCommand.d.ts +2 -1
  923. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteRegistrationCodeCommand.d.ts +2 -1
  924. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteRoleAliasCommand.d.ts +2 -1
  925. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteScheduledAuditCommand.d.ts +2 -1
  926. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteSecurityProfileCommand.d.ts +2 -1
  927. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteStreamCommand.d.ts +2 -1
  928. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteThingCommand.d.ts +2 -1
  929. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteThingGroupCommand.d.ts +2 -1
  930. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteThingTypeCommand.d.ts +2 -1
  931. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteTopicRuleCommand.d.ts +2 -1
  932. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteTopicRuleDestinationCommand.d.ts +2 -1
  933. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteV2LoggingLevelCommand.d.ts +2 -1
  934. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeprecateThingTypeCommand.d.ts +2 -1
  935. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAccountAuditConfigurationCommand.d.ts +2 -1
  936. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAuditFindingCommand.d.ts +2 -1
  937. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +2 -1
  938. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAuditSuppressionCommand.d.ts +2 -1
  939. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAuditTaskCommand.d.ts +2 -1
  940. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAuthorizerCommand.d.ts +2 -1
  941. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeBillingGroupCommand.d.ts +2 -1
  942. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeCACertificateCommand.d.ts +2 -1
  943. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeCertificateCommand.d.ts +2 -1
  944. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeCertificateProviderCommand.d.ts +2 -1
  945. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeCustomMetricCommand.d.ts +2 -1
  946. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeDefaultAuthorizerCommand.d.ts +2 -1
  947. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +2 -1
  948. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeDimensionCommand.d.ts +2 -1
  949. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeDomainConfigurationCommand.d.ts +2 -1
  950. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeEndpointCommand.d.ts +2 -1
  951. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeEventConfigurationsCommand.d.ts +2 -1
  952. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeFleetMetricCommand.d.ts +2 -1
  953. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeIndexCommand.d.ts +2 -1
  954. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeJobCommand.d.ts +2 -1
  955. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeJobExecutionCommand.d.ts +2 -1
  956. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeJobTemplateCommand.d.ts +2 -1
  957. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeManagedJobTemplateCommand.d.ts +2 -1
  958. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeMitigationActionCommand.d.ts +2 -1
  959. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeProvisioningTemplateCommand.d.ts +2 -1
  960. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeProvisioningTemplateVersionCommand.d.ts +2 -1
  961. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeRoleAliasCommand.d.ts +2 -1
  962. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeScheduledAuditCommand.d.ts +2 -1
  963. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeSecurityProfileCommand.d.ts +2 -1
  964. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeStreamCommand.d.ts +2 -1
  965. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeThingCommand.d.ts +2 -1
  966. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeThingGroupCommand.d.ts +2 -1
  967. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeThingRegistrationTaskCommand.d.ts +2 -1
  968. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeThingTypeCommand.d.ts +2 -1
  969. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DetachPolicyCommand.d.ts +2 -1
  970. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DetachPrincipalPolicyCommand.d.ts +2 -1
  971. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DetachSecurityProfileCommand.d.ts +2 -1
  972. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DetachThingPrincipalCommand.d.ts +2 -1
  973. package/node_modules/@aws-sdk/client-iot/dist-types/commands/DisableTopicRuleCommand.d.ts +2 -1
  974. package/node_modules/@aws-sdk/client-iot/dist-types/commands/EnableTopicRuleCommand.d.ts +2 -1
  975. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +2 -1
  976. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetBucketsAggregationCommand.d.ts +2 -1
  977. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetCardinalityCommand.d.ts +2 -1
  978. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetEffectivePoliciesCommand.d.ts +2 -1
  979. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetIndexingConfigurationCommand.d.ts +2 -1
  980. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetJobDocumentCommand.d.ts +2 -1
  981. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetLoggingOptionsCommand.d.ts +2 -1
  982. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetOTAUpdateCommand.d.ts +2 -1
  983. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetPackageCommand.d.ts +2 -1
  984. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetPackageConfigurationCommand.d.ts +2 -1
  985. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetPackageVersionCommand.d.ts +2 -1
  986. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetPercentilesCommand.d.ts +2 -1
  987. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetPolicyCommand.d.ts +2 -1
  988. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetPolicyVersionCommand.d.ts +2 -1
  989. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetRegistrationCodeCommand.d.ts +2 -1
  990. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetStatisticsCommand.d.ts +2 -1
  991. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetTopicRuleCommand.d.ts +2 -1
  992. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetTopicRuleDestinationCommand.d.ts +2 -1
  993. package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetV2LoggingOptionsCommand.d.ts +2 -1
  994. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListActiveViolationsCommand.d.ts +2 -1
  995. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListAttachedPoliciesCommand.d.ts +2 -1
  996. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListAuditFindingsCommand.d.ts +2 -1
  997. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +2 -1
  998. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListAuditMitigationActionsTasksCommand.d.ts +2 -1
  999. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListAuditSuppressionsCommand.d.ts +2 -1
  1000. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListAuditTasksCommand.d.ts +2 -1
  1001. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListAuthorizersCommand.d.ts +2 -1
  1002. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListBillingGroupsCommand.d.ts +2 -1
  1003. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCACertificatesCommand.d.ts +2 -1
  1004. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCertificateProvidersCommand.d.ts +2 -1
  1005. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCertificatesByCACommand.d.ts +2 -1
  1006. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCertificatesCommand.d.ts +2 -1
  1007. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCustomMetricsCommand.d.ts +2 -1
  1008. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +2 -1
  1009. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListDetectMitigationActionsTasksCommand.d.ts +2 -1
  1010. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListDimensionsCommand.d.ts +2 -1
  1011. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListDomainConfigurationsCommand.d.ts +2 -1
  1012. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListFleetMetricsCommand.d.ts +2 -1
  1013. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListIndicesCommand.d.ts +2 -1
  1014. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListJobExecutionsForJobCommand.d.ts +2 -1
  1015. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListJobExecutionsForThingCommand.d.ts +2 -1
  1016. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListJobTemplatesCommand.d.ts +2 -1
  1017. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListJobsCommand.d.ts +2 -1
  1018. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListManagedJobTemplatesCommand.d.ts +2 -1
  1019. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListMetricValuesCommand.d.ts +2 -1
  1020. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListMitigationActionsCommand.d.ts +2 -1
  1021. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListOTAUpdatesCommand.d.ts +2 -1
  1022. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListOutgoingCertificatesCommand.d.ts +2 -1
  1023. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPackageVersionsCommand.d.ts +2 -1
  1024. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPackagesCommand.d.ts +2 -1
  1025. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPoliciesCommand.d.ts +2 -1
  1026. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPolicyPrincipalsCommand.d.ts +2 -1
  1027. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPolicyVersionsCommand.d.ts +2 -1
  1028. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPrincipalPoliciesCommand.d.ts +2 -1
  1029. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPrincipalThingsCommand.d.ts +2 -1
  1030. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListProvisioningTemplateVersionsCommand.d.ts +2 -1
  1031. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListProvisioningTemplatesCommand.d.ts +2 -1
  1032. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +2 -1
  1033. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListRoleAliasesCommand.d.ts +2 -1
  1034. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListScheduledAuditsCommand.d.ts +2 -1
  1035. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListSecurityProfilesCommand.d.ts +2 -1
  1036. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListSecurityProfilesForTargetCommand.d.ts +2 -1
  1037. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListStreamsCommand.d.ts +2 -1
  1038. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  1039. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListTargetsForPolicyCommand.d.ts +2 -1
  1040. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +2 -1
  1041. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingGroupsCommand.d.ts +2 -1
  1042. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingGroupsForThingCommand.d.ts +2 -1
  1043. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingPrincipalsCommand.d.ts +2 -1
  1044. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingRegistrationTaskReportsCommand.d.ts +2 -1
  1045. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingRegistrationTasksCommand.d.ts +2 -1
  1046. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingTypesCommand.d.ts +2 -1
  1047. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingsCommand.d.ts +2 -1
  1048. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingsInBillingGroupCommand.d.ts +2 -1
  1049. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingsInThingGroupCommand.d.ts +2 -1
  1050. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListTopicRuleDestinationsCommand.d.ts +2 -1
  1051. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListTopicRulesCommand.d.ts +2 -1
  1052. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListV2LoggingLevelsCommand.d.ts +2 -1
  1053. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListViolationEventsCommand.d.ts +2 -1
  1054. package/node_modules/@aws-sdk/client-iot/dist-types/commands/PutVerificationStateOnViolationCommand.d.ts +2 -1
  1055. package/node_modules/@aws-sdk/client-iot/dist-types/commands/RegisterCACertificateCommand.d.ts +2 -1
  1056. package/node_modules/@aws-sdk/client-iot/dist-types/commands/RegisterCertificateCommand.d.ts +2 -1
  1057. package/node_modules/@aws-sdk/client-iot/dist-types/commands/RegisterCertificateWithoutCACommand.d.ts +2 -1
  1058. package/node_modules/@aws-sdk/client-iot/dist-types/commands/RegisterThingCommand.d.ts +2 -1
  1059. package/node_modules/@aws-sdk/client-iot/dist-types/commands/RejectCertificateTransferCommand.d.ts +2 -1
  1060. package/node_modules/@aws-sdk/client-iot/dist-types/commands/RemoveThingFromBillingGroupCommand.d.ts +2 -1
  1061. package/node_modules/@aws-sdk/client-iot/dist-types/commands/RemoveThingFromThingGroupCommand.d.ts +2 -1
  1062. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ReplaceTopicRuleCommand.d.ts +2 -1
  1063. package/node_modules/@aws-sdk/client-iot/dist-types/commands/SearchIndexCommand.d.ts +2 -1
  1064. package/node_modules/@aws-sdk/client-iot/dist-types/commands/SetDefaultAuthorizerCommand.d.ts +2 -1
  1065. package/node_modules/@aws-sdk/client-iot/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +2 -1
  1066. package/node_modules/@aws-sdk/client-iot/dist-types/commands/SetLoggingOptionsCommand.d.ts +2 -1
  1067. package/node_modules/@aws-sdk/client-iot/dist-types/commands/SetV2LoggingLevelCommand.d.ts +2 -1
  1068. package/node_modules/@aws-sdk/client-iot/dist-types/commands/SetV2LoggingOptionsCommand.d.ts +2 -1
  1069. package/node_modules/@aws-sdk/client-iot/dist-types/commands/StartAuditMitigationActionsTaskCommand.d.ts +2 -1
  1070. package/node_modules/@aws-sdk/client-iot/dist-types/commands/StartDetectMitigationActionsTaskCommand.d.ts +2 -1
  1071. package/node_modules/@aws-sdk/client-iot/dist-types/commands/StartOnDemandAuditTaskCommand.d.ts +2 -1
  1072. package/node_modules/@aws-sdk/client-iot/dist-types/commands/StartThingRegistrationTaskCommand.d.ts +2 -1
  1073. package/node_modules/@aws-sdk/client-iot/dist-types/commands/StopThingRegistrationTaskCommand.d.ts +2 -1
  1074. package/node_modules/@aws-sdk/client-iot/dist-types/commands/TagResourceCommand.d.ts +2 -1
  1075. package/node_modules/@aws-sdk/client-iot/dist-types/commands/TestAuthorizationCommand.d.ts +2 -1
  1076. package/node_modules/@aws-sdk/client-iot/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +2 -1
  1077. package/node_modules/@aws-sdk/client-iot/dist-types/commands/TransferCertificateCommand.d.ts +2 -1
  1078. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  1079. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateAccountAuditConfigurationCommand.d.ts +2 -1
  1080. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateAuditSuppressionCommand.d.ts +2 -1
  1081. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateAuthorizerCommand.d.ts +2 -1
  1082. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateBillingGroupCommand.d.ts +2 -1
  1083. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateCACertificateCommand.d.ts +2 -1
  1084. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateCertificateCommand.d.ts +2 -1
  1085. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateCertificateProviderCommand.d.ts +2 -1
  1086. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateCustomMetricCommand.d.ts +2 -1
  1087. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateDimensionCommand.d.ts +2 -1
  1088. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateDomainConfigurationCommand.d.ts +2 -1
  1089. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateDynamicThingGroupCommand.d.ts +2 -1
  1090. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateEventConfigurationsCommand.d.ts +2 -1
  1091. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateFleetMetricCommand.d.ts +2 -1
  1092. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateIndexingConfigurationCommand.d.ts +2 -1
  1093. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateJobCommand.d.ts +2 -1
  1094. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateMitigationActionCommand.d.ts +2 -1
  1095. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdatePackageCommand.d.ts +2 -1
  1096. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdatePackageConfigurationCommand.d.ts +2 -1
  1097. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdatePackageVersionCommand.d.ts +2 -1
  1098. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateProvisioningTemplateCommand.d.ts +2 -1
  1099. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateRoleAliasCommand.d.ts +2 -1
  1100. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateScheduledAuditCommand.d.ts +2 -1
  1101. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateSecurityProfileCommand.d.ts +2 -1
  1102. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateStreamCommand.d.ts +2 -1
  1103. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateThingCommand.d.ts +2 -1
  1104. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateThingGroupCommand.d.ts +2 -1
  1105. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateThingGroupsForThingCommand.d.ts +2 -1
  1106. package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateTopicRuleDestinationCommand.d.ts +2 -1
  1107. package/node_modules/@aws-sdk/client-iot/dist-types/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +2 -1
  1108. package/node_modules/@aws-sdk/client-iot/dist-types/index.d.ts +2 -2
  1109. package/node_modules/@aws-sdk/client-iot/dist-types/models/IoTServiceException.d.ts +2 -1
  1110. package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.browser.d.ts +2 -2
  1111. package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.d.ts +2 -2
  1112. package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.native.d.ts +3 -3
  1113. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/IoTClient.d.ts +7 -9
  1114. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/AcceptCertificateTransferCommand.d.ts +2 -1
  1115. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/AddThingToBillingGroupCommand.d.ts +2 -1
  1116. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/AddThingToThingGroupCommand.d.ts +2 -1
  1117. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/AssociateTargetsWithJobCommand.d.ts +2 -1
  1118. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +2 -1
  1119. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/AttachPrincipalPolicyCommand.d.ts +2 -1
  1120. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/AttachSecurityProfileCommand.d.ts +2 -1
  1121. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/AttachThingPrincipalCommand.d.ts +2 -1
  1122. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CancelAuditMitigationActionsTaskCommand.d.ts +2 -1
  1123. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CancelAuditTaskCommand.d.ts +2 -1
  1124. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CancelCertificateTransferCommand.d.ts +2 -1
  1125. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CancelDetectMitigationActionsTaskCommand.d.ts +2 -1
  1126. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CancelJobCommand.d.ts +2 -1
  1127. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CancelJobExecutionCommand.d.ts +2 -1
  1128. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ClearDefaultAuthorizerCommand.d.ts +2 -1
  1129. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ConfirmTopicRuleDestinationCommand.d.ts +2 -1
  1130. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateAuditSuppressionCommand.d.ts +2 -1
  1131. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +2 -1
  1132. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +2 -1
  1133. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateCertificateFromCsrCommand.d.ts +2 -1
  1134. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateCertificateProviderCommand.d.ts +2 -1
  1135. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateCustomMetricCommand.d.ts +2 -1
  1136. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateDimensionCommand.d.ts +2 -1
  1137. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateDomainConfigurationCommand.d.ts +2 -1
  1138. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateDynamicThingGroupCommand.d.ts +2 -1
  1139. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateFleetMetricCommand.d.ts +2 -1
  1140. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateJobCommand.d.ts +2 -1
  1141. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +2 -1
  1142. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateKeysAndCertificateCommand.d.ts +2 -1
  1143. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateMitigationActionCommand.d.ts +2 -1
  1144. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateOTAUpdateCommand.d.ts +2 -1
  1145. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +2 -1
  1146. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreatePackageVersionCommand.d.ts +2 -1
  1147. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +2 -1
  1148. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +2 -1
  1149. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateProvisioningClaimCommand.d.ts +2 -1
  1150. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateProvisioningTemplateCommand.d.ts +2 -1
  1151. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateProvisioningTemplateVersionCommand.d.ts +2 -1
  1152. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateRoleAliasCommand.d.ts +2 -1
  1153. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateScheduledAuditCommand.d.ts +2 -1
  1154. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +2 -1
  1155. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +2 -1
  1156. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateThingCommand.d.ts +2 -1
  1157. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateThingGroupCommand.d.ts +2 -1
  1158. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateThingTypeCommand.d.ts +2 -1
  1159. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateTopicRuleCommand.d.ts +2 -1
  1160. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateTopicRuleDestinationCommand.d.ts +2 -1
  1161. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteAccountAuditConfigurationCommand.d.ts +2 -1
  1162. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteAuditSuppressionCommand.d.ts +2 -1
  1163. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +2 -1
  1164. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +2 -1
  1165. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteCACertificateCommand.d.ts +2 -1
  1166. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +2 -1
  1167. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteCertificateProviderCommand.d.ts +2 -1
  1168. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteCustomMetricCommand.d.ts +2 -1
  1169. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteDimensionCommand.d.ts +2 -1
  1170. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteDomainConfigurationCommand.d.ts +2 -1
  1171. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteDynamicThingGroupCommand.d.ts +2 -1
  1172. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteFleetMetricCommand.d.ts +2 -1
  1173. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +2 -1
  1174. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteJobExecutionCommand.d.ts +2 -1
  1175. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +2 -1
  1176. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteMitigationActionCommand.d.ts +2 -1
  1177. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteOTAUpdateCommand.d.ts +2 -1
  1178. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +2 -1
  1179. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeletePackageVersionCommand.d.ts +2 -1
  1180. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +2 -1
  1181. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +2 -1
  1182. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteProvisioningTemplateCommand.d.ts +2 -1
  1183. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteProvisioningTemplateVersionCommand.d.ts +2 -1
  1184. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteRegistrationCodeCommand.d.ts +2 -1
  1185. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteRoleAliasCommand.d.ts +2 -1
  1186. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteScheduledAuditCommand.d.ts +2 -1
  1187. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +2 -1
  1188. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +2 -1
  1189. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteThingCommand.d.ts +2 -1
  1190. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteThingGroupCommand.d.ts +2 -1
  1191. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteThingTypeCommand.d.ts +2 -1
  1192. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteTopicRuleCommand.d.ts +2 -1
  1193. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteTopicRuleDestinationCommand.d.ts +2 -1
  1194. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteV2LoggingLevelCommand.d.ts +2 -1
  1195. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeprecateThingTypeCommand.d.ts +2 -1
  1196. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAccountAuditConfigurationCommand.d.ts +2 -1
  1197. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAuditFindingCommand.d.ts +2 -1
  1198. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +2 -1
  1199. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAuditSuppressionCommand.d.ts +2 -1
  1200. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAuditTaskCommand.d.ts +2 -1
  1201. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAuthorizerCommand.d.ts +2 -1
  1202. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeBillingGroupCommand.d.ts +2 -1
  1203. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeCACertificateCommand.d.ts +2 -1
  1204. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +2 -1
  1205. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeCertificateProviderCommand.d.ts +2 -1
  1206. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeCustomMetricCommand.d.ts +2 -1
  1207. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeDefaultAuthorizerCommand.d.ts +2 -1
  1208. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +2 -1
  1209. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeDimensionCommand.d.ts +2 -1
  1210. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeDomainConfigurationCommand.d.ts +2 -1
  1211. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +2 -1
  1212. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeEventConfigurationsCommand.d.ts +2 -1
  1213. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeFleetMetricCommand.d.ts +2 -1
  1214. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +2 -1
  1215. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +2 -1
  1216. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeJobExecutionCommand.d.ts +2 -1
  1217. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +2 -1
  1218. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeManagedJobTemplateCommand.d.ts +2 -1
  1219. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeMitigationActionCommand.d.ts +2 -1
  1220. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeProvisioningTemplateCommand.d.ts +2 -1
  1221. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeProvisioningTemplateVersionCommand.d.ts +2 -1
  1222. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeRoleAliasCommand.d.ts +2 -1
  1223. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeScheduledAuditCommand.d.ts +2 -1
  1224. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +2 -1
  1225. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +2 -1
  1226. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeThingCommand.d.ts +2 -1
  1227. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeThingGroupCommand.d.ts +2 -1
  1228. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeThingRegistrationTaskCommand.d.ts +2 -1
  1229. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeThingTypeCommand.d.ts +2 -1
  1230. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +2 -1
  1231. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DetachPrincipalPolicyCommand.d.ts +2 -1
  1232. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DetachSecurityProfileCommand.d.ts +2 -1
  1233. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DetachThingPrincipalCommand.d.ts +2 -1
  1234. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DisableTopicRuleCommand.d.ts +2 -1
  1235. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/EnableTopicRuleCommand.d.ts +2 -1
  1236. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +2 -1
  1237. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetBucketsAggregationCommand.d.ts +2 -1
  1238. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetCardinalityCommand.d.ts +2 -1
  1239. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetEffectivePoliciesCommand.d.ts +2 -1
  1240. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetIndexingConfigurationCommand.d.ts +2 -1
  1241. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetJobDocumentCommand.d.ts +2 -1
  1242. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +2 -1
  1243. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetOTAUpdateCommand.d.ts +2 -1
  1244. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetPackageCommand.d.ts +2 -1
  1245. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetPackageConfigurationCommand.d.ts +2 -1
  1246. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetPackageVersionCommand.d.ts +2 -1
  1247. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetPercentilesCommand.d.ts +2 -1
  1248. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -1
  1249. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +2 -1
  1250. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetRegistrationCodeCommand.d.ts +2 -1
  1251. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetStatisticsCommand.d.ts +2 -1
  1252. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetTopicRuleCommand.d.ts +2 -1
  1253. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetTopicRuleDestinationCommand.d.ts +2 -1
  1254. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetV2LoggingOptionsCommand.d.ts +2 -1
  1255. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListActiveViolationsCommand.d.ts +2 -1
  1256. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListAttachedPoliciesCommand.d.ts +2 -1
  1257. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +2 -1
  1258. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +2 -1
  1259. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListAuditMitigationActionsTasksCommand.d.ts +2 -1
  1260. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListAuditSuppressionsCommand.d.ts +2 -1
  1261. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListAuditTasksCommand.d.ts +2 -1
  1262. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListAuthorizersCommand.d.ts +2 -1
  1263. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +2 -1
  1264. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCACertificatesCommand.d.ts +2 -1
  1265. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCertificateProvidersCommand.d.ts +2 -1
  1266. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCertificatesByCACommand.d.ts +2 -1
  1267. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +2 -1
  1268. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCustomMetricsCommand.d.ts +2 -1
  1269. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +2 -1
  1270. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListDetectMitigationActionsTasksCommand.d.ts +2 -1
  1271. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListDimensionsCommand.d.ts +2 -1
  1272. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListDomainConfigurationsCommand.d.ts +2 -1
  1273. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListFleetMetricsCommand.d.ts +2 -1
  1274. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +2 -1
  1275. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListJobExecutionsForJobCommand.d.ts +2 -1
  1276. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListJobExecutionsForThingCommand.d.ts +2 -1
  1277. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +2 -1
  1278. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -1
  1279. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListManagedJobTemplatesCommand.d.ts +2 -1
  1280. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListMetricValuesCommand.d.ts +2 -1
  1281. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListMitigationActionsCommand.d.ts +2 -1
  1282. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListOTAUpdatesCommand.d.ts +2 -1
  1283. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListOutgoingCertificatesCommand.d.ts +2 -1
  1284. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +2 -1
  1285. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +2 -1
  1286. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +2 -1
  1287. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPolicyPrincipalsCommand.d.ts +2 -1
  1288. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +2 -1
  1289. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPrincipalPoliciesCommand.d.ts +2 -1
  1290. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPrincipalThingsCommand.d.ts +2 -1
  1291. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListProvisioningTemplateVersionsCommand.d.ts +2 -1
  1292. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListProvisioningTemplatesCommand.d.ts +2 -1
  1293. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +2 -1
  1294. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListRoleAliasesCommand.d.ts +2 -1
  1295. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListScheduledAuditsCommand.d.ts +2 -1
  1296. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +2 -1
  1297. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListSecurityProfilesForTargetCommand.d.ts +2 -1
  1298. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +2 -1
  1299. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  1300. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +2 -1
  1301. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListTargetsForSecurityProfileCommand.d.ts +2 -1
  1302. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingGroupsCommand.d.ts +2 -1
  1303. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingGroupsForThingCommand.d.ts +2 -1
  1304. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingPrincipalsCommand.d.ts +2 -1
  1305. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingRegistrationTaskReportsCommand.d.ts +2 -1
  1306. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingRegistrationTasksCommand.d.ts +2 -1
  1307. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingTypesCommand.d.ts +2 -1
  1308. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingsCommand.d.ts +2 -1
  1309. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingsInBillingGroupCommand.d.ts +2 -1
  1310. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingsInThingGroupCommand.d.ts +2 -1
  1311. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListTopicRuleDestinationsCommand.d.ts +2 -1
  1312. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListTopicRulesCommand.d.ts +2 -1
  1313. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListV2LoggingLevelsCommand.d.ts +2 -1
  1314. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListViolationEventsCommand.d.ts +2 -1
  1315. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/PutVerificationStateOnViolationCommand.d.ts +2 -1
  1316. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/RegisterCACertificateCommand.d.ts +2 -1
  1317. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +2 -1
  1318. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/RegisterCertificateWithoutCACommand.d.ts +2 -1
  1319. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/RegisterThingCommand.d.ts +2 -1
  1320. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/RejectCertificateTransferCommand.d.ts +2 -1
  1321. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/RemoveThingFromBillingGroupCommand.d.ts +2 -1
  1322. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/RemoveThingFromThingGroupCommand.d.ts +2 -1
  1323. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ReplaceTopicRuleCommand.d.ts +2 -1
  1324. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/SearchIndexCommand.d.ts +2 -1
  1325. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/SetDefaultAuthorizerCommand.d.ts +2 -1
  1326. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +2 -1
  1327. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/SetLoggingOptionsCommand.d.ts +2 -1
  1328. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/SetV2LoggingLevelCommand.d.ts +2 -1
  1329. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/SetV2LoggingOptionsCommand.d.ts +2 -1
  1330. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/StartAuditMitigationActionsTaskCommand.d.ts +2 -1
  1331. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/StartDetectMitigationActionsTaskCommand.d.ts +2 -1
  1332. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/StartOnDemandAuditTaskCommand.d.ts +2 -1
  1333. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/StartThingRegistrationTaskCommand.d.ts +2 -1
  1334. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/StopThingRegistrationTaskCommand.d.ts +2 -1
  1335. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  1336. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/TestAuthorizationCommand.d.ts +2 -1
  1337. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +2 -1
  1338. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/TransferCertificateCommand.d.ts +2 -1
  1339. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  1340. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateAccountAuditConfigurationCommand.d.ts +2 -1
  1341. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateAuditSuppressionCommand.d.ts +2 -1
  1342. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +2 -1
  1343. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +2 -1
  1344. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateCACertificateCommand.d.ts +2 -1
  1345. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +2 -1
  1346. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateCertificateProviderCommand.d.ts +2 -1
  1347. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateCustomMetricCommand.d.ts +2 -1
  1348. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateDimensionCommand.d.ts +2 -1
  1349. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateDomainConfigurationCommand.d.ts +2 -1
  1350. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateDynamicThingGroupCommand.d.ts +2 -1
  1351. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateEventConfigurationsCommand.d.ts +2 -1
  1352. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateFleetMetricCommand.d.ts +2 -1
  1353. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateIndexingConfigurationCommand.d.ts +2 -1
  1354. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -1
  1355. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateMitigationActionCommand.d.ts +2 -1
  1356. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +2 -1
  1357. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdatePackageConfigurationCommand.d.ts +2 -1
  1358. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdatePackageVersionCommand.d.ts +2 -1
  1359. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateProvisioningTemplateCommand.d.ts +2 -1
  1360. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateRoleAliasCommand.d.ts +2 -1
  1361. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateScheduledAuditCommand.d.ts +2 -1
  1362. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +2 -1
  1363. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +2 -1
  1364. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateThingCommand.d.ts +2 -1
  1365. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateThingGroupCommand.d.ts +2 -1
  1366. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateThingGroupsForThingCommand.d.ts +2 -1
  1367. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateTopicRuleDestinationCommand.d.ts +2 -1
  1368. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +2 -1
  1369. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/IoTServiceException.d.ts +2 -1
  1370. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
  1371. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
  1372. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
  1373. package/node_modules/@aws-sdk/client-iot/package.json +37 -37
  1374. package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/index.js +9 -22
  1375. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/IoTDataPlaneClient.js +9 -15
  1376. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/IoTDataPlaneClient.d.ts +6 -8
  1377. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  1378. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/DeleteThingShadowCommand.d.ts +2 -1
  1379. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/GetRetainedMessageCommand.d.ts +2 -1
  1380. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/GetThingShadowCommand.d.ts +2 -1
  1381. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/ListNamedShadowsForThingCommand.d.ts +2 -1
  1382. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/ListRetainedMessagesCommand.d.ts +2 -1
  1383. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/PublishCommand.d.ts +2 -1
  1384. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/UpdateThingShadowCommand.d.ts +2 -1
  1385. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/index.d.ts +2 -2
  1386. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/models/IoTDataPlaneServiceException.d.ts +2 -1
  1387. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.browser.d.ts +2 -2
  1388. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.d.ts +2 -2
  1389. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.native.d.ts +3 -3
  1390. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/IoTDataPlaneClient.d.ts +7 -9
  1391. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/commands/DeleteThingShadowCommand.d.ts +2 -1
  1392. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/commands/GetRetainedMessageCommand.d.ts +2 -1
  1393. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/commands/GetThingShadowCommand.d.ts +2 -1
  1394. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/commands/ListNamedShadowsForThingCommand.d.ts +2 -1
  1395. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/commands/ListRetainedMessagesCommand.d.ts +2 -1
  1396. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/commands/PublishCommand.d.ts +2 -1
  1397. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/commands/UpdateThingShadowCommand.d.ts +2 -1
  1398. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/models/IoTDataPlaneServiceException.d.ts +2 -1
  1399. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
  1400. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
  1401. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
  1402. package/node_modules/@aws-sdk/client-iot-data-plane/package.json +38 -38
  1403. package/node_modules/@aws-sdk/client-lambda/README.md +16 -0
  1404. package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +120 -86
  1405. package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +4 -0
  1406. package/node_modules/@aws-sdk/client-lambda/dist-es/LambdaClient.js +9 -15
  1407. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionRecursionConfigCommand.js +24 -0
  1408. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionRecursionConfigCommand.js +24 -0
  1409. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/index.js +2 -0
  1410. package/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +4 -0
  1411. package/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +65 -5
  1412. package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +14 -0
  1413. package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +10 -10
  1414. package/node_modules/@aws-sdk/client-lambda/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  1415. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +13 -3
  1416. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +16 -6
  1417. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +2 -1
  1418. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +2 -1
  1419. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +8 -1
  1420. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +5 -4
  1421. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +2 -1
  1422. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteAliasCommand.d.ts +2 -1
  1423. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +2 -1
  1424. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +7 -1
  1425. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +2 -1
  1426. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +3 -2
  1427. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +2 -1
  1428. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +2 -1
  1429. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +2 -1
  1430. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +2 -1
  1431. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +2 -1
  1432. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -1
  1433. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAliasCommand.d.ts +2 -1
  1434. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCodeSigningConfigCommand.d.ts +2 -1
  1435. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +7 -1
  1436. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +2 -1
  1437. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +2 -1
  1438. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +2 -1
  1439. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +2 -1
  1440. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +2 -1
  1441. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +73 -0
  1442. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +2 -1
  1443. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +2 -1
  1444. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +2 -1
  1445. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +2 -1
  1446. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetPolicyCommand.d.ts +2 -1
  1447. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +2 -1
  1448. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +2 -1
  1449. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +2 -1
  1450. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +2 -1
  1451. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +2 -1
  1452. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +2 -1
  1453. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +2 -1
  1454. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +7 -1
  1455. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +2 -1
  1456. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +2 -1
  1457. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +2 -1
  1458. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +2 -1
  1459. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +2 -1
  1460. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +2 -1
  1461. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +2 -1
  1462. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +2 -1
  1463. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +2 -1
  1464. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +2 -1
  1465. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +13 -3
  1466. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +2 -1
  1467. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +2 -1
  1468. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +2 -1
  1469. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +82 -0
  1470. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +2 -1
  1471. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +2 -1
  1472. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +13 -3
  1473. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +14 -4
  1474. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/TagResourceCommand.d.ts +2 -1
  1475. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  1476. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +13 -3
  1477. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +2 -1
  1478. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +8 -1
  1479. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +13 -3
  1480. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +14 -4
  1481. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +2 -1
  1482. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +2 -1
  1483. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/index.d.ts +2 -0
  1484. package/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +2 -2
  1485. package/node_modules/@aws-sdk/client-lambda/dist-types/models/LambdaServiceException.d.ts +2 -1
  1486. package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +213 -22
  1487. package/node_modules/@aws-sdk/client-lambda/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  1488. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +2 -2
  1489. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +2 -2
  1490. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +3 -3
  1491. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +34 -0
  1492. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +19 -9
  1493. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +2 -1
  1494. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +2 -1
  1495. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +2 -1
  1496. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +2 -1
  1497. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +2 -1
  1498. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +2 -1
  1499. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +2 -1
  1500. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -1
  1501. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +2 -1
  1502. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +2 -1
  1503. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +2 -1
  1504. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +2 -1
  1505. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +2 -1
  1506. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +2 -1
  1507. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +2 -1
  1508. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +2 -1
  1509. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +2 -1
  1510. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -1
  1511. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAliasCommand.d.ts +2 -1
  1512. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +2 -1
  1513. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +2 -1
  1514. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +2 -1
  1515. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +2 -1
  1516. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +2 -1
  1517. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +2 -1
  1518. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +2 -1
  1519. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionRecursionConfigCommand.d.ts +40 -0
  1520. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +2 -1
  1521. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +2 -1
  1522. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +2 -1
  1523. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +2 -1
  1524. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -1
  1525. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +2 -1
  1526. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +2 -1
  1527. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +2 -1
  1528. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeCommand.d.ts +2 -1
  1529. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +2 -1
  1530. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -1
  1531. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +2 -1
  1532. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +2 -1
  1533. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +2 -1
  1534. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +2 -1
  1535. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +2 -1
  1536. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +2 -1
  1537. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +2 -1
  1538. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayersCommand.d.ts +2 -1
  1539. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +2 -1
  1540. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -1
  1541. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +2 -1
  1542. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +2 -1
  1543. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +2 -1
  1544. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +2 -1
  1545. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +2 -1
  1546. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +2 -1
  1547. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionRecursionConfigCommand.d.ts +40 -0
  1548. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +2 -1
  1549. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +2 -1
  1550. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +2 -1
  1551. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -1
  1552. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  1553. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  1554. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +2 -1
  1555. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +2 -1
  1556. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +2 -1
  1557. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +2 -1
  1558. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +2 -1
  1559. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +2 -1
  1560. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +2 -1
  1561. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/index.d.ts +2 -0
  1562. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/LambdaServiceException.d.ts +2 -1
  1563. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +26 -0
  1564. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  1565. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
  1566. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
  1567. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
  1568. package/node_modules/@aws-sdk/client-lambda/package.json +42 -42
  1569. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +127 -0
  1570. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +1 -1
  1571. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +289 -206
  1572. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +1 -0
  1573. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +15 -0
  1574. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +20 -11
  1575. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  1576. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +123 -0
  1577. package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +2 -0
  1578. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -0
  1579. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -0
  1580. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -0
  1581. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +2 -0
  1582. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +2 -0
  1583. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +2 -0
  1584. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +2 -0
  1585. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -0
  1586. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +2 -0
  1587. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -0
  1588. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +2 -0
  1589. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +2 -0
  1590. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -0
  1591. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -0
  1592. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -0
  1593. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +2 -0
  1594. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +2 -0
  1595. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -0
  1596. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -0
  1597. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -0
  1598. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +2 -0
  1599. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -0
  1600. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +2 -0
  1601. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -0
  1602. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +2 -0
  1603. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +2 -0
  1604. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +2 -0
  1605. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +2 -0
  1606. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -0
  1607. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +2 -2
  1608. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +2 -0
  1609. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -0
  1610. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +2 -0
  1611. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +2 -0
  1612. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +2 -0
  1613. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +2 -0
  1614. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -1
  1615. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -0
  1616. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -0
  1617. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -0
  1618. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +2 -0
  1619. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +2 -0
  1620. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +2 -0
  1621. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +2 -0
  1622. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +2 -0
  1623. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +2 -0
  1624. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +2 -0
  1625. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -0
  1626. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +4 -1
  1627. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +2 -0
  1628. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +4 -3
  1629. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +2 -0
  1630. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -0
  1631. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +2 -0
  1632. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +2 -0
  1633. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +2 -0
  1634. package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -0
  1635. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +3 -1
  1636. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +1 -1
  1637. package/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListBucketsPaginator.js +4 -0
  1638. package/node_modules/@aws-sdk/client-s3/dist-es/pagination/index.js +1 -0
  1639. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +24 -21
  1640. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +2 -1
  1641. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +15 -0
  1642. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +3 -0
  1643. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +19 -18
  1644. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1645. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +69 -0
  1646. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +19 -4
  1647. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +14 -4
  1648. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +19 -8
  1649. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +15 -14
  1650. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +16 -12
  1651. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +2 -1
  1652. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -1
  1653. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +2 -1
  1654. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +2 -1
  1655. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +2 -1
  1656. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
  1657. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -1
  1658. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +2 -1
  1659. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -1
  1660. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -1
  1661. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +2 -1
  1662. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +2 -1
  1663. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -1
  1664. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +2 -1
  1665. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +12 -11
  1666. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +13 -12
  1667. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +25 -24
  1668. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -1
  1669. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -1
  1670. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +2 -1
  1671. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -1
  1672. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +2 -1
  1673. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +2 -1
  1674. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
  1675. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -1
  1676. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -1
  1677. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +2 -1
  1678. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +2 -1
  1679. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -1
  1680. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -1
  1681. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +2 -1
  1682. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +2 -1
  1683. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +2 -1
  1684. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +2 -1
  1685. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -1
  1686. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -1
  1687. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +2 -1
  1688. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +2 -1
  1689. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +2 -1
  1690. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +2 -1
  1691. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +21 -20
  1692. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +2 -1
  1693. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +2 -1
  1694. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +2 -1
  1695. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +2 -1
  1696. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +2 -1
  1697. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -1
  1698. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +11 -8
  1699. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +16 -8
  1700. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -1
  1701. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +2 -1
  1702. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -1
  1703. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -1
  1704. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +9 -4
  1705. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +2 -1
  1706. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +4 -1
  1707. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +2 -1
  1708. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +2 -1
  1709. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +19 -4
  1710. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +2 -1
  1711. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +2 -1
  1712. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +2 -1
  1713. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -1
  1714. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +2 -1
  1715. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +7 -2
  1716. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
  1717. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -1
  1718. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -1
  1719. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +2 -1
  1720. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -1
  1721. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +2 -1
  1722. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +2 -1
  1723. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -2
  1724. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +2 -1
  1725. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +2 -1
  1726. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +2 -1
  1727. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +11 -1
  1728. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +2 -1
  1729. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +2 -1
  1730. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +38 -36
  1731. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +2 -1
  1732. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +2 -1
  1733. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -1
  1734. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +2 -1
  1735. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +2 -1
  1736. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +6 -1
  1737. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +6 -1
  1738. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +17 -4
  1739. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +37 -13
  1740. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +2 -1
  1741. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +1 -0
  1742. package/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +2 -1
  1743. package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +2 -2
  1744. package/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +2 -1
  1745. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +182 -133
  1746. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +128 -6
  1747. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +7 -0
  1748. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts +1 -0
  1749. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +9 -6
  1750. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +7 -4
  1751. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +9 -6
  1752. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -0
  1753. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +19 -21
  1754. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1755. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +55 -0
  1756. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +2 -1
  1757. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +2 -1
  1758. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +2 -1
  1759. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +2 -1
  1760. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +2 -1
  1761. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +2 -1
  1762. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -1
  1763. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +2 -1
  1764. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +2 -1
  1765. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +2 -1
  1766. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
  1767. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -1
  1768. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +2 -1
  1769. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -1
  1770. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -1
  1771. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +2 -1
  1772. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +2 -1
  1773. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +2 -1
  1774. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +2 -1
  1775. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +2 -1
  1776. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +2 -1
  1777. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +2 -1
  1778. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +2 -1
  1779. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -1
  1780. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +2 -1
  1781. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -1
  1782. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +2 -1
  1783. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +2 -1
  1784. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
  1785. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -1
  1786. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -1
  1787. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +2 -1
  1788. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +2 -1
  1789. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -1
  1790. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -1
  1791. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +2 -1
  1792. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +2 -1
  1793. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +2 -1
  1794. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +2 -1
  1795. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +2 -1
  1796. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +2 -1
  1797. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +2 -1
  1798. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +2 -1
  1799. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +2 -1
  1800. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +2 -1
  1801. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +2 -1
  1802. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +2 -1
  1803. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +2 -1
  1804. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +2 -1
  1805. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +2 -1
  1806. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +2 -1
  1807. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +2 -1
  1808. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +2 -1
  1809. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +2 -1
  1810. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -1
  1811. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +2 -1
  1812. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -1
  1813. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -1
  1814. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +4 -3
  1815. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +2 -1
  1816. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +2 -1
  1817. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +2 -1
  1818. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +2 -1
  1819. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +2 -1
  1820. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +2 -1
  1821. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +2 -1
  1822. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +2 -1
  1823. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -1
  1824. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +2 -1
  1825. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +2 -1
  1826. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
  1827. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -1
  1828. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -1
  1829. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +2 -1
  1830. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -1
  1831. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +2 -1
  1832. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +2 -1
  1833. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +3 -2
  1834. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +2 -1
  1835. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +2 -1
  1836. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +2 -1
  1837. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +2 -1
  1838. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +2 -1
  1839. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +2 -1
  1840. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +2 -1
  1841. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +2 -1
  1842. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +2 -1
  1843. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +2 -1
  1844. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +2 -1
  1845. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +2 -1
  1846. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -1
  1847. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +2 -1
  1848. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +2 -1
  1849. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +2 -1
  1850. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +2 -1
  1851. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -0
  1852. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  1853. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +2 -1
  1854. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +12 -8
  1855. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +9 -0
  1856. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListBucketsPaginator.d.ts +11 -0
  1857. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +1 -0
  1858. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +15 -11
  1859. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +12 -9
  1860. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +17 -13
  1861. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
  1862. package/node_modules/@aws-sdk/client-s3/package.json +55 -55
  1863. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +9 -19
  1864. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +9 -15
  1865. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +6 -8
  1866. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  1867. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +2 -1
  1868. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +2 -1
  1869. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +2 -1
  1870. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +2 -1
  1871. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -2
  1872. package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +2 -1
  1873. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  1874. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +2 -2
  1875. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +3 -3
  1876. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +7 -9
  1877. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +2 -1
  1878. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +2 -1
  1879. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +2 -1
  1880. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +2 -1
  1881. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +2 -1
  1882. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
  1883. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
  1884. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
  1885. package/node_modules/@aws-sdk/client-sso/package.json +34 -34
  1886. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +9 -19
  1887. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +9 -15
  1888. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +6 -8
  1889. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  1890. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +2 -1
  1891. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +2 -1
  1892. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +11 -1
  1893. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +2 -1
  1894. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +2 -2
  1895. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +2 -1
  1896. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +2 -2
  1897. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +2 -2
  1898. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +3 -3
  1899. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +7 -9
  1900. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +2 -1
  1901. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +2 -1
  1902. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +2 -1
  1903. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +2 -1
  1904. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +2 -1
  1905. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
  1906. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
  1907. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
  1908. package/node_modules/@aws-sdk/client-sso-oidc/package.json +38 -36
  1909. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +9 -15
  1910. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +25 -16
  1911. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +9 -15
  1912. package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +24 -6
  1913. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +6 -8
  1914. package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  1915. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +2 -1
  1916. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +2 -1
  1917. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -1
  1918. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -1
  1919. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +2 -1
  1920. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +2 -1
  1921. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +2 -1
  1922. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +2 -1
  1923. package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +2 -2
  1924. package/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +2 -1
  1925. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +2 -2
  1926. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +2 -2
  1927. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +3 -3
  1928. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +7 -9
  1929. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +2 -1
  1930. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +2 -1
  1931. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -1
  1932. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +2 -1
  1933. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +2 -1
  1934. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +2 -1
  1935. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +2 -1
  1936. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +2 -1
  1937. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +2 -1
  1938. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
  1939. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
  1940. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
  1941. package/node_modules/@aws-sdk/client-sts/package.json +36 -36
  1942. package/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
  1943. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +97 -0
  1944. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +10 -1
  1945. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +81 -9
  1946. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
  1947. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
  1948. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
  1949. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
  1950. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +8 -1
  1951. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
  1952. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +14 -2
  1953. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +3 -1
  1954. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
  1955. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +30 -0
  1956. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +7 -0
  1957. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
  1958. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
  1959. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
  1960. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +26 -1
  1961. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +3 -1
  1962. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
  1963. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
  1964. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
  1965. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
  1966. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
  1967. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
  1968. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +18 -0
  1969. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +7 -1
  1970. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
  1971. package/node_modules/@aws-sdk/core/package.json +25 -9
  1972. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/index.js +14 -14
  1973. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentity.js +8 -8
  1974. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentityPool.js +4 -4
  1975. package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +5 -5
  1976. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +8 -3
  1977. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +5 -2
  1978. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +4 -0
  1979. package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +1 -0
  1980. package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
  1981. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
  1982. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +4 -4
  1983. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +12 -9
  1984. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +4 -8
  1985. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +2 -2
  1986. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +4 -4
  1987. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +12 -9
  1988. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -8
  1989. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +3 -1
  1990. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
  1991. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
  1992. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
  1993. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +2 -1
  1994. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +1 -1
  1995. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +1 -1
  1996. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +3 -2
  1997. package/node_modules/@aws-sdk/credential-provider-http/package.json +9 -9
  1998. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +73 -22
  1999. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +1 -1
  2000. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +35 -14
  2001. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +19 -6
  2002. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +2 -2
  2003. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +5 -3
  2004. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +5 -2
  2005. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -2
  2006. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +1 -0
  2007. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +11 -2
  2008. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +3 -2
  2009. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +1 -0
  2010. package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -11
  2011. package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  2012. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +44 -16
  2013. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +39 -16
  2014. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +3 -3
  2015. package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +2 -1
  2016. package/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +2 -1
  2017. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +2 -0
  2018. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +2 -1
  2019. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  2020. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +17 -9
  2021. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +2 -2
  2022. package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +6 -1
  2023. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +7 -5
  2024. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +1 -0
  2025. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
  2026. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +2 -2
  2027. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +1 -0
  2028. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +3 -2
  2029. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +3 -2
  2030. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  2031. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +54 -23
  2032. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +15 -7
  2033. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +30 -8
  2034. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +2 -2
  2035. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  2036. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  2037. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +3 -1
  2038. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -1
  2039. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  2040. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +4 -2
  2041. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +1 -1
  2042. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +4 -2
  2043. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +1 -1
  2044. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  2045. package/node_modules/@aws-sdk/credential-providers/README.md +57 -2
  2046. package/node_modules/@aws-sdk/credential-providers/dist-cjs/createCredentialChain.js +25 -0
  2047. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTemporaryCredentials.js +8 -3
  2048. package/node_modules/@aws-sdk/credential-providers/dist-cjs/index.js +2 -1
  2049. package/node_modules/@aws-sdk/credential-providers/dist-es/createCredentialChain.js +21 -0
  2050. package/node_modules/@aws-sdk/credential-providers/dist-es/fromTemporaryCredentials.js +8 -3
  2051. package/node_modules/@aws-sdk/credential-providers/dist-es/index.js +2 -1
  2052. package/node_modules/@aws-sdk/credential-providers/dist-types/createCredentialChain.d.ts +44 -0
  2053. package/node_modules/@aws-sdk/credential-providers/dist-types/fromNodeProviderChain.d.ts +7 -1
  2054. package/node_modules/@aws-sdk/credential-providers/dist-types/index.d.ts +2 -1
  2055. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/createCredentialChain.d.ts +9 -0
  2056. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.d.ts +2 -1
  2057. package/node_modules/@aws-sdk/credential-providers/package.json +18 -17
  2058. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  2059. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  2060. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +7 -7
  2061. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  2062. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  2063. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  2064. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  2065. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +126 -20
  2066. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-endpoint-middleware.js +24 -10
  2067. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +39 -0
  2068. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/signS3Express.js +7 -0
  2069. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/index.js +1 -0
  2070. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +36 -10
  2071. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +27 -0
  2072. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +13 -0
  2073. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/index.d.ts +1 -0
  2074. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +1 -2
  2075. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +40 -0
  2076. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/signS3Express.d.ts +27 -0
  2077. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/index.d.ts +5 -0
  2078. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +0 -2
  2079. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +12 -7
  2080. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  2081. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  2082. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  2083. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  2084. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +2 -2
  2085. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -1
  2086. package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
  2087. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  2088. package/node_modules/@aws-sdk/types/package.json +2 -2
  2089. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +15 -5
  2090. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +8 -1
  2091. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +7 -4
  2092. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +8 -1
  2093. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  2094. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  2095. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  2096. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  2097. package/node_modules/@httptoolkit/websocket-stream/.github/workflows/ci.yml +20 -0
  2098. package/node_modules/@httptoolkit/websocket-stream/index.d.ts +37 -0
  2099. package/node_modules/@httptoolkit/websocket-stream/package.json +51 -0
  2100. package/node_modules/@httptoolkit/websocket-stream/readme.md +156 -0
  2101. package/node_modules/@httptoolkit/websocket-stream/stream.js +190 -0
  2102. package/node_modules/@inquirer/figures/dist/types/index.d.ts +465 -0
  2103. package/node_modules/@inquirer/figures/package.json +2 -3
  2104. package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +7 -4
  2105. package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +6 -3
  2106. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +7 -4
  2107. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +6 -3
  2108. package/node_modules/@smithy/abort-controller/package.json +3 -3
  2109. package/node_modules/@smithy/config-resolver/package.json +5 -5
  2110. package/node_modules/@smithy/core/README.md +35 -2
  2111. package/node_modules/@smithy/core/cbor.js +6 -0
  2112. package/node_modules/@smithy/core/dist-cjs/index.js +4 -2
  2113. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +707 -0
  2114. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +391 -0
  2115. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +181 -0
  2116. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +20 -0
  2117. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +15 -0
  2118. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +2 -0
  2119. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +82 -0
  2120. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -1
  2121. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +2 -1
  2122. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
  2123. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
  2124. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +40 -0
  2125. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
  2126. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +2 -0
  2127. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +29 -0
  2128. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +17 -0
  2129. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +9 -0
  2130. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +43 -0
  2131. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +26 -0
  2132. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +2 -0
  2133. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +29 -0
  2134. package/node_modules/@smithy/core/package.json +40 -13
  2135. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +32 -23
  2136. package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +17 -6
  2137. package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +11 -9
  2138. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +1 -0
  2139. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -0
  2140. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +1 -0
  2141. package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  2142. package/node_modules/@smithy/eventstream-codec/package.json +4 -4
  2143. package/node_modules/@smithy/eventstream-serde-browser/package.json +4 -4
  2144. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +3 -3
  2145. package/node_modules/@smithy/eventstream-serde-node/package.json +4 -4
  2146. package/node_modules/@smithy/eventstream-serde-universal/package.json +4 -4
  2147. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -5
  2148. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +17 -3
  2149. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  2150. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  2151. package/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  2152. package/node_modules/@smithy/hash-blob-browser/package.json +3 -4
  2153. package/node_modules/@smithy/hash-node/package.json +3 -3
  2154. package/node_modules/@smithy/hash-stream-node/package.json +4 -4
  2155. package/node_modules/@smithy/invalid-dependency/package.json +3 -3
  2156. package/node_modules/@smithy/md5-js/package.json +3 -3
  2157. package/node_modules/@smithy/middleware-content-length/package.json +5 -5
  2158. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +7 -0
  2159. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +7 -0
  2160. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  2161. package/node_modules/@smithy/middleware-retry/package.json +10 -10
  2162. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  2163. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  2164. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +21 -3
  2165. package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -2
  2166. package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -2
  2167. package/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
  2168. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +2 -2
  2169. package/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
  2170. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +2 -2
  2171. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
  2172. package/node_modules/@smithy/node-config-provider/package.json +5 -5
  2173. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +40 -15
  2174. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +21 -6
  2175. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +9 -1
  2176. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -2
  2177. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -2
  2178. package/node_modules/@smithy/node-http-handler/package.json +6 -6
  2179. package/node_modules/@smithy/property-provider/dist-cjs/index.js +28 -10
  2180. package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +2 -3
  2181. package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +15 -4
  2182. package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +2 -3
  2183. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +16 -3
  2184. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +25 -3
  2185. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +16 -3
  2186. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +16 -3
  2187. package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +25 -3
  2188. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +16 -3
  2189. package/node_modules/@smithy/property-provider/package.json +3 -3
  2190. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +30 -8
  2191. package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +13 -8
  2192. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +31 -1
  2193. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +31 -1
  2194. package/node_modules/@smithy/protocol-http/package.json +3 -3
  2195. package/node_modules/@smithy/querystring-builder/package.json +3 -3
  2196. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  2197. package/node_modules/@smithy/service-error-classification/package.json +3 -3
  2198. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +18 -2
  2199. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +14 -2
  2200. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +5 -1
  2201. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +5 -1
  2202. package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
  2203. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +4 -16
  2204. package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +2 -2
  2205. package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +2 -2
  2206. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +1 -1
  2207. package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +3 -3
  2208. package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +2 -2
  2209. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +1 -1
  2210. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +3 -3
  2211. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +2 -2
  2212. package/node_modules/@smithy/signature-v4/package.json +6 -6
  2213. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -0
  2214. package/node_modules/@smithy/smithy-client/dist-es/command.js +1 -0
  2215. package/node_modules/@smithy/smithy-client/dist-es/date-utils.js +3 -0
  2216. package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +1 -0
  2217. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +5 -0
  2218. package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +2 -0
  2219. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +5 -0
  2220. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +2 -0
  2221. package/node_modules/@smithy/smithy-client/package.json +7 -7
  2222. package/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
  2223. package/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  2224. package/node_modules/@smithy/types/dist-types/abort.d.ts +4 -3
  2225. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +11 -0
  2226. package/node_modules/@smithy/types/dist-types/http.d.ts +2 -2
  2227. package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +4 -0
  2228. package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  2229. package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +4 -3
  2230. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +11 -0
  2231. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +2 -2
  2232. package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +4 -0
  2233. package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +3 -3
  2234. package/node_modules/@smithy/types/dist-types/waiter.d.ts +3 -3
  2235. package/node_modules/@smithy/types/package.json +1 -1
  2236. package/node_modules/@smithy/url-parser/package.json +4 -4
  2237. package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
  2238. package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
  2239. package/node_modules/@smithy/util-endpoints/package.json +4 -4
  2240. package/node_modules/@smithy/util-middleware/package.json +3 -3
  2241. package/node_modules/@smithy/util-retry/package.json +4 -4
  2242. package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +36 -0
  2243. package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +46 -0
  2244. package/node_modules/@smithy/util-stream/dist-cjs/index.js +7 -1
  2245. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +3 -3
  2246. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +11 -0
  2247. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +17 -0
  2248. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +9 -0
  2249. package/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +31 -0
  2250. package/node_modules/@smithy/util-stream/dist-es/headStream.js +41 -0
  2251. package/node_modules/@smithy/util-stream/dist-es/index.js +3 -0
  2252. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +3 -3
  2253. package/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +7 -0
  2254. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +13 -0
  2255. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +2 -0
  2256. package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +8 -0
  2257. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +9 -0
  2258. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +3 -0
  2259. package/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +5 -0
  2260. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +8 -0
  2261. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +12 -0
  2262. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +8 -0
  2263. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +9 -0
  2264. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +3 -0
  2265. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +8 -0
  2266. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +14 -0
  2267. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +12 -0
  2268. package/node_modules/@smithy/util-stream/package.json +14 -8
  2269. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +7 -2
  2270. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +7 -1
  2271. package/node_modules/@smithy/util-waiter/dist-es/waiter.js +1 -1
  2272. package/node_modules/@smithy/util-waiter/package.json +4 -4
  2273. package/node_modules/@types/node/LICENSE +21 -0
  2274. package/node_modules/@types/node/README.md +15 -0
  2275. package/node_modules/@types/node/assert/strict.d.ts +8 -0
  2276. package/node_modules/@types/node/assert.d.ts +1040 -0
  2277. package/node_modules/@types/node/async_hooks.d.ts +541 -0
  2278. package/node_modules/@types/node/buffer.d.ts +2294 -0
  2279. package/node_modules/@types/node/child_process.d.ts +1544 -0
  2280. package/node_modules/@types/node/cluster.d.ts +578 -0
  2281. package/node_modules/@types/node/console.d.ts +452 -0
  2282. package/node_modules/@types/node/constants.d.ts +19 -0
  2283. package/node_modules/@types/node/crypto.d.ts +4524 -0
  2284. package/node_modules/@types/node/dgram.d.ts +596 -0
  2285. package/node_modules/@types/node/diagnostics_channel.d.ts +554 -0
  2286. package/node_modules/@types/node/dns/promises.d.ts +476 -0
  2287. package/node_modules/@types/node/dns.d.ts +864 -0
  2288. package/node_modules/@types/node/dom-events.d.ts +124 -0
  2289. package/node_modules/@types/node/domain.d.ts +170 -0
  2290. package/node_modules/@types/node/events.d.ts +931 -0
  2291. package/node_modules/@types/node/fs/promises.d.ts +1245 -0
  2292. package/node_modules/@types/node/fs.d.ts +4317 -0
  2293. package/node_modules/@types/node/globals.d.ts +412 -0
  2294. package/node_modules/@types/node/globals.global.d.ts +1 -0
  2295. package/node_modules/@types/node/http.d.ts +1908 -0
  2296. package/node_modules/@types/node/http2.d.ts +2418 -0
  2297. package/node_modules/@types/node/https.d.ts +550 -0
  2298. package/node_modules/@types/node/index.d.ts +89 -0
  2299. package/node_modules/@types/node/inspector.d.ts +3696 -0
  2300. package/node_modules/@types/node/module.d.ts +315 -0
  2301. package/node_modules/@types/node/net.d.ts +999 -0
  2302. package/node_modules/@types/node/os.d.ts +495 -0
  2303. package/node_modules/@types/node/package.json +217 -0
  2304. package/node_modules/@types/node/path.d.ts +191 -0
  2305. package/node_modules/@types/node/perf_hooks.d.ts +934 -0
  2306. package/node_modules/@types/node/process.d.ts +1879 -0
  2307. package/node_modules/@types/node/punycode.d.ts +117 -0
  2308. package/node_modules/@types/node/querystring.d.ts +153 -0
  2309. package/node_modules/@types/node/readline/promises.d.ts +150 -0
  2310. package/node_modules/@types/node/readline.d.ts +540 -0
  2311. package/node_modules/@types/node/repl.d.ts +430 -0
  2312. package/node_modules/@types/node/sea.d.ts +153 -0
  2313. package/node_modules/@types/node/stream/consumers.d.ts +12 -0
  2314. package/node_modules/@types/node/stream/promises.d.ts +83 -0
  2315. package/node_modules/@types/node/stream/web.d.ts +367 -0
  2316. package/node_modules/@types/node/stream.d.ts +1707 -0
  2317. package/node_modules/@types/node/string_decoder.d.ts +67 -0
  2318. package/node_modules/@types/node/test.d.ts +1865 -0
  2319. package/node_modules/@types/node/timers/promises.d.ts +97 -0
  2320. package/node_modules/@types/node/timers.d.ts +240 -0
  2321. package/node_modules/@types/node/tls.d.ts +1217 -0
  2322. package/node_modules/@types/node/trace_events.d.ts +197 -0
  2323. package/node_modules/@types/node/tty.d.ts +208 -0
  2324. package/node_modules/@types/node/url.d.ts +952 -0
  2325. package/node_modules/@types/node/util.d.ts +2298 -0
  2326. package/node_modules/@types/node/v8.d.ts +808 -0
  2327. package/node_modules/@types/node/vm.d.ts +924 -0
  2328. package/node_modules/@types/node/wasi.d.ts +181 -0
  2329. package/node_modules/@types/node/worker_threads.d.ts +694 -0
  2330. package/node_modules/@types/node/zlib.d.ts +539 -0
  2331. package/node_modules/@types/ws/LICENSE +21 -0
  2332. package/node_modules/@types/ws/README.md +15 -0
  2333. package/node_modules/@types/ws/index.d.mts +21 -0
  2334. package/node_modules/@types/ws/index.d.ts +401 -0
  2335. package/node_modules/@types/ws/package.json +71 -0
  2336. package/node_modules/aws-iot-device-sdk/README.md +1 -1
  2337. package/node_modules/aws-iot-device-sdk/device/index.js +2 -1
  2338. package/node_modules/aws-iot-device-sdk/device/lib/ws.js +1 -1
  2339. package/node_modules/aws-iot-device-sdk/node_modules/duplexify/.travis.yml +9 -0
  2340. package/node_modules/aws-iot-device-sdk/node_modules/duplexify/index.js +238 -0
  2341. package/node_modules/aws-iot-device-sdk/node_modules/duplexify/package.json +39 -0
  2342. package/node_modules/aws-iot-device-sdk/node_modules/duplexify/test.js +339 -0
  2343. package/node_modules/aws-iot-device-sdk/node_modules/minimist/LICENSE +18 -0
  2344. package/node_modules/aws-iot-device-sdk/node_modules/minimist/example/parse.js +2 -0
  2345. package/node_modules/aws-iot-device-sdk/node_modules/minimist/index.js +249 -0
  2346. package/node_modules/aws-iot-device-sdk/node_modules/minimist/package.json +45 -0
  2347. package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/all_bool.js +32 -0
  2348. package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/bool.js +178 -0
  2349. package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/dash.js +31 -0
  2350. package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/default_bool.js +35 -0
  2351. package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/dotted.js +22 -0
  2352. package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/kv_short.js +16 -0
  2353. package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/long.js +31 -0
  2354. package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/num.js +36 -0
  2355. package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/parse.js +197 -0
  2356. package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/parse_modified.js +9 -0
  2357. package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/proto.js +60 -0
  2358. package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/short.js +67 -0
  2359. package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/stop_early.js +15 -0
  2360. package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/unknown.js +102 -0
  2361. package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/whitespace.js +8 -0
  2362. package/node_modules/aws-iot-device-sdk/node_modules/ws/README.md +495 -0
  2363. package/node_modules/aws-iot-device-sdk/node_modules/ws/browser.js +8 -0
  2364. package/node_modules/aws-iot-device-sdk/node_modules/ws/index.js +10 -0
  2365. package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/buffer-util.js +129 -0
  2366. package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/constants.js +10 -0
  2367. package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/event-target.js +184 -0
  2368. package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/extension.js +223 -0
  2369. package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/limiter.js +55 -0
  2370. package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/permessage-deflate.js +518 -0
  2371. package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/receiver.js +607 -0
  2372. package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/sender.js +409 -0
  2373. package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/stream.js +180 -0
  2374. package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/validation.js +104 -0
  2375. package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/websocket-server.js +449 -0
  2376. package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/websocket.js +1197 -0
  2377. package/node_modules/aws-iot-device-sdk/node_modules/ws/package.json +56 -0
  2378. package/node_modules/aws-iot-device-sdk/package.json +3 -3
  2379. package/node_modules/braces/LICENSE +1 -1
  2380. package/node_modules/braces/README.md +91 -98
  2381. package/node_modules/braces/index.js +3 -3
  2382. package/node_modules/braces/lib/compile.js +14 -11
  2383. package/node_modules/braces/lib/constants.js +1 -1
  2384. package/node_modules/braces/lib/expand.js +9 -9
  2385. package/node_modules/braces/lib/parse.js +14 -16
  2386. package/node_modules/braces/lib/stringify.js +4 -4
  2387. package/node_modules/braces/lib/utils.js +13 -3
  2388. package/node_modules/braces/package.json +2 -2
  2389. package/node_modules/commander/Readme.md +10 -8
  2390. package/node_modules/commander/esm.mjs +1 -1
  2391. package/node_modules/commander/lib/argument.js +9 -5
  2392. package/node_modules/commander/lib/command.js +406 -196
  2393. package/node_modules/commander/lib/error.js +0 -4
  2394. package/node_modules/commander/lib/help.js +101 -38
  2395. package/node_modules/commander/lib/option.js +11 -8
  2396. package/node_modules/commander/lib/suggestSimilar.js +5 -4
  2397. package/node_modules/commander/package.json +23 -19
  2398. package/node_modules/commander/typings/index.d.ts +110 -40
  2399. package/node_modules/debug/package.json +1 -1
  2400. package/node_modules/debug/src/browser.js +3 -1
  2401. package/node_modules/duplexify/.travis.yml +0 -3
  2402. package/node_modules/duplexify/index.js +5 -9
  2403. package/node_modules/duplexify/node_modules/readable-stream/.travis.yml +34 -0
  2404. package/node_modules/duplexify/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  2405. package/node_modules/duplexify/node_modules/readable-stream/GOVERNANCE.md +136 -0
  2406. package/node_modules/duplexify/node_modules/readable-stream/LICENSE +47 -0
  2407. package/node_modules/duplexify/node_modules/readable-stream/README.md +58 -0
  2408. package/node_modules/duplexify/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  2409. package/node_modules/duplexify/node_modules/readable-stream/duplex-browser.js +1 -0
  2410. package/node_modules/duplexify/node_modules/readable-stream/duplex.js +1 -0
  2411. package/node_modules/duplexify/node_modules/readable-stream/lib/_stream_duplex.js +131 -0
  2412. package/node_modules/duplexify/node_modules/readable-stream/lib/_stream_passthrough.js +47 -0
  2413. package/node_modules/duplexify/node_modules/readable-stream/lib/_stream_readable.js +1019 -0
  2414. package/node_modules/duplexify/node_modules/readable-stream/lib/_stream_transform.js +214 -0
  2415. package/node_modules/duplexify/node_modules/readable-stream/lib/_stream_writable.js +685 -0
  2416. package/node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/BufferList.js +78 -0
  2417. package/node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/destroy.js +84 -0
  2418. package/node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
  2419. package/node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
  2420. package/node_modules/duplexify/node_modules/readable-stream/package.json +52 -0
  2421. package/node_modules/duplexify/node_modules/readable-stream/passthrough.js +1 -0
  2422. package/node_modules/duplexify/node_modules/readable-stream/readable-browser.js +7 -0
  2423. package/node_modules/duplexify/node_modules/readable-stream/readable.js +19 -0
  2424. package/node_modules/duplexify/node_modules/readable-stream/transform.js +1 -0
  2425. package/node_modules/duplexify/node_modules/readable-stream/writable-browser.js +1 -0
  2426. package/node_modules/duplexify/node_modules/readable-stream/writable.js +8 -0
  2427. package/node_modules/duplexify/node_modules/safe-buffer/LICENSE +21 -0
  2428. package/node_modules/duplexify/node_modules/safe-buffer/README.md +584 -0
  2429. package/node_modules/duplexify/node_modules/safe-buffer/index.d.ts +187 -0
  2430. package/node_modules/duplexify/node_modules/safe-buffer/index.js +62 -0
  2431. package/node_modules/duplexify/node_modules/safe-buffer/package.json +37 -0
  2432. package/node_modules/duplexify/node_modules/string_decoder/.travis.yml +50 -0
  2433. package/node_modules/duplexify/node_modules/string_decoder/LICENSE +48 -0
  2434. package/node_modules/duplexify/node_modules/string_decoder/README.md +47 -0
  2435. package/node_modules/duplexify/node_modules/string_decoder/lib/string_decoder.js +296 -0
  2436. package/node_modules/duplexify/node_modules/string_decoder/package.json +31 -0
  2437. package/node_modules/duplexify/package.json +5 -5
  2438. package/node_modules/duplexify/test.js +0 -44
  2439. package/node_modules/fast-xml-parser/CHANGELOG.md +349 -309
  2440. package/node_modules/fast-xml-parser/README.md +83 -51
  2441. package/node_modules/fast-xml-parser/package.json +8 -5
  2442. package/node_modules/fast-xml-parser/src/fxp.d.ts +365 -71
  2443. package/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +16 -0
  2444. package/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +107 -0
  2445. package/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +64 -0
  2446. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +71 -0
  2447. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +103 -0
  2448. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +102 -0
  2449. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +156 -0
  2450. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +99 -0
  2451. package/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  2452. package/node_modules/fast-xml-parser/src/v5/TagPath.js +81 -0
  2453. package/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +15 -0
  2454. package/node_modules/fast-xml-parser/src/v5/XMLParser.js +85 -0
  2455. package/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +237 -0
  2456. package/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +212 -0
  2457. package/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +118 -0
  2458. package/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +118 -0
  2459. package/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +123 -0
  2460. package/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +107 -0
  2461. package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +23 -0
  2462. package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +20 -0
  2463. package/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +40 -0
  2464. package/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +14 -0
  2465. package/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +16 -0
  2466. package/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +8 -0
  2467. package/node_modules/fast-xml-parser/src/validator.js +2 -0
  2468. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +31 -9
  2469. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +4 -0
  2470. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +25 -12
  2471. package/node_modules/fill-range/index.js +4 -5
  2472. package/node_modules/fill-range/package.json +8 -3
  2473. package/node_modules/inquirer/README.md +28 -3
  2474. package/node_modules/inquirer/lib/objects/choices.js +11 -5
  2475. package/node_modules/inquirer/lib/objects/separator.js +2 -2
  2476. package/node_modules/inquirer/lib/prompts/base.js +11 -17
  2477. package/node_modules/inquirer/lib/prompts/checkbox.js +14 -12
  2478. package/node_modules/inquirer/lib/prompts/confirm.js +2 -2
  2479. package/node_modules/inquirer/lib/prompts/editor.js +4 -4
  2480. package/node_modules/inquirer/lib/prompts/expand.js +6 -6
  2481. package/node_modules/inquirer/lib/prompts/input.js +3 -3
  2482. package/node_modules/inquirer/lib/prompts/list.js +6 -7
  2483. package/node_modules/inquirer/lib/prompts/password.js +5 -5
  2484. package/node_modules/inquirer/lib/prompts/rawlist.js +4 -4
  2485. package/node_modules/inquirer/lib/ui/bottom-bar.js +8 -2
  2486. package/node_modules/inquirer/lib/ui/prompt.js +65 -24
  2487. package/node_modules/inquirer/lib/utils/paginator.js +2 -2
  2488. package/node_modules/inquirer/lib/utils/screen-manager.js +2 -1
  2489. package/node_modules/inquirer/package.json +5 -8
  2490. package/node_modules/isomorphic-ws/LICENSE +21 -0
  2491. package/node_modules/isomorphic-ws/README.md +58 -0
  2492. package/node_modules/isomorphic-ws/browser.js +17 -0
  2493. package/node_modules/isomorphic-ws/index.d.ts +8 -0
  2494. package/node_modules/isomorphic-ws/node.js +3 -0
  2495. package/node_modules/isomorphic-ws/package.json +34 -0
  2496. package/node_modules/jsonc-parser/CHANGELOG.md +4 -0
  2497. package/node_modules/jsonc-parser/README.md +18 -16
  2498. package/node_modules/jsonc-parser/lib/esm/impl/parser.js +34 -7
  2499. package/node_modules/jsonc-parser/lib/esm/main.d.ts +4 -2
  2500. package/node_modules/jsonc-parser/lib/umd/impl/parser.js +34 -7
  2501. package/node_modules/jsonc-parser/lib/umd/main.d.ts +4 -2
  2502. package/node_modules/jsonc-parser/package.json +9 -9
  2503. package/node_modules/minimist/.eslintrc +29 -0
  2504. package/node_modules/minimist/.github/FUNDING.yml +12 -0
  2505. package/node_modules/minimist/.nycrc +14 -0
  2506. package/node_modules/minimist/CHANGELOG.md +298 -0
  2507. package/node_modules/minimist/README.md +121 -0
  2508. package/node_modules/minimist/example/parse.js +2 -0
  2509. package/node_modules/minimist/index.js +256 -242
  2510. package/node_modules/minimist/package.json +73 -43
  2511. package/node_modules/minimist/test/all_bool.js +26 -24
  2512. package/node_modules/minimist/test/bool.js +146 -147
  2513. package/node_modules/minimist/test/dash.js +33 -21
  2514. package/node_modules/minimist/test/default_bool.js +26 -24
  2515. package/node_modules/minimist/test/dotted.js +13 -11
  2516. package/node_modules/minimist/test/kv_short.js +26 -10
  2517. package/node_modules/minimist/test/long.js +28 -26
  2518. package/node_modules/minimist/test/num.js +30 -28
  2519. package/node_modules/minimist/test/parse.js +169 -157
  2520. package/node_modules/minimist/test/parse_modified.js +7 -5
  2521. package/node_modules/minimist/test/proto.js +41 -37
  2522. package/node_modules/minimist/test/short.js +57 -55
  2523. package/node_modules/minimist/test/stop_early.js +10 -8
  2524. package/node_modules/minimist/test/unknown.js +83 -81
  2525. package/node_modules/minimist/test/whitespace.js +6 -4
  2526. package/node_modules/tslib/package.json +1 -1
  2527. package/node_modules/tslib/tslib.d.ts +1 -1
  2528. package/node_modules/tslib/tslib.es6.js +7 -3
  2529. package/node_modules/tslib/tslib.es6.mjs +10 -7
  2530. package/node_modules/tslib/tslib.js +7 -4
  2531. package/node_modules/undici-types/LICENSE +21 -0
  2532. package/node_modules/undici-types/README.md +6 -0
  2533. package/node_modules/undici-types/agent.d.ts +31 -0
  2534. package/node_modules/undici-types/api.d.ts +43 -0
  2535. package/node_modules/undici-types/balanced-pool.d.ts +29 -0
  2536. package/node_modules/undici-types/cache.d.ts +36 -0
  2537. package/node_modules/undici-types/client.d.ts +108 -0
  2538. package/node_modules/undici-types/connector.d.ts +34 -0
  2539. package/node_modules/undici-types/content-type.d.ts +21 -0
  2540. package/node_modules/undici-types/cookies.d.ts +28 -0
  2541. package/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
  2542. package/node_modules/undici-types/dispatcher.d.ts +255 -0
  2543. package/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
  2544. package/node_modules/undici-types/errors.d.ts +149 -0
  2545. package/node_modules/undici-types/eventsource.d.ts +63 -0
  2546. package/node_modules/undici-types/fetch.d.ts +209 -0
  2547. package/node_modules/undici-types/file.d.ts +39 -0
  2548. package/node_modules/undici-types/filereader.d.ts +54 -0
  2549. package/node_modules/undici-types/formdata.d.ts +108 -0
  2550. package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  2551. package/node_modules/undici-types/global-origin.d.ts +7 -0
  2552. package/node_modules/undici-types/handlers.d.ts +15 -0
  2553. package/node_modules/undici-types/header.d.ts +4 -0
  2554. package/node_modules/undici-types/index.d.ts +71 -0
  2555. package/node_modules/undici-types/interceptors.d.ts +15 -0
  2556. package/node_modules/undici-types/mock-agent.d.ts +50 -0
  2557. package/node_modules/undici-types/mock-client.d.ts +25 -0
  2558. package/node_modules/undici-types/mock-errors.d.ts +12 -0
  2559. package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  2560. package/node_modules/undici-types/mock-pool.d.ts +25 -0
  2561. package/node_modules/undici-types/package.json +55 -0
  2562. package/node_modules/undici-types/patch.d.ts +71 -0
  2563. package/node_modules/undici-types/pool-stats.d.ts +19 -0
  2564. package/node_modules/undici-types/pool.d.ts +39 -0
  2565. package/node_modules/undici-types/proxy-agent.d.ts +28 -0
  2566. package/node_modules/undici-types/readable.d.ts +60 -0
  2567. package/node_modules/undici-types/retry-agent.d.ts +8 -0
  2568. package/node_modules/undici-types/retry-handler.d.ts +116 -0
  2569. package/node_modules/undici-types/util.d.ts +18 -0
  2570. package/node_modules/undici-types/webidl.d.ts +222 -0
  2571. package/node_modules/undici-types/websocket.d.ts +152 -0
  2572. package/node_modules/ws/LICENSE +13 -14
  2573. package/node_modules/ws/README.md +137 -84
  2574. package/node_modules/ws/index.js +3 -0
  2575. package/node_modules/ws/lib/buffer-util.js +32 -30
  2576. package/node_modules/ws/lib/constants.js +10 -2
  2577. package/node_modules/ws/lib/event-target.js +199 -91
  2578. package/node_modules/ws/lib/extension.js +8 -28
  2579. package/node_modules/ws/lib/permessage-deflate.js +15 -19
  2580. package/node_modules/ws/lib/receiver.js +256 -157
  2581. package/node_modules/ws/lib/sender.js +346 -153
  2582. package/node_modules/ws/lib/stream.js +6 -27
  2583. package/node_modules/ws/lib/subprotocol.js +62 -0
  2584. package/node_modules/ws/lib/validation.js +64 -16
  2585. package/node_modules/ws/lib/websocket-server.js +182 -89
  2586. package/node_modules/ws/lib/websocket.js +344 -151
  2587. package/node_modules/ws/package.json +25 -12
  2588. package/node_modules/ws/wrapper.mjs +8 -0
  2589. package/node_modules/yaml/browser/dist/compose/compose-collection.js +15 -3
  2590. package/node_modules/yaml/browser/dist/compose/compose-doc.js +1 -0
  2591. package/node_modules/yaml/browser/dist/compose/compose-node.js +1 -1
  2592. package/node_modules/yaml/browser/dist/compose/compose-scalar.js +1 -1
  2593. package/node_modules/yaml/browser/dist/compose/resolve-block-map.js +3 -1
  2594. package/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +6 -2
  2595. package/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +1 -0
  2596. package/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +2 -0
  2597. package/node_modules/yaml/browser/dist/compose/resolve-props.js +24 -10
  2598. package/node_modules/yaml/browser/dist/nodes/Collection.js +0 -1
  2599. package/node_modules/yaml/browser/dist/parse/cst-scalar.js +1 -1
  2600. package/node_modules/yaml/browser/dist/parse/lexer.js +41 -25
  2601. package/node_modules/yaml/browser/dist/parse/parser.js +11 -12
  2602. package/node_modules/yaml/browser/dist/schema/core/float.js +1 -1
  2603. package/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +1 -1
  2604. package/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +2 -0
  2605. package/node_modules/yaml/browser/dist/stringify/stringifyPair.js +1 -1
  2606. package/node_modules/yaml/dist/cli.d.ts +1 -2
  2607. package/node_modules/yaml/dist/cli.mjs +8 -4
  2608. package/node_modules/yaml/dist/compose/compose-collection.d.ts +7 -1
  2609. package/node_modules/yaml/dist/compose/compose-collection.js +15 -3
  2610. package/node_modules/yaml/dist/compose/compose-doc.js +1 -0
  2611. package/node_modules/yaml/dist/compose/compose-node.d.ts +1 -0
  2612. package/node_modules/yaml/dist/compose/compose-node.js +1 -1
  2613. package/node_modules/yaml/dist/compose/compose-scalar.js +1 -1
  2614. package/node_modules/yaml/dist/compose/resolve-block-map.d.ts +1 -2
  2615. package/node_modules/yaml/dist/compose/resolve-block-map.js +3 -1
  2616. package/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts +2 -1
  2617. package/node_modules/yaml/dist/compose/resolve-block-scalar.js +6 -2
  2618. package/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +1 -1
  2619. package/node_modules/yaml/dist/compose/resolve-block-seq.js +1 -0
  2620. package/node_modules/yaml/dist/compose/resolve-flow-collection.js +2 -0
  2621. package/node_modules/yaml/dist/compose/resolve-props.d.ts +3 -2
  2622. package/node_modules/yaml/dist/compose/resolve-props.js +24 -10
  2623. package/node_modules/yaml/dist/nodes/Collection.d.ts +0 -1
  2624. package/node_modules/yaml/dist/nodes/Collection.js +0 -1
  2625. package/node_modules/yaml/dist/nodes/identity.d.ts +1 -1
  2626. package/node_modules/yaml/dist/parse/cst-scalar.js +1 -1
  2627. package/node_modules/yaml/dist/parse/cst.d.ts +2 -0
  2628. package/node_modules/yaml/dist/parse/lexer.js +41 -25
  2629. package/node_modules/yaml/dist/parse/parser.js +11 -12
  2630. package/node_modules/yaml/dist/schema/core/float.js +1 -1
  2631. package/node_modules/yaml/dist/schema/yaml-1.1/float.js +1 -1
  2632. package/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +3 -3
  2633. package/node_modules/yaml/dist/stringify/foldFlowLines.js +2 -0
  2634. package/node_modules/yaml/dist/stringify/stringifyPair.js +1 -1
  2635. package/node_modules/yaml/package.json +3 -3
  2636. package/node_modules/yoctocolors-cjs/index.d.ts +94 -0
  2637. package/node_modules/yoctocolors-cjs/index.js +93 -0
  2638. package/node_modules/yoctocolors-cjs/package.json +67 -0
  2639. package/node_modules/yoctocolors-cjs/readme.md +130 -0
  2640. package/package.json +9 -4
  2641. package/public/android-chrome-192x192_dark.png +0 -0
  2642. package/public/android-chrome-192x192_light.png +0 -0
  2643. package/public/android-chrome-512x512_dark.png +0 -0
  2644. package/public/android-chrome-512x512_light.png +0 -0
  2645. package/public/apple-touch-icon_dark.png +0 -0
  2646. package/public/apple-touch-icon_light.png +0 -0
  2647. package/public/architecture.drawio.png +0 -0
  2648. package/public/browserconfig.xml +9 -0
  2649. package/public/favicon-16x16_dark.png +0 -0
  2650. package/public/favicon-16x16_light.png +0 -0
  2651. package/public/favicon-32x32_dark.png +0 -0
  2652. package/public/favicon-32x32_light.png +0 -0
  2653. package/public/favicon_dark.ico +0 -0
  2654. package/public/favicon_light.ico +0 -0
  2655. package/public/favicon_light.png +0 -0
  2656. package/public/favicon_light.svg +52 -0
  2657. package/public/lambda_live_debugger.png +0 -0
  2658. package/public/logo_dark.png +0 -0
  2659. package/public/logo_dark.svg +16 -0
  2660. package/public/logo_landscape_dark.svg +142 -0
  2661. package/public/logo_landscape_light.svg +138 -0
  2662. package/public/logo_light.png +0 -0
  2663. package/public/logo_light.svg +14 -0
  2664. package/public/mstile-150x150_dark.png +0 -0
  2665. package/public/mstile-150x150_light.png +0 -0
  2666. package/public/site.webmanifest +19 -0
  2667. package/we_need_you.webp +0 -0
  2668. package/_config.yml +0 -22
  2669. package/_layouts/default.html +0 -37
  2670. package/android-chrome-192x192.png +0 -0
  2671. package/android-chrome-512x512.png +0 -0
  2672. package/apple-touch-icon.png +0 -0
  2673. package/architecture.drawio.png +0 -0
  2674. package/favicon-16x16.png +0 -0
  2675. package/favicon-32x32.png +0 -0
  2676. package/favicon.ico +0 -0
  2677. package/logo.png +0 -0
  2678. package/logo_landscape.jpg +0 -0
  2679. package/node_modules/@aws-crypto/crc32/build/aws_crc32.js.map +0 -1
  2680. package/node_modules/@aws-crypto/crc32/build/index.js.map +0 -1
  2681. package/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +0 -15
  2682. package/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +0 -12
  2683. package/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +0 -142
  2684. package/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/index.js +0 -51
  2685. package/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +0 -3
  2686. package/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +0 -37
  2687. package/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  2688. package/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  2689. package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.d.ts +0 -37
  2690. package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +0 -1
  2691. package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.js +0 -218
  2692. package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +0 -1
  2693. package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.js +0 -284
  2694. package/node_modules/@aws-crypto/crc32c/build/aws_crc32c.js.map +0 -1
  2695. package/node_modules/@aws-crypto/crc32c/build/index.js.map +0 -1
  2696. package/node_modules/@aws-crypto/crc32c/node_modules/tslib/CopyrightNotice.txt +0 -15
  2697. package/node_modules/@aws-crypto/crc32c/node_modules/tslib/LICENSE.txt +0 -12
  2698. package/node_modules/@aws-crypto/crc32c/node_modules/tslib/README.md +0 -142
  2699. package/node_modules/@aws-crypto/crc32c/node_modules/tslib/modules/index.js +0 -51
  2700. package/node_modules/@aws-crypto/crc32c/node_modules/tslib/modules/package.json +0 -3
  2701. package/node_modules/@aws-crypto/crc32c/node_modules/tslib/package.json +0 -37
  2702. package/node_modules/@aws-crypto/crc32c/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  2703. package/node_modules/@aws-crypto/crc32c/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  2704. package/node_modules/@aws-crypto/crc32c/node_modules/tslib/tslib.d.ts +0 -37
  2705. package/node_modules/@aws-crypto/crc32c/node_modules/tslib/tslib.es6.html +0 -1
  2706. package/node_modules/@aws-crypto/crc32c/node_modules/tslib/tslib.es6.js +0 -218
  2707. package/node_modules/@aws-crypto/crc32c/node_modules/tslib/tslib.html +0 -1
  2708. package/node_modules/@aws-crypto/crc32c/node_modules/tslib/tslib.js +0 -284
  2709. package/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +0 -46
  2710. package/node_modules/@aws-crypto/ie11-detection/LICENSE +0 -202
  2711. package/node_modules/@aws-crypto/ie11-detection/README.md +0 -20
  2712. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts +0 -19
  2713. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js +0 -3
  2714. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map +0 -1
  2715. package/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts +0 -12
  2716. package/node_modules/@aws-crypto/ie11-detection/build/Key.js +0 -3
  2717. package/node_modules/@aws-crypto/ie11-detection/build/Key.js.map +0 -1
  2718. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts +0 -12
  2719. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js +0 -3
  2720. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map +0 -1
  2721. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +0 -33
  2722. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js +0 -3
  2723. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map +0 -1
  2724. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts +0 -21
  2725. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js +0 -32
  2726. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map +0 -1
  2727. package/node_modules/@aws-crypto/ie11-detection/build/index.d.ts +0 -5
  2728. package/node_modules/@aws-crypto/ie11-detection/build/index.js +0 -9
  2729. package/node_modules/@aws-crypto/ie11-detection/build/index.js.map +0 -1
  2730. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +0 -15
  2731. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +0 -12
  2732. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +0 -142
  2733. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js +0 -51
  2734. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +0 -3
  2735. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +0 -37
  2736. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  2737. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  2738. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts +0 -37
  2739. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +0 -1
  2740. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js +0 -218
  2741. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +0 -1
  2742. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js +0 -284
  2743. package/node_modules/@aws-crypto/ie11-detection/package.json +0 -26
  2744. package/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +0 -21
  2745. package/node_modules/@aws-crypto/ie11-detection/src/Key.ts +0 -12
  2746. package/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +0 -13
  2747. package/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +0 -88
  2748. package/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +0 -59
  2749. package/node_modules/@aws-crypto/ie11-detection/src/index.ts +0 -5
  2750. package/node_modules/@aws-crypto/ie11-detection/tsconfig.json +0 -17
  2751. package/node_modules/@aws-crypto/sha1-browser/build/constants.js.map +0 -1
  2752. package/node_modules/@aws-crypto/sha1-browser/build/crossPlatformSha1.js +0 -34
  2753. package/node_modules/@aws-crypto/sha1-browser/build/crossPlatformSha1.js.map +0 -1
  2754. package/node_modules/@aws-crypto/sha1-browser/build/ie11Sha1.d.ts +0 -9
  2755. package/node_modules/@aws-crypto/sha1-browser/build/ie11Sha1.js +0 -80
  2756. package/node_modules/@aws-crypto/sha1-browser/build/ie11Sha1.js.map +0 -1
  2757. package/node_modules/@aws-crypto/sha1-browser/build/index.d.ts +0 -3
  2758. package/node_modules/@aws-crypto/sha1-browser/build/index.js +0 -10
  2759. package/node_modules/@aws-crypto/sha1-browser/build/index.js.map +0 -1
  2760. package/node_modules/@aws-crypto/sha1-browser/build/isEmptyData.js.map +0 -1
  2761. package/node_modules/@aws-crypto/sha1-browser/build/webCryptoSha1.js +0 -61
  2762. package/node_modules/@aws-crypto/sha1-browser/build/webCryptoSha1.js.map +0 -1
  2763. package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/CopyrightNotice.txt +0 -15
  2764. package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/LICENSE.txt +0 -12
  2765. package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/README.md +0 -142
  2766. package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/modules/index.js +0 -51
  2767. package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/modules/package.json +0 -3
  2768. package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/package.json +0 -37
  2769. package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  2770. package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  2771. package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/tslib.d.ts +0 -37
  2772. package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/tslib.es6.html +0 -1
  2773. package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/tslib.es6.js +0 -218
  2774. package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/tslib.html +0 -1
  2775. package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/tslib.js +0 -284
  2776. package/node_modules/@aws-crypto/sha1-browser/src/ie11Sha1.ts +0 -108
  2777. package/node_modules/@aws-crypto/sha256-browser/build/constants.js.map +0 -1
  2778. package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +0 -35
  2779. package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +0 -1
  2780. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +0 -9
  2781. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +0 -80
  2782. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +0 -1
  2783. package/node_modules/@aws-crypto/sha256-browser/build/index.d.ts +0 -3
  2784. package/node_modules/@aws-crypto/sha256-browser/build/index.js +0 -10
  2785. package/node_modules/@aws-crypto/sha256-browser/build/index.js.map +0 -1
  2786. package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js.map +0 -1
  2787. package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +0 -1
  2788. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +0 -15
  2789. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +0 -12
  2790. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +0 -142
  2791. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js +0 -51
  2792. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +0 -3
  2793. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +0 -37
  2794. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  2795. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  2796. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts +0 -37
  2797. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +0 -1
  2798. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js +0 -218
  2799. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +0 -1
  2800. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js +0 -284
  2801. package/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +0 -108
  2802. package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js.map +0 -1
  2803. package/node_modules/@aws-crypto/sha256-js/build/constants.js.map +0 -1
  2804. package/node_modules/@aws-crypto/sha256-js/build/index.js.map +0 -1
  2805. package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +0 -1
  2806. package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +0 -1
  2807. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +0 -15
  2808. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +0 -12
  2809. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +0 -142
  2810. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js +0 -51
  2811. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +0 -3
  2812. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +0 -37
  2813. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  2814. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  2815. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts +0 -37
  2816. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +0 -1
  2817. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js +0 -218
  2818. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +0 -1
  2819. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js +0 -284
  2820. package/node_modules/@aws-crypto/supports-web-crypto/build/index.js +0 -5
  2821. package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +0 -69
  2822. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +0 -15
  2823. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +0 -12
  2824. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +0 -142
  2825. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js +0 -51
  2826. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +0 -3
  2827. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +0 -37
  2828. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  2829. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  2830. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts +0 -37
  2831. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +0 -1
  2832. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js +0 -218
  2833. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +0 -1
  2834. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js +0 -284
  2835. package/node_modules/@aws-crypto/util/build/convertToBuffer.js +0 -24
  2836. package/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +0 -1
  2837. package/node_modules/@aws-crypto/util/build/index.js.map +0 -1
  2838. package/node_modules/@aws-crypto/util/build/isEmptyData.js.map +0 -1
  2839. package/node_modules/@aws-crypto/util/build/numToUint8.js.map +0 -1
  2840. package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +0 -1
  2841. package/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +0 -15
  2842. package/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +0 -12
  2843. package/node_modules/@aws-crypto/util/node_modules/tslib/README.md +0 -142
  2844. package/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js +0 -51
  2845. package/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +0 -3
  2846. package/node_modules/@aws-crypto/util/node_modules/tslib/package.json +0 -37
  2847. package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  2848. package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  2849. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts +0 -37
  2850. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +0 -1
  2851. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js +0 -218
  2852. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +0 -1
  2853. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js +0 -284
  2854. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js +0 -1
  2855. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveWebIdentityCredentials.js +0 -1
  2856. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js +0 -1
  2857. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js +0 -1
  2858. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/ProcessCredentials.js +0 -1
  2859. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js +0 -1
  2860. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js +0 -1
  2861. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js +0 -1
  2862. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/fromSSO.js +0 -1
  2863. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/isSsoProfile.js +0 -1
  2864. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso.js +0 -1
  2865. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +0 -1
  2866. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/types.js +0 -1
  2867. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js +0 -1
  2868. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/NodeDisableMultiregionAccessPointConfigOptions.js +0 -1
  2869. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/NodeUseArnRegionConfigOptions.js +0 -1
  2870. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/bucketEndpointMiddleware.js +0 -1
  2871. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/bucketHostname.js +0 -1
  2872. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/bucketHostnameUtils.js +0 -1
  2873. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/configurations.js +0 -1
  2874. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/configuration.js +0 -1
  2875. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/constants.js +0 -1
  2876. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/flexibleChecksumsMiddleware.js +0 -1
  2877. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/flexibleChecksumsResponseMiddleware.js +0 -1
  2878. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getChecksum.js +0 -1
  2879. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getChecksumAlgorithmForRequest.js +0 -1
  2880. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getChecksumAlgorithmListForResponse.js +0 -1
  2881. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getChecksumLocationName.js +0 -1
  2882. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getFlexibleChecksumsPlugin.js +0 -1
  2883. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/hasHeader.js +0 -1
  2884. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/isChecksumWithPartNumber.js +0 -1
  2885. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/isStreaming.js +0 -1
  2886. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/selectChecksumAlgorithmFunction.js +0 -1
  2887. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/stringHasher.js +0 -1
  2888. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/types.js +0 -1
  2889. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/validateChecksumFromResponse.js +0 -1
  2890. package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/configuration.js +0 -1
  2891. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -1
  2892. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/bucket-endpoint-middleware.js +0 -1
  2893. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/check-content-length-header.js +0 -1
  2894. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/region-redirect-endpoint-middleware.js +0 -1
  2895. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/region-redirect-middleware.js +0 -1
  2896. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-expires-middleware.js +0 -1
  2897. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/classes/S3ExpressIdentityCache.js +0 -1
  2898. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/classes/S3ExpressIdentityCacheEntry.js +0 -1
  2899. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/classes/S3ExpressIdentityProviderImpl.js +0 -1
  2900. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/classes/SignatureV4S3Express.js +0 -1
  2901. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/constants.js +0 -1
  2902. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/functions/s3ExpressMiddleware.js +0 -1
  2903. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/index.js +0 -1
  2904. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/interfaces/S3ExpressIdentity.js +0 -1
  2905. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/interfaces/S3ExpressIdentityProvider.js +0 -1
  2906. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3Configuration.js +0 -1
  2907. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/throw-200-exceptions.js +0 -1
  2908. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/validate-bucket-name.js +0 -1
  2909. package/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
  2910. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthConfiguration.js +0 -1
  2911. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js +0 -1
  2912. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +0 -269
  2913. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js +0 -1
  2914. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js +0 -1
  2915. package/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js +0 -1
  2916. package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthConfiguration.js +0 -115
  2917. package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +0 -81
  2918. package/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +0 -2
  2919. package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +0 -1
  2920. package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +0 -8
  2921. package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +0 -2
  2922. package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthConfiguration.d.ts +0 -99
  2923. package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthMiddleware.d.ts +0 -6
  2924. package/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +0 -2
  2925. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthConfiguration.d.ts +0 -68
  2926. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthMiddleware.d.ts +0 -19
  2927. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +0 -2
  2928. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +0 -1
  2929. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +0 -4
  2930. package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +0 -4
  2931. package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +0 -6
  2932. package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +0 -8
  2933. package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +0 -7
  2934. package/node_modules/@aws-sdk/middleware-signing/package.json +0 -59
  2935. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +0 -1
  2936. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +0 -1
  2937. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +0 -1
  2938. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +0 -1
  2939. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +0 -1
  2940. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
  2941. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/index.js +0 -1
  2942. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
  2943. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
  2944. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/SignatureV4MultiRegion.js +0 -1
  2945. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/signature-v4-crt-container.js +0 -1
  2946. package/node_modules/@aws-sdk/token-providers/dist-cjs/constants.js +0 -1
  2947. package/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js +0 -1
  2948. package/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js +0 -1
  2949. package/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +0 -1
  2950. package/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +0 -1
  2951. package/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js +0 -1
  2952. package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js +0 -1
  2953. package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js +0 -1
  2954. package/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js +0 -1
  2955. package/node_modules/@aws-sdk/types/dist-cjs/abort.js +0 -1
  2956. package/node_modules/@aws-sdk/types/dist-cjs/auth.js +0 -1
  2957. package/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +0 -1
  2958. package/node_modules/@aws-sdk/types/dist-cjs/checksum.js +0 -1
  2959. package/node_modules/@aws-sdk/types/dist-cjs/client.js +0 -1
  2960. package/node_modules/@aws-sdk/types/dist-cjs/command.js +0 -1
  2961. package/node_modules/@aws-sdk/types/dist-cjs/connection.js +0 -1
  2962. package/node_modules/@aws-sdk/types/dist-cjs/credentials.js +0 -1
  2963. package/node_modules/@aws-sdk/types/dist-cjs/crypto.js +0 -1
  2964. package/node_modules/@aws-sdk/types/dist-cjs/dns.js +0 -1
  2965. package/node_modules/@aws-sdk/types/dist-cjs/encode.js +0 -1
  2966. package/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +0 -1
  2967. package/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +0 -1
  2968. package/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +0 -1
  2969. package/node_modules/@aws-sdk/types/dist-cjs/http.js +0 -1
  2970. package/node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js +0 -1
  2971. package/node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js +0 -1
  2972. package/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +0 -1
  2973. package/node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js +0 -1
  2974. package/node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js +0 -1
  2975. package/node_modules/@aws-sdk/types/dist-cjs/identity/index.js +0 -1
  2976. package/node_modules/@aws-sdk/types/dist-cjs/logger.js +0 -1
  2977. package/node_modules/@aws-sdk/types/dist-cjs/middleware.js +0 -1
  2978. package/node_modules/@aws-sdk/types/dist-cjs/pagination.js +0 -1
  2979. package/node_modules/@aws-sdk/types/dist-cjs/profile.js +0 -1
  2980. package/node_modules/@aws-sdk/types/dist-cjs/request.js +0 -1
  2981. package/node_modules/@aws-sdk/types/dist-cjs/response.js +0 -1
  2982. package/node_modules/@aws-sdk/types/dist-cjs/retry.js +0 -1
  2983. package/node_modules/@aws-sdk/types/dist-cjs/serde.js +0 -1
  2984. package/node_modules/@aws-sdk/types/dist-cjs/shapes.js +0 -1
  2985. package/node_modules/@aws-sdk/types/dist-cjs/signature.js +0 -1
  2986. package/node_modules/@aws-sdk/types/dist-cjs/stream.js +0 -1
  2987. package/node_modules/@aws-sdk/types/dist-cjs/token.js +0 -1
  2988. package/node_modules/@aws-sdk/types/dist-cjs/transfer.js +0 -1
  2989. package/node_modules/@aws-sdk/types/dist-cjs/uri.js +0 -1
  2990. package/node_modules/@aws-sdk/types/dist-cjs/util.js +0 -1
  2991. package/node_modules/@aws-sdk/types/dist-cjs/waiter.js +0 -1
  2992. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/aws.js +0 -1
  2993. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js +0 -1
  2994. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js +0 -1
  2995. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js +0 -1
  2996. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +0 -1
  2997. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js +0 -1
  2998. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +0 -1
  2999. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js +0 -1
  3000. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js +0 -1
  3001. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js +0 -1
  3002. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js +0 -1
  3003. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js +0 -1
  3004. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js +0 -1
  3005. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js +0 -1
  3006. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/crt-availability.js +0 -1
  3007. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -1
  3008. package/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -8
  3009. package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +0 -9
  3010. package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +0 -47
  3011. package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +0 -11
  3012. package/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +0 -4
  3013. package/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +0 -42
  3014. package/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +0 -6
  3015. package/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +0 -2
  3016. package/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +0 -17
  3017. package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +0 -2
  3018. package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +0 -2
  3019. package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +0 -2
  3020. package/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +0 -2
  3021. package/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -50
  3022. package/node_modules/@aws-sdk/xml-builder/dist-cjs/XmlNode.js +0 -1
  3023. package/node_modules/@aws-sdk/xml-builder/dist-cjs/XmlText.js +0 -1
  3024. package/node_modules/@aws-sdk/xml-builder/dist-cjs/escape-attribute.js +0 -1
  3025. package/node_modules/@aws-sdk/xml-builder/dist-cjs/escape-element.js +0 -1
  3026. package/node_modules/@aws-sdk/xml-builder/dist-cjs/stringable.js +0 -1
  3027. package/node_modules/@ljharb/through/.eslintrc +0 -24
  3028. package/node_modules/@ljharb/through/.github/FUNDING.yml +0 -12
  3029. package/node_modules/@ljharb/through/.nycrc +0 -13
  3030. package/node_modules/@ljharb/through/CHANGELOG.md +0 -274
  3031. package/node_modules/@ljharb/through/LICENSE +0 -24
  3032. package/node_modules/@ljharb/through/README.md +0 -81
  3033. package/node_modules/@ljharb/through/index.js +0 -118
  3034. package/node_modules/@ljharb/through/package.json +0 -77
  3035. package/node_modules/@ljharb/through/test/async.js +0 -29
  3036. package/node_modules/@ljharb/through/test/auto-destroy.js +0 -32
  3037. package/node_modules/@ljharb/through/test/buffering.js +0 -99
  3038. package/node_modules/@ljharb/through/test/end.js +0 -79
  3039. package/node_modules/@ljharb/through/test/index.js +0 -137
  3040. package/node_modules/@ljharb/through/through.d.ts +0 -27
  3041. package/node_modules/@ljharb/through/tsconfig.json +0 -11
  3042. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/fixtures/MockEventMessageSource.fixture.js +0 -1
  3043. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/fixtures/event.fixture.js +0 -1
  3044. package/node_modules/@smithy/eventstream-serde-universal/dist-es/fixtures/MockEventMessageSource.fixture.js +0 -30
  3045. package/node_modules/@smithy/eventstream-serde-universal/dist-es/fixtures/event.fixture.js +0 -4
  3046. package/node_modules/@smithy/eventstream-serde-universal/dist-types/fixtures/MockEventMessageSource.fixture.d.ts +0 -22
  3047. package/node_modules/@smithy/eventstream-serde-universal/dist-types/fixtures/event.fixture.d.ts +0 -17
  3048. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/fixtures/MockEventMessageSource.fixture.d.ts +0 -21
  3049. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/fixtures/event.fixture.d.ts +0 -17
  3050. package/node_modules/@smithy/signature-v4/dist-cjs/cloneRequest.js +0 -1
  3051. package/node_modules/@smithy/signature-v4/dist-es/cloneRequest.js +0 -12
  3052. package/node_modules/@smithy/signature-v4/dist-types/cloneRequest.d.ts +0 -6
  3053. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +0 -6
  3054. package/node_modules/async-limiter/.eslintignore +0 -2
  3055. package/node_modules/async-limiter/.nycrc +0 -10
  3056. package/node_modules/async-limiter/.travis.yml +0 -9
  3057. package/node_modules/async-limiter/LICENSE +0 -8
  3058. package/node_modules/async-limiter/index.js +0 -67
  3059. package/node_modules/async-limiter/package.json +0 -35
  3060. package/node_modules/async-limiter/readme.md +0 -132
  3061. package/node_modules/braces/CHANGELOG.md +0 -184
  3062. package/node_modules/call-bind/.eslintignore +0 -1
  3063. package/node_modules/call-bind/.eslintrc +0 -16
  3064. package/node_modules/call-bind/.github/FUNDING.yml +0 -12
  3065. package/node_modules/call-bind/.nycrc +0 -9
  3066. package/node_modules/call-bind/CHANGELOG.md +0 -93
  3067. package/node_modules/call-bind/LICENSE +0 -21
  3068. package/node_modules/call-bind/README.md +0 -64
  3069. package/node_modules/call-bind/callBound.js +0 -15
  3070. package/node_modules/call-bind/index.js +0 -35
  3071. package/node_modules/call-bind/package.json +0 -95
  3072. package/node_modules/call-bind/test/callBound.js +0 -54
  3073. package/node_modules/call-bind/test/index.js +0 -80
  3074. package/node_modules/define-data-property/.eslintrc +0 -24
  3075. package/node_modules/define-data-property/.github/FUNDING.yml +0 -12
  3076. package/node_modules/define-data-property/.nycrc +0 -13
  3077. package/node_modules/define-data-property/CHANGELOG.md +0 -70
  3078. package/node_modules/define-data-property/LICENSE +0 -21
  3079. package/node_modules/define-data-property/README.md +0 -67
  3080. package/node_modules/define-data-property/index.d.ts +0 -12
  3081. package/node_modules/define-data-property/index.js +0 -56
  3082. package/node_modules/define-data-property/package.json +0 -106
  3083. package/node_modules/define-data-property/test/index.js +0 -392
  3084. package/node_modules/define-data-property/tsconfig.json +0 -59
  3085. package/node_modules/es-define-property/.eslintrc +0 -13
  3086. package/node_modules/es-define-property/.github/FUNDING.yml +0 -12
  3087. package/node_modules/es-define-property/.nycrc +0 -9
  3088. package/node_modules/es-define-property/CHANGELOG.md +0 -15
  3089. package/node_modules/es-define-property/LICENSE +0 -21
  3090. package/node_modules/es-define-property/README.md +0 -49
  3091. package/node_modules/es-define-property/index.d.ts +0 -3
  3092. package/node_modules/es-define-property/index.js +0 -16
  3093. package/node_modules/es-define-property/package.json +0 -81
  3094. package/node_modules/es-define-property/test/index.js +0 -55
  3095. package/node_modules/es-define-property/tsconfig.json +0 -50
  3096. package/node_modules/es-errors/.eslintrc +0 -5
  3097. package/node_modules/es-errors/.github/FUNDING.yml +0 -12
  3098. package/node_modules/es-errors/CHANGELOG.md +0 -40
  3099. package/node_modules/es-errors/LICENSE +0 -21
  3100. package/node_modules/es-errors/README.md +0 -55
  3101. package/node_modules/es-errors/eval.d.ts +0 -3
  3102. package/node_modules/es-errors/eval.js +0 -4
  3103. package/node_modules/es-errors/index.d.ts +0 -3
  3104. package/node_modules/es-errors/index.js +0 -4
  3105. package/node_modules/es-errors/package.json +0 -80
  3106. package/node_modules/es-errors/range.d.ts +0 -3
  3107. package/node_modules/es-errors/range.js +0 -4
  3108. package/node_modules/es-errors/ref.d.ts +0 -3
  3109. package/node_modules/es-errors/ref.js +0 -4
  3110. package/node_modules/es-errors/syntax.d.ts +0 -3
  3111. package/node_modules/es-errors/syntax.js +0 -4
  3112. package/node_modules/es-errors/test/index.js +0 -19
  3113. package/node_modules/es-errors/tsconfig.json +0 -49
  3114. package/node_modules/es-errors/type.d.ts +0 -3
  3115. package/node_modules/es-errors/type.js +0 -4
  3116. package/node_modules/es-errors/uri.d.ts +0 -3
  3117. package/node_modules/es-errors/uri.js +0 -4
  3118. package/node_modules/function-bind/.eslintrc +0 -21
  3119. package/node_modules/function-bind/.github/FUNDING.yml +0 -12
  3120. package/node_modules/function-bind/.github/SECURITY.md +0 -3
  3121. package/node_modules/function-bind/.nycrc +0 -13
  3122. package/node_modules/function-bind/CHANGELOG.md +0 -136
  3123. package/node_modules/function-bind/LICENSE +0 -20
  3124. package/node_modules/function-bind/README.md +0 -46
  3125. package/node_modules/function-bind/implementation.js +0 -84
  3126. package/node_modules/function-bind/index.js +0 -5
  3127. package/node_modules/function-bind/package.json +0 -87
  3128. package/node_modules/function-bind/test/.eslintrc +0 -9
  3129. package/node_modules/function-bind/test/index.js +0 -252
  3130. package/node_modules/get-intrinsic/.eslintrc +0 -38
  3131. package/node_modules/get-intrinsic/.github/FUNDING.yml +0 -12
  3132. package/node_modules/get-intrinsic/.nycrc +0 -9
  3133. package/node_modules/get-intrinsic/CHANGELOG.md +0 -143
  3134. package/node_modules/get-intrinsic/LICENSE +0 -21
  3135. package/node_modules/get-intrinsic/README.md +0 -71
  3136. package/node_modules/get-intrinsic/index.js +0 -359
  3137. package/node_modules/get-intrinsic/package.json +0 -93
  3138. package/node_modules/get-intrinsic/test/GetIntrinsic.js +0 -274
  3139. package/node_modules/gopd/.eslintrc +0 -16
  3140. package/node_modules/gopd/.github/FUNDING.yml +0 -12
  3141. package/node_modules/gopd/CHANGELOG.md +0 -25
  3142. package/node_modules/gopd/LICENSE +0 -21
  3143. package/node_modules/gopd/README.md +0 -40
  3144. package/node_modules/gopd/index.js +0 -16
  3145. package/node_modules/gopd/package.json +0 -71
  3146. package/node_modules/gopd/test/index.js +0 -35
  3147. package/node_modules/has-property-descriptors/.eslintrc +0 -13
  3148. package/node_modules/has-property-descriptors/.github/FUNDING.yml +0 -12
  3149. package/node_modules/has-property-descriptors/.nycrc +0 -9
  3150. package/node_modules/has-property-descriptors/CHANGELOG.md +0 -35
  3151. package/node_modules/has-property-descriptors/LICENSE +0 -21
  3152. package/node_modules/has-property-descriptors/README.md +0 -43
  3153. package/node_modules/has-property-descriptors/index.js +0 -22
  3154. package/node_modules/has-property-descriptors/package.json +0 -77
  3155. package/node_modules/has-property-descriptors/test/index.js +0 -57
  3156. package/node_modules/has-proto/.eslintrc +0 -5
  3157. package/node_modules/has-proto/.github/FUNDING.yml +0 -12
  3158. package/node_modules/has-proto/CHANGELOG.md +0 -38
  3159. package/node_modules/has-proto/LICENSE +0 -21
  3160. package/node_modules/has-proto/README.md +0 -38
  3161. package/node_modules/has-proto/index.d.ts +0 -3
  3162. package/node_modules/has-proto/index.js +0 -15
  3163. package/node_modules/has-proto/package.json +0 -78
  3164. package/node_modules/has-proto/test/index.js +0 -19
  3165. package/node_modules/has-proto/tsconfig.json +0 -49
  3166. package/node_modules/has-symbols/.eslintrc +0 -11
  3167. package/node_modules/has-symbols/.github/FUNDING.yml +0 -12
  3168. package/node_modules/has-symbols/.nycrc +0 -9
  3169. package/node_modules/has-symbols/CHANGELOG.md +0 -75
  3170. package/node_modules/has-symbols/LICENSE +0 -21
  3171. package/node_modules/has-symbols/README.md +0 -46
  3172. package/node_modules/has-symbols/index.js +0 -13
  3173. package/node_modules/has-symbols/package.json +0 -101
  3174. package/node_modules/has-symbols/shams.js +0 -42
  3175. package/node_modules/has-symbols/test/index.js +0 -22
  3176. package/node_modules/has-symbols/test/shams/core-js.js +0 -28
  3177. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +0 -28
  3178. package/node_modules/has-symbols/test/tests.js +0 -56
  3179. package/node_modules/hasown/.eslintrc +0 -5
  3180. package/node_modules/hasown/.github/FUNDING.yml +0 -12
  3181. package/node_modules/hasown/.nycrc +0 -13
  3182. package/node_modules/hasown/CHANGELOG.md +0 -40
  3183. package/node_modules/hasown/LICENSE +0 -21
  3184. package/node_modules/hasown/README.md +0 -40
  3185. package/node_modules/hasown/index.d.ts +0 -3
  3186. package/node_modules/hasown/index.js +0 -8
  3187. package/node_modules/hasown/package.json +0 -92
  3188. package/node_modules/hasown/tsconfig.json +0 -6
  3189. package/node_modules/lodash/LICENSE +0 -47
  3190. package/node_modules/lodash/README.md +0 -39
  3191. package/node_modules/lodash/_DataView.js +0 -7
  3192. package/node_modules/lodash/_Hash.js +0 -32
  3193. package/node_modules/lodash/_LazyWrapper.js +0 -28
  3194. package/node_modules/lodash/_ListCache.js +0 -32
  3195. package/node_modules/lodash/_LodashWrapper.js +0 -22
  3196. package/node_modules/lodash/_Map.js +0 -7
  3197. package/node_modules/lodash/_MapCache.js +0 -32
  3198. package/node_modules/lodash/_Promise.js +0 -7
  3199. package/node_modules/lodash/_Set.js +0 -7
  3200. package/node_modules/lodash/_SetCache.js +0 -27
  3201. package/node_modules/lodash/_Stack.js +0 -27
  3202. package/node_modules/lodash/_Symbol.js +0 -6
  3203. package/node_modules/lodash/_Uint8Array.js +0 -6
  3204. package/node_modules/lodash/_WeakMap.js +0 -7
  3205. package/node_modules/lodash/_apply.js +0 -21
  3206. package/node_modules/lodash/_arrayAggregator.js +0 -22
  3207. package/node_modules/lodash/_arrayEach.js +0 -22
  3208. package/node_modules/lodash/_arrayEachRight.js +0 -21
  3209. package/node_modules/lodash/_arrayEvery.js +0 -23
  3210. package/node_modules/lodash/_arrayFilter.js +0 -25
  3211. package/node_modules/lodash/_arrayIncludes.js +0 -17
  3212. package/node_modules/lodash/_arrayIncludesWith.js +0 -22
  3213. package/node_modules/lodash/_arrayLikeKeys.js +0 -49
  3214. package/node_modules/lodash/_arrayMap.js +0 -21
  3215. package/node_modules/lodash/_arrayPush.js +0 -20
  3216. package/node_modules/lodash/_arrayReduce.js +0 -26
  3217. package/node_modules/lodash/_arrayReduceRight.js +0 -24
  3218. package/node_modules/lodash/_arraySample.js +0 -15
  3219. package/node_modules/lodash/_arraySampleSize.js +0 -17
  3220. package/node_modules/lodash/_arrayShuffle.js +0 -15
  3221. package/node_modules/lodash/_arraySome.js +0 -23
  3222. package/node_modules/lodash/_asciiSize.js +0 -12
  3223. package/node_modules/lodash/_asciiToArray.js +0 -12
  3224. package/node_modules/lodash/_asciiWords.js +0 -15
  3225. package/node_modules/lodash/_assignMergeValue.js +0 -20
  3226. package/node_modules/lodash/_assignValue.js +0 -28
  3227. package/node_modules/lodash/_assocIndexOf.js +0 -21
  3228. package/node_modules/lodash/_baseAggregator.js +0 -21
  3229. package/node_modules/lodash/_baseAssign.js +0 -17
  3230. package/node_modules/lodash/_baseAssignIn.js +0 -17
  3231. package/node_modules/lodash/_baseAssignValue.js +0 -25
  3232. package/node_modules/lodash/_baseAt.js +0 -23
  3233. package/node_modules/lodash/_baseClamp.js +0 -22
  3234. package/node_modules/lodash/_baseClone.js +0 -166
  3235. package/node_modules/lodash/_baseConforms.js +0 -18
  3236. package/node_modules/lodash/_baseConformsTo.js +0 -27
  3237. package/node_modules/lodash/_baseCreate.js +0 -30
  3238. package/node_modules/lodash/_baseDelay.js +0 -21
  3239. package/node_modules/lodash/_baseDifference.js +0 -67
  3240. package/node_modules/lodash/_baseEach.js +0 -14
  3241. package/node_modules/lodash/_baseEachRight.js +0 -14
  3242. package/node_modules/lodash/_baseEvery.js +0 -21
  3243. package/node_modules/lodash/_baseExtremum.js +0 -32
  3244. package/node_modules/lodash/_baseFill.js +0 -32
  3245. package/node_modules/lodash/_baseFilter.js +0 -21
  3246. package/node_modules/lodash/_baseFindIndex.js +0 -24
  3247. package/node_modules/lodash/_baseFindKey.js +0 -23
  3248. package/node_modules/lodash/_baseFlatten.js +0 -38
  3249. package/node_modules/lodash/_baseFor.js +0 -16
  3250. package/node_modules/lodash/_baseForOwn.js +0 -16
  3251. package/node_modules/lodash/_baseForOwnRight.js +0 -16
  3252. package/node_modules/lodash/_baseForRight.js +0 -15
  3253. package/node_modules/lodash/_baseFunctions.js +0 -19
  3254. package/node_modules/lodash/_baseGet.js +0 -24
  3255. package/node_modules/lodash/_baseGetAllKeys.js +0 -20
  3256. package/node_modules/lodash/_baseGetTag.js +0 -28
  3257. package/node_modules/lodash/_baseGt.js +0 -14
  3258. package/node_modules/lodash/_baseHas.js +0 -19
  3259. package/node_modules/lodash/_baseHasIn.js +0 -13
  3260. package/node_modules/lodash/_baseInRange.js +0 -18
  3261. package/node_modules/lodash/_baseIndexOf.js +0 -20
  3262. package/node_modules/lodash/_baseIndexOfWith.js +0 -23
  3263. package/node_modules/lodash/_baseIntersection.js +0 -74
  3264. package/node_modules/lodash/_baseInverter.js +0 -21
  3265. package/node_modules/lodash/_baseInvoke.js +0 -24
  3266. package/node_modules/lodash/_baseIsArguments.js +0 -18
  3267. package/node_modules/lodash/_baseIsArrayBuffer.js +0 -17
  3268. package/node_modules/lodash/_baseIsDate.js +0 -18
  3269. package/node_modules/lodash/_baseIsEqual.js +0 -28
  3270. package/node_modules/lodash/_baseIsEqualDeep.js +0 -83
  3271. package/node_modules/lodash/_baseIsMap.js +0 -18
  3272. package/node_modules/lodash/_baseIsMatch.js +0 -62
  3273. package/node_modules/lodash/_baseIsNaN.js +0 -12
  3274. package/node_modules/lodash/_baseIsNative.js +0 -47
  3275. package/node_modules/lodash/_baseIsRegExp.js +0 -18
  3276. package/node_modules/lodash/_baseIsSet.js +0 -18
  3277. package/node_modules/lodash/_baseIsTypedArray.js +0 -60
  3278. package/node_modules/lodash/_baseIteratee.js +0 -31
  3279. package/node_modules/lodash/_baseKeys.js +0 -30
  3280. package/node_modules/lodash/_baseKeysIn.js +0 -33
  3281. package/node_modules/lodash/_baseLodash.js +0 -10
  3282. package/node_modules/lodash/_baseLt.js +0 -14
  3283. package/node_modules/lodash/_baseMap.js +0 -22
  3284. package/node_modules/lodash/_baseMatches.js +0 -22
  3285. package/node_modules/lodash/_baseMatchesProperty.js +0 -33
  3286. package/node_modules/lodash/_baseMean.js +0 -20
  3287. package/node_modules/lodash/_baseMerge.js +0 -42
  3288. package/node_modules/lodash/_baseMergeDeep.js +0 -94
  3289. package/node_modules/lodash/_baseNth.js +0 -20
  3290. package/node_modules/lodash/_baseOrderBy.js +0 -49
  3291. package/node_modules/lodash/_basePick.js +0 -19
  3292. package/node_modules/lodash/_basePickBy.js +0 -30
  3293. package/node_modules/lodash/_baseProperty.js +0 -14
  3294. package/node_modules/lodash/_basePropertyDeep.js +0 -16
  3295. package/node_modules/lodash/_basePropertyOf.js +0 -14
  3296. package/node_modules/lodash/_basePullAll.js +0 -51
  3297. package/node_modules/lodash/_basePullAt.js +0 -37
  3298. package/node_modules/lodash/_baseRandom.js +0 -18
  3299. package/node_modules/lodash/_baseRange.js +0 -28
  3300. package/node_modules/lodash/_baseReduce.js +0 -23
  3301. package/node_modules/lodash/_baseRepeat.js +0 -35
  3302. package/node_modules/lodash/_baseRest.js +0 -17
  3303. package/node_modules/lodash/_baseSample.js +0 -15
  3304. package/node_modules/lodash/_baseSampleSize.js +0 -18
  3305. package/node_modules/lodash/_baseSet.js +0 -51
  3306. package/node_modules/lodash/_baseSetData.js +0 -17
  3307. package/node_modules/lodash/_baseSetToString.js +0 -22
  3308. package/node_modules/lodash/_baseShuffle.js +0 -15
  3309. package/node_modules/lodash/_baseSlice.js +0 -31
  3310. package/node_modules/lodash/_baseSome.js +0 -22
  3311. package/node_modules/lodash/_baseSortBy.js +0 -21
  3312. package/node_modules/lodash/_baseSortedIndex.js +0 -42
  3313. package/node_modules/lodash/_baseSortedIndexBy.js +0 -67
  3314. package/node_modules/lodash/_baseSortedUniq.js +0 -30
  3315. package/node_modules/lodash/_baseSum.js +0 -24
  3316. package/node_modules/lodash/_baseTimes.js +0 -20
  3317. package/node_modules/lodash/_baseToNumber.js +0 -24
  3318. package/node_modules/lodash/_baseToPairs.js +0 -18
  3319. package/node_modules/lodash/_baseToString.js +0 -37
  3320. package/node_modules/lodash/_baseTrim.js +0 -19
  3321. package/node_modules/lodash/_baseUnary.js +0 -14
  3322. package/node_modules/lodash/_baseUniq.js +0 -72
  3323. package/node_modules/lodash/_baseUnset.js +0 -20
  3324. package/node_modules/lodash/_baseUpdate.js +0 -18
  3325. package/node_modules/lodash/_baseValues.js +0 -19
  3326. package/node_modules/lodash/_baseWhile.js +0 -26
  3327. package/node_modules/lodash/_baseWrapperValue.js +0 -25
  3328. package/node_modules/lodash/_baseXor.js +0 -36
  3329. package/node_modules/lodash/_baseZipObject.js +0 -23
  3330. package/node_modules/lodash/_cacheHas.js +0 -13
  3331. package/node_modules/lodash/_castArrayLikeObject.js +0 -14
  3332. package/node_modules/lodash/_castFunction.js +0 -14
  3333. package/node_modules/lodash/_castPath.js +0 -21
  3334. package/node_modules/lodash/_castRest.js +0 -14
  3335. package/node_modules/lodash/_castSlice.js +0 -18
  3336. package/node_modules/lodash/_charsEndIndex.js +0 -19
  3337. package/node_modules/lodash/_charsStartIndex.js +0 -20
  3338. package/node_modules/lodash/_cloneArrayBuffer.js +0 -16
  3339. package/node_modules/lodash/_cloneBuffer.js +0 -35
  3340. package/node_modules/lodash/_cloneDataView.js +0 -16
  3341. package/node_modules/lodash/_cloneRegExp.js +0 -17
  3342. package/node_modules/lodash/_cloneSymbol.js +0 -18
  3343. package/node_modules/lodash/_cloneTypedArray.js +0 -16
  3344. package/node_modules/lodash/_compareAscending.js +0 -41
  3345. package/node_modules/lodash/_compareMultiple.js +0 -44
  3346. package/node_modules/lodash/_composeArgs.js +0 -39
  3347. package/node_modules/lodash/_composeArgsRight.js +0 -41
  3348. package/node_modules/lodash/_copyArray.js +0 -20
  3349. package/node_modules/lodash/_copyObject.js +0 -40
  3350. package/node_modules/lodash/_copySymbols.js +0 -16
  3351. package/node_modules/lodash/_copySymbolsIn.js +0 -16
  3352. package/node_modules/lodash/_coreJsData.js +0 -6
  3353. package/node_modules/lodash/_countHolders.js +0 -21
  3354. package/node_modules/lodash/_createAggregator.js +0 -23
  3355. package/node_modules/lodash/_createAssigner.js +0 -37
  3356. package/node_modules/lodash/_createBaseEach.js +0 -32
  3357. package/node_modules/lodash/_createBaseFor.js +0 -25
  3358. package/node_modules/lodash/_createBind.js +0 -28
  3359. package/node_modules/lodash/_createCaseFirst.js +0 -33
  3360. package/node_modules/lodash/_createCompounder.js +0 -24
  3361. package/node_modules/lodash/_createCtor.js +0 -37
  3362. package/node_modules/lodash/_createCurry.js +0 -46
  3363. package/node_modules/lodash/_createFind.js +0 -25
  3364. package/node_modules/lodash/_createFlow.js +0 -78
  3365. package/node_modules/lodash/_createHybrid.js +0 -92
  3366. package/node_modules/lodash/_createInverter.js +0 -17
  3367. package/node_modules/lodash/_createMathOperation.js +0 -38
  3368. package/node_modules/lodash/_createOver.js +0 -27
  3369. package/node_modules/lodash/_createPadding.js +0 -33
  3370. package/node_modules/lodash/_createPartial.js +0 -43
  3371. package/node_modules/lodash/_createRange.js +0 -30
  3372. package/node_modules/lodash/_createRecurry.js +0 -56
  3373. package/node_modules/lodash/_createRelationalOperation.js +0 -20
  3374. package/node_modules/lodash/_createRound.js +0 -35
  3375. package/node_modules/lodash/_createSet.js +0 -19
  3376. package/node_modules/lodash/_createToPairs.js +0 -30
  3377. package/node_modules/lodash/_createWrap.js +0 -106
  3378. package/node_modules/lodash/_customDefaultsAssignIn.js +0 -29
  3379. package/node_modules/lodash/_customDefaultsMerge.js +0 -28
  3380. package/node_modules/lodash/_customOmitClone.js +0 -16
  3381. package/node_modules/lodash/_deburrLetter.js +0 -71
  3382. package/node_modules/lodash/_defineProperty.js +0 -11
  3383. package/node_modules/lodash/_equalArrays.js +0 -84
  3384. package/node_modules/lodash/_equalByTag.js +0 -112
  3385. package/node_modules/lodash/_equalObjects.js +0 -90
  3386. package/node_modules/lodash/_escapeHtmlChar.js +0 -21
  3387. package/node_modules/lodash/_escapeStringChar.js +0 -22
  3388. package/node_modules/lodash/_flatRest.js +0 -16
  3389. package/node_modules/lodash/_freeGlobal.js +0 -4
  3390. package/node_modules/lodash/_getAllKeys.js +0 -16
  3391. package/node_modules/lodash/_getAllKeysIn.js +0 -17
  3392. package/node_modules/lodash/_getData.js +0 -15
  3393. package/node_modules/lodash/_getFuncName.js +0 -31
  3394. package/node_modules/lodash/_getHolder.js +0 -13
  3395. package/node_modules/lodash/_getMapData.js +0 -18
  3396. package/node_modules/lodash/_getMatchData.js +0 -24
  3397. package/node_modules/lodash/_getNative.js +0 -17
  3398. package/node_modules/lodash/_getPrototype.js +0 -6
  3399. package/node_modules/lodash/_getRawTag.js +0 -46
  3400. package/node_modules/lodash/_getSymbols.js +0 -30
  3401. package/node_modules/lodash/_getSymbolsIn.js +0 -25
  3402. package/node_modules/lodash/_getTag.js +0 -58
  3403. package/node_modules/lodash/_getValue.js +0 -13
  3404. package/node_modules/lodash/_getView.js +0 -33
  3405. package/node_modules/lodash/_getWrapDetails.js +0 -17
  3406. package/node_modules/lodash/_hasPath.js +0 -39
  3407. package/node_modules/lodash/_hasUnicode.js +0 -26
  3408. package/node_modules/lodash/_hasUnicodeWord.js +0 -15
  3409. package/node_modules/lodash/_hashClear.js +0 -15
  3410. package/node_modules/lodash/_hashDelete.js +0 -17
  3411. package/node_modules/lodash/_hashGet.js +0 -30
  3412. package/node_modules/lodash/_hashHas.js +0 -23
  3413. package/node_modules/lodash/_hashSet.js +0 -23
  3414. package/node_modules/lodash/_initCloneArray.js +0 -26
  3415. package/node_modules/lodash/_initCloneByTag.js +0 -77
  3416. package/node_modules/lodash/_initCloneObject.js +0 -18
  3417. package/node_modules/lodash/_insertWrapDetails.js +0 -23
  3418. package/node_modules/lodash/_isFlattenable.js +0 -20
  3419. package/node_modules/lodash/_isIndex.js +0 -25
  3420. package/node_modules/lodash/_isIterateeCall.js +0 -30
  3421. package/node_modules/lodash/_isKey.js +0 -29
  3422. package/node_modules/lodash/_isKeyable.js +0 -15
  3423. package/node_modules/lodash/_isLaziable.js +0 -28
  3424. package/node_modules/lodash/_isMaskable.js +0 -14
  3425. package/node_modules/lodash/_isMasked.js +0 -20
  3426. package/node_modules/lodash/_isPrototype.js +0 -18
  3427. package/node_modules/lodash/_isStrictComparable.js +0 -15
  3428. package/node_modules/lodash/_iteratorToArray.js +0 -18
  3429. package/node_modules/lodash/_lazyClone.js +0 -23
  3430. package/node_modules/lodash/_lazyReverse.js +0 -23
  3431. package/node_modules/lodash/_lazyValue.js +0 -69
  3432. package/node_modules/lodash/_listCacheClear.js +0 -13
  3433. package/node_modules/lodash/_listCacheDelete.js +0 -35
  3434. package/node_modules/lodash/_listCacheGet.js +0 -19
  3435. package/node_modules/lodash/_listCacheHas.js +0 -16
  3436. package/node_modules/lodash/_listCacheSet.js +0 -26
  3437. package/node_modules/lodash/_mapCacheClear.js +0 -21
  3438. package/node_modules/lodash/_mapCacheDelete.js +0 -18
  3439. package/node_modules/lodash/_mapCacheGet.js +0 -16
  3440. package/node_modules/lodash/_mapCacheHas.js +0 -16
  3441. package/node_modules/lodash/_mapCacheSet.js +0 -22
  3442. package/node_modules/lodash/_mapToArray.js +0 -18
  3443. package/node_modules/lodash/_matchesStrictComparable.js +0 -20
  3444. package/node_modules/lodash/_memoizeCapped.js +0 -26
  3445. package/node_modules/lodash/_mergeData.js +0 -90
  3446. package/node_modules/lodash/_metaMap.js +0 -6
  3447. package/node_modules/lodash/_nativeCreate.js +0 -6
  3448. package/node_modules/lodash/_nativeKeys.js +0 -6
  3449. package/node_modules/lodash/_nativeKeysIn.js +0 -20
  3450. package/node_modules/lodash/_nodeUtil.js +0 -30
  3451. package/node_modules/lodash/_objectToString.js +0 -22
  3452. package/node_modules/lodash/_overArg.js +0 -15
  3453. package/node_modules/lodash/_overRest.js +0 -36
  3454. package/node_modules/lodash/_parent.js +0 -16
  3455. package/node_modules/lodash/_reEscape.js +0 -4
  3456. package/node_modules/lodash/_reEvaluate.js +0 -4
  3457. package/node_modules/lodash/_reInterpolate.js +0 -4
  3458. package/node_modules/lodash/_realNames.js +0 -4
  3459. package/node_modules/lodash/_reorder.js +0 -29
  3460. package/node_modules/lodash/_replaceHolders.js +0 -29
  3461. package/node_modules/lodash/_root.js +0 -9
  3462. package/node_modules/lodash/_safeGet.js +0 -21
  3463. package/node_modules/lodash/_setCacheAdd.js +0 -19
  3464. package/node_modules/lodash/_setCacheHas.js +0 -14
  3465. package/node_modules/lodash/_setData.js +0 -20
  3466. package/node_modules/lodash/_setToArray.js +0 -18
  3467. package/node_modules/lodash/_setToPairs.js +0 -18
  3468. package/node_modules/lodash/_setToString.js +0 -14
  3469. package/node_modules/lodash/_setWrapToString.js +0 -21
  3470. package/node_modules/lodash/_shortOut.js +0 -37
  3471. package/node_modules/lodash/_shuffleSelf.js +0 -28
  3472. package/node_modules/lodash/_stackClear.js +0 -15
  3473. package/node_modules/lodash/_stackDelete.js +0 -18
  3474. package/node_modules/lodash/_stackGet.js +0 -14
  3475. package/node_modules/lodash/_stackHas.js +0 -14
  3476. package/node_modules/lodash/_stackSet.js +0 -34
  3477. package/node_modules/lodash/_strictIndexOf.js +0 -23
  3478. package/node_modules/lodash/_strictLastIndexOf.js +0 -21
  3479. package/node_modules/lodash/_stringSize.js +0 -18
  3480. package/node_modules/lodash/_stringToArray.js +0 -18
  3481. package/node_modules/lodash/_stringToPath.js +0 -27
  3482. package/node_modules/lodash/_toKey.js +0 -21
  3483. package/node_modules/lodash/_toSource.js +0 -26
  3484. package/node_modules/lodash/_trimmedEndIndex.js +0 -19
  3485. package/node_modules/lodash/_unescapeHtmlChar.js +0 -21
  3486. package/node_modules/lodash/_unicodeSize.js +0 -44
  3487. package/node_modules/lodash/_unicodeToArray.js +0 -40
  3488. package/node_modules/lodash/_unicodeWords.js +0 -69
  3489. package/node_modules/lodash/_updateWrapDetails.js +0 -46
  3490. package/node_modules/lodash/_wrapperClone.js +0 -23
  3491. package/node_modules/lodash/add.js +0 -22
  3492. package/node_modules/lodash/after.js +0 -42
  3493. package/node_modules/lodash/array.js +0 -67
  3494. package/node_modules/lodash/ary.js +0 -29
  3495. package/node_modules/lodash/assign.js +0 -58
  3496. package/node_modules/lodash/assignIn.js +0 -40
  3497. package/node_modules/lodash/assignInWith.js +0 -38
  3498. package/node_modules/lodash/assignWith.js +0 -37
  3499. package/node_modules/lodash/at.js +0 -23
  3500. package/node_modules/lodash/attempt.js +0 -35
  3501. package/node_modules/lodash/before.js +0 -40
  3502. package/node_modules/lodash/bind.js +0 -57
  3503. package/node_modules/lodash/bindAll.js +0 -41
  3504. package/node_modules/lodash/bindKey.js +0 -68
  3505. package/node_modules/lodash/camelCase.js +0 -29
  3506. package/node_modules/lodash/capitalize.js +0 -23
  3507. package/node_modules/lodash/castArray.js +0 -44
  3508. package/node_modules/lodash/ceil.js +0 -26
  3509. package/node_modules/lodash/chain.js +0 -38
  3510. package/node_modules/lodash/chunk.js +0 -50
  3511. package/node_modules/lodash/clamp.js +0 -39
  3512. package/node_modules/lodash/clone.js +0 -36
  3513. package/node_modules/lodash/cloneDeep.js +0 -29
  3514. package/node_modules/lodash/cloneDeepWith.js +0 -40
  3515. package/node_modules/lodash/cloneWith.js +0 -42
  3516. package/node_modules/lodash/collection.js +0 -30
  3517. package/node_modules/lodash/commit.js +0 -33
  3518. package/node_modules/lodash/compact.js +0 -31
  3519. package/node_modules/lodash/concat.js +0 -43
  3520. package/node_modules/lodash/cond.js +0 -60
  3521. package/node_modules/lodash/conforms.js +0 -35
  3522. package/node_modules/lodash/conformsTo.js +0 -32
  3523. package/node_modules/lodash/constant.js +0 -26
  3524. package/node_modules/lodash/core.js +0 -3877
  3525. package/node_modules/lodash/core.min.js +0 -29
  3526. package/node_modules/lodash/countBy.js +0 -40
  3527. package/node_modules/lodash/create.js +0 -43
  3528. package/node_modules/lodash/curry.js +0 -57
  3529. package/node_modules/lodash/curryRight.js +0 -54
  3530. package/node_modules/lodash/date.js +0 -3
  3531. package/node_modules/lodash/debounce.js +0 -191
  3532. package/node_modules/lodash/deburr.js +0 -45
  3533. package/node_modules/lodash/defaultTo.js +0 -25
  3534. package/node_modules/lodash/defaults.js +0 -64
  3535. package/node_modules/lodash/defaultsDeep.js +0 -30
  3536. package/node_modules/lodash/defer.js +0 -26
  3537. package/node_modules/lodash/delay.js +0 -28
  3538. package/node_modules/lodash/difference.js +0 -33
  3539. package/node_modules/lodash/differenceBy.js +0 -44
  3540. package/node_modules/lodash/differenceWith.js +0 -40
  3541. package/node_modules/lodash/divide.js +0 -22
  3542. package/node_modules/lodash/drop.js +0 -38
  3543. package/node_modules/lodash/dropRight.js +0 -39
  3544. package/node_modules/lodash/dropRightWhile.js +0 -45
  3545. package/node_modules/lodash/dropWhile.js +0 -45
  3546. package/node_modules/lodash/each.js +0 -1
  3547. package/node_modules/lodash/eachRight.js +0 -1
  3548. package/node_modules/lodash/endsWith.js +0 -43
  3549. package/node_modules/lodash/entries.js +0 -1
  3550. package/node_modules/lodash/entriesIn.js +0 -1
  3551. package/node_modules/lodash/eq.js +0 -37
  3552. package/node_modules/lodash/escape.js +0 -43
  3553. package/node_modules/lodash/escapeRegExp.js +0 -32
  3554. package/node_modules/lodash/every.js +0 -56
  3555. package/node_modules/lodash/extend.js +0 -1
  3556. package/node_modules/lodash/extendWith.js +0 -1
  3557. package/node_modules/lodash/fill.js +0 -45
  3558. package/node_modules/lodash/filter.js +0 -52
  3559. package/node_modules/lodash/find.js +0 -42
  3560. package/node_modules/lodash/findIndex.js +0 -55
  3561. package/node_modules/lodash/findKey.js +0 -44
  3562. package/node_modules/lodash/findLast.js +0 -25
  3563. package/node_modules/lodash/findLastIndex.js +0 -59
  3564. package/node_modules/lodash/findLastKey.js +0 -44
  3565. package/node_modules/lodash/first.js +0 -1
  3566. package/node_modules/lodash/flake.lock +0 -40
  3567. package/node_modules/lodash/flake.nix +0 -20
  3568. package/node_modules/lodash/flatMap.js +0 -29
  3569. package/node_modules/lodash/flatMapDeep.js +0 -31
  3570. package/node_modules/lodash/flatMapDepth.js +0 -31
  3571. package/node_modules/lodash/flatten.js +0 -22
  3572. package/node_modules/lodash/flattenDeep.js +0 -25
  3573. package/node_modules/lodash/flattenDepth.js +0 -33
  3574. package/node_modules/lodash/flip.js +0 -28
  3575. package/node_modules/lodash/floor.js +0 -26
  3576. package/node_modules/lodash/flow.js +0 -27
  3577. package/node_modules/lodash/flowRight.js +0 -26
  3578. package/node_modules/lodash/forEach.js +0 -41
  3579. package/node_modules/lodash/forEachRight.js +0 -31
  3580. package/node_modules/lodash/forIn.js +0 -39
  3581. package/node_modules/lodash/forInRight.js +0 -37
  3582. package/node_modules/lodash/forOwn.js +0 -36
  3583. package/node_modules/lodash/forOwnRight.js +0 -34
  3584. package/node_modules/lodash/fp/F.js +0 -1
  3585. package/node_modules/lodash/fp/T.js +0 -1
  3586. package/node_modules/lodash/fp/__.js +0 -1
  3587. package/node_modules/lodash/fp/_baseConvert.js +0 -569
  3588. package/node_modules/lodash/fp/_convertBrowser.js +0 -18
  3589. package/node_modules/lodash/fp/_falseOptions.js +0 -7
  3590. package/node_modules/lodash/fp/_mapping.js +0 -358
  3591. package/node_modules/lodash/fp/_util.js +0 -16
  3592. package/node_modules/lodash/fp/add.js +0 -5
  3593. package/node_modules/lodash/fp/after.js +0 -5
  3594. package/node_modules/lodash/fp/all.js +0 -1
  3595. package/node_modules/lodash/fp/allPass.js +0 -1
  3596. package/node_modules/lodash/fp/always.js +0 -1
  3597. package/node_modules/lodash/fp/any.js +0 -1
  3598. package/node_modules/lodash/fp/anyPass.js +0 -1
  3599. package/node_modules/lodash/fp/apply.js +0 -1
  3600. package/node_modules/lodash/fp/array.js +0 -2
  3601. package/node_modules/lodash/fp/ary.js +0 -5
  3602. package/node_modules/lodash/fp/assign.js +0 -5
  3603. package/node_modules/lodash/fp/assignAll.js +0 -5
  3604. package/node_modules/lodash/fp/assignAllWith.js +0 -5
  3605. package/node_modules/lodash/fp/assignIn.js +0 -5
  3606. package/node_modules/lodash/fp/assignInAll.js +0 -5
  3607. package/node_modules/lodash/fp/assignInAllWith.js +0 -5
  3608. package/node_modules/lodash/fp/assignInWith.js +0 -5
  3609. package/node_modules/lodash/fp/assignWith.js +0 -5
  3610. package/node_modules/lodash/fp/assoc.js +0 -1
  3611. package/node_modules/lodash/fp/assocPath.js +0 -1
  3612. package/node_modules/lodash/fp/at.js +0 -5
  3613. package/node_modules/lodash/fp/attempt.js +0 -5
  3614. package/node_modules/lodash/fp/before.js +0 -5
  3615. package/node_modules/lodash/fp/bind.js +0 -5
  3616. package/node_modules/lodash/fp/bindAll.js +0 -5
  3617. package/node_modules/lodash/fp/bindKey.js +0 -5
  3618. package/node_modules/lodash/fp/camelCase.js +0 -5
  3619. package/node_modules/lodash/fp/capitalize.js +0 -5
  3620. package/node_modules/lodash/fp/castArray.js +0 -5
  3621. package/node_modules/lodash/fp/ceil.js +0 -5
  3622. package/node_modules/lodash/fp/chain.js +0 -5
  3623. package/node_modules/lodash/fp/chunk.js +0 -5
  3624. package/node_modules/lodash/fp/clamp.js +0 -5
  3625. package/node_modules/lodash/fp/clone.js +0 -5
  3626. package/node_modules/lodash/fp/cloneDeep.js +0 -5
  3627. package/node_modules/lodash/fp/cloneDeepWith.js +0 -5
  3628. package/node_modules/lodash/fp/cloneWith.js +0 -5
  3629. package/node_modules/lodash/fp/collection.js +0 -2
  3630. package/node_modules/lodash/fp/commit.js +0 -5
  3631. package/node_modules/lodash/fp/compact.js +0 -5
  3632. package/node_modules/lodash/fp/complement.js +0 -1
  3633. package/node_modules/lodash/fp/compose.js +0 -1
  3634. package/node_modules/lodash/fp/concat.js +0 -5
  3635. package/node_modules/lodash/fp/cond.js +0 -5
  3636. package/node_modules/lodash/fp/conforms.js +0 -1
  3637. package/node_modules/lodash/fp/conformsTo.js +0 -5
  3638. package/node_modules/lodash/fp/constant.js +0 -5
  3639. package/node_modules/lodash/fp/contains.js +0 -1
  3640. package/node_modules/lodash/fp/convert.js +0 -18
  3641. package/node_modules/lodash/fp/countBy.js +0 -5
  3642. package/node_modules/lodash/fp/create.js +0 -5
  3643. package/node_modules/lodash/fp/curry.js +0 -5
  3644. package/node_modules/lodash/fp/curryN.js +0 -5
  3645. package/node_modules/lodash/fp/curryRight.js +0 -5
  3646. package/node_modules/lodash/fp/curryRightN.js +0 -5
  3647. package/node_modules/lodash/fp/date.js +0 -2
  3648. package/node_modules/lodash/fp/debounce.js +0 -5
  3649. package/node_modules/lodash/fp/deburr.js +0 -5
  3650. package/node_modules/lodash/fp/defaultTo.js +0 -5
  3651. package/node_modules/lodash/fp/defaults.js +0 -5
  3652. package/node_modules/lodash/fp/defaultsAll.js +0 -5
  3653. package/node_modules/lodash/fp/defaultsDeep.js +0 -5
  3654. package/node_modules/lodash/fp/defaultsDeepAll.js +0 -5
  3655. package/node_modules/lodash/fp/defer.js +0 -5
  3656. package/node_modules/lodash/fp/delay.js +0 -5
  3657. package/node_modules/lodash/fp/difference.js +0 -5
  3658. package/node_modules/lodash/fp/differenceBy.js +0 -5
  3659. package/node_modules/lodash/fp/differenceWith.js +0 -5
  3660. package/node_modules/lodash/fp/dissoc.js +0 -1
  3661. package/node_modules/lodash/fp/dissocPath.js +0 -1
  3662. package/node_modules/lodash/fp/divide.js +0 -5
  3663. package/node_modules/lodash/fp/drop.js +0 -5
  3664. package/node_modules/lodash/fp/dropLast.js +0 -1
  3665. package/node_modules/lodash/fp/dropLastWhile.js +0 -1
  3666. package/node_modules/lodash/fp/dropRight.js +0 -5
  3667. package/node_modules/lodash/fp/dropRightWhile.js +0 -5
  3668. package/node_modules/lodash/fp/dropWhile.js +0 -5
  3669. package/node_modules/lodash/fp/each.js +0 -1
  3670. package/node_modules/lodash/fp/eachRight.js +0 -1
  3671. package/node_modules/lodash/fp/endsWith.js +0 -5
  3672. package/node_modules/lodash/fp/entries.js +0 -1
  3673. package/node_modules/lodash/fp/entriesIn.js +0 -1
  3674. package/node_modules/lodash/fp/eq.js +0 -5
  3675. package/node_modules/lodash/fp/equals.js +0 -1
  3676. package/node_modules/lodash/fp/escape.js +0 -5
  3677. package/node_modules/lodash/fp/escapeRegExp.js +0 -5
  3678. package/node_modules/lodash/fp/every.js +0 -5
  3679. package/node_modules/lodash/fp/extend.js +0 -1
  3680. package/node_modules/lodash/fp/extendAll.js +0 -1
  3681. package/node_modules/lodash/fp/extendAllWith.js +0 -1
  3682. package/node_modules/lodash/fp/extendWith.js +0 -1
  3683. package/node_modules/lodash/fp/fill.js +0 -5
  3684. package/node_modules/lodash/fp/filter.js +0 -5
  3685. package/node_modules/lodash/fp/find.js +0 -5
  3686. package/node_modules/lodash/fp/findFrom.js +0 -5
  3687. package/node_modules/lodash/fp/findIndex.js +0 -5
  3688. package/node_modules/lodash/fp/findIndexFrom.js +0 -5
  3689. package/node_modules/lodash/fp/findKey.js +0 -5
  3690. package/node_modules/lodash/fp/findLast.js +0 -5
  3691. package/node_modules/lodash/fp/findLastFrom.js +0 -5
  3692. package/node_modules/lodash/fp/findLastIndex.js +0 -5
  3693. package/node_modules/lodash/fp/findLastIndexFrom.js +0 -5
  3694. package/node_modules/lodash/fp/findLastKey.js +0 -5
  3695. package/node_modules/lodash/fp/first.js +0 -1
  3696. package/node_modules/lodash/fp/flatMap.js +0 -5
  3697. package/node_modules/lodash/fp/flatMapDeep.js +0 -5
  3698. package/node_modules/lodash/fp/flatMapDepth.js +0 -5
  3699. package/node_modules/lodash/fp/flatten.js +0 -5
  3700. package/node_modules/lodash/fp/flattenDeep.js +0 -5
  3701. package/node_modules/lodash/fp/flattenDepth.js +0 -5
  3702. package/node_modules/lodash/fp/flip.js +0 -5
  3703. package/node_modules/lodash/fp/floor.js +0 -5
  3704. package/node_modules/lodash/fp/flow.js +0 -5
  3705. package/node_modules/lodash/fp/flowRight.js +0 -5
  3706. package/node_modules/lodash/fp/forEach.js +0 -5
  3707. package/node_modules/lodash/fp/forEachRight.js +0 -5
  3708. package/node_modules/lodash/fp/forIn.js +0 -5
  3709. package/node_modules/lodash/fp/forInRight.js +0 -5
  3710. package/node_modules/lodash/fp/forOwn.js +0 -5
  3711. package/node_modules/lodash/fp/forOwnRight.js +0 -5
  3712. package/node_modules/lodash/fp/fromPairs.js +0 -5
  3713. package/node_modules/lodash/fp/function.js +0 -2
  3714. package/node_modules/lodash/fp/functions.js +0 -5
  3715. package/node_modules/lodash/fp/functionsIn.js +0 -5
  3716. package/node_modules/lodash/fp/get.js +0 -5
  3717. package/node_modules/lodash/fp/getOr.js +0 -5
  3718. package/node_modules/lodash/fp/groupBy.js +0 -5
  3719. package/node_modules/lodash/fp/gt.js +0 -5
  3720. package/node_modules/lodash/fp/gte.js +0 -5
  3721. package/node_modules/lodash/fp/has.js +0 -5
  3722. package/node_modules/lodash/fp/hasIn.js +0 -5
  3723. package/node_modules/lodash/fp/head.js +0 -5
  3724. package/node_modules/lodash/fp/identical.js +0 -1
  3725. package/node_modules/lodash/fp/identity.js +0 -5
  3726. package/node_modules/lodash/fp/inRange.js +0 -5
  3727. package/node_modules/lodash/fp/includes.js +0 -5
  3728. package/node_modules/lodash/fp/includesFrom.js +0 -5
  3729. package/node_modules/lodash/fp/indexBy.js +0 -1
  3730. package/node_modules/lodash/fp/indexOf.js +0 -5
  3731. package/node_modules/lodash/fp/indexOfFrom.js +0 -5
  3732. package/node_modules/lodash/fp/init.js +0 -1
  3733. package/node_modules/lodash/fp/initial.js +0 -5
  3734. package/node_modules/lodash/fp/intersection.js +0 -5
  3735. package/node_modules/lodash/fp/intersectionBy.js +0 -5
  3736. package/node_modules/lodash/fp/intersectionWith.js +0 -5
  3737. package/node_modules/lodash/fp/invert.js +0 -5
  3738. package/node_modules/lodash/fp/invertBy.js +0 -5
  3739. package/node_modules/lodash/fp/invertObj.js +0 -1
  3740. package/node_modules/lodash/fp/invoke.js +0 -5
  3741. package/node_modules/lodash/fp/invokeArgs.js +0 -5
  3742. package/node_modules/lodash/fp/invokeArgsMap.js +0 -5
  3743. package/node_modules/lodash/fp/invokeMap.js +0 -5
  3744. package/node_modules/lodash/fp/isArguments.js +0 -5
  3745. package/node_modules/lodash/fp/isArray.js +0 -5
  3746. package/node_modules/lodash/fp/isArrayBuffer.js +0 -5
  3747. package/node_modules/lodash/fp/isArrayLike.js +0 -5
  3748. package/node_modules/lodash/fp/isArrayLikeObject.js +0 -5
  3749. package/node_modules/lodash/fp/isBoolean.js +0 -5
  3750. package/node_modules/lodash/fp/isBuffer.js +0 -5
  3751. package/node_modules/lodash/fp/isDate.js +0 -5
  3752. package/node_modules/lodash/fp/isElement.js +0 -5
  3753. package/node_modules/lodash/fp/isEmpty.js +0 -5
  3754. package/node_modules/lodash/fp/isEqual.js +0 -5
  3755. package/node_modules/lodash/fp/isEqualWith.js +0 -5
  3756. package/node_modules/lodash/fp/isError.js +0 -5
  3757. package/node_modules/lodash/fp/isFinite.js +0 -5
  3758. package/node_modules/lodash/fp/isFunction.js +0 -5
  3759. package/node_modules/lodash/fp/isInteger.js +0 -5
  3760. package/node_modules/lodash/fp/isLength.js +0 -5
  3761. package/node_modules/lodash/fp/isMap.js +0 -5
  3762. package/node_modules/lodash/fp/isMatch.js +0 -5
  3763. package/node_modules/lodash/fp/isMatchWith.js +0 -5
  3764. package/node_modules/lodash/fp/isNaN.js +0 -5
  3765. package/node_modules/lodash/fp/isNative.js +0 -5
  3766. package/node_modules/lodash/fp/isNil.js +0 -5
  3767. package/node_modules/lodash/fp/isNull.js +0 -5
  3768. package/node_modules/lodash/fp/isNumber.js +0 -5
  3769. package/node_modules/lodash/fp/isObject.js +0 -5
  3770. package/node_modules/lodash/fp/isObjectLike.js +0 -5
  3771. package/node_modules/lodash/fp/isPlainObject.js +0 -5
  3772. package/node_modules/lodash/fp/isRegExp.js +0 -5
  3773. package/node_modules/lodash/fp/isSafeInteger.js +0 -5
  3774. package/node_modules/lodash/fp/isSet.js +0 -5
  3775. package/node_modules/lodash/fp/isString.js +0 -5
  3776. package/node_modules/lodash/fp/isSymbol.js +0 -5
  3777. package/node_modules/lodash/fp/isTypedArray.js +0 -5
  3778. package/node_modules/lodash/fp/isUndefined.js +0 -5
  3779. package/node_modules/lodash/fp/isWeakMap.js +0 -5
  3780. package/node_modules/lodash/fp/isWeakSet.js +0 -5
  3781. package/node_modules/lodash/fp/iteratee.js +0 -5
  3782. package/node_modules/lodash/fp/join.js +0 -5
  3783. package/node_modules/lodash/fp/juxt.js +0 -1
  3784. package/node_modules/lodash/fp/kebabCase.js +0 -5
  3785. package/node_modules/lodash/fp/keyBy.js +0 -5
  3786. package/node_modules/lodash/fp/keys.js +0 -5
  3787. package/node_modules/lodash/fp/keysIn.js +0 -5
  3788. package/node_modules/lodash/fp/lang.js +0 -2
  3789. package/node_modules/lodash/fp/last.js +0 -5
  3790. package/node_modules/lodash/fp/lastIndexOf.js +0 -5
  3791. package/node_modules/lodash/fp/lastIndexOfFrom.js +0 -5
  3792. package/node_modules/lodash/fp/lowerCase.js +0 -5
  3793. package/node_modules/lodash/fp/lowerFirst.js +0 -5
  3794. package/node_modules/lodash/fp/lt.js +0 -5
  3795. package/node_modules/lodash/fp/lte.js +0 -5
  3796. package/node_modules/lodash/fp/map.js +0 -5
  3797. package/node_modules/lodash/fp/mapKeys.js +0 -5
  3798. package/node_modules/lodash/fp/mapValues.js +0 -5
  3799. package/node_modules/lodash/fp/matches.js +0 -1
  3800. package/node_modules/lodash/fp/matchesProperty.js +0 -5
  3801. package/node_modules/lodash/fp/math.js +0 -2
  3802. package/node_modules/lodash/fp/max.js +0 -5
  3803. package/node_modules/lodash/fp/maxBy.js +0 -5
  3804. package/node_modules/lodash/fp/mean.js +0 -5
  3805. package/node_modules/lodash/fp/meanBy.js +0 -5
  3806. package/node_modules/lodash/fp/memoize.js +0 -5
  3807. package/node_modules/lodash/fp/merge.js +0 -5
  3808. package/node_modules/lodash/fp/mergeAll.js +0 -5
  3809. package/node_modules/lodash/fp/mergeAllWith.js +0 -5
  3810. package/node_modules/lodash/fp/mergeWith.js +0 -5
  3811. package/node_modules/lodash/fp/method.js +0 -5
  3812. package/node_modules/lodash/fp/methodOf.js +0 -5
  3813. package/node_modules/lodash/fp/min.js +0 -5
  3814. package/node_modules/lodash/fp/minBy.js +0 -5
  3815. package/node_modules/lodash/fp/mixin.js +0 -5
  3816. package/node_modules/lodash/fp/multiply.js +0 -5
  3817. package/node_modules/lodash/fp/nAry.js +0 -1
  3818. package/node_modules/lodash/fp/negate.js +0 -5
  3819. package/node_modules/lodash/fp/next.js +0 -5
  3820. package/node_modules/lodash/fp/noop.js +0 -5
  3821. package/node_modules/lodash/fp/now.js +0 -5
  3822. package/node_modules/lodash/fp/nth.js +0 -5
  3823. package/node_modules/lodash/fp/nthArg.js +0 -5
  3824. package/node_modules/lodash/fp/number.js +0 -2
  3825. package/node_modules/lodash/fp/object.js +0 -2
  3826. package/node_modules/lodash/fp/omit.js +0 -5
  3827. package/node_modules/lodash/fp/omitAll.js +0 -1
  3828. package/node_modules/lodash/fp/omitBy.js +0 -5
  3829. package/node_modules/lodash/fp/once.js +0 -5
  3830. package/node_modules/lodash/fp/orderBy.js +0 -5
  3831. package/node_modules/lodash/fp/over.js +0 -5
  3832. package/node_modules/lodash/fp/overArgs.js +0 -5
  3833. package/node_modules/lodash/fp/overEvery.js +0 -5
  3834. package/node_modules/lodash/fp/overSome.js +0 -5
  3835. package/node_modules/lodash/fp/pad.js +0 -5
  3836. package/node_modules/lodash/fp/padChars.js +0 -5
  3837. package/node_modules/lodash/fp/padCharsEnd.js +0 -5
  3838. package/node_modules/lodash/fp/padCharsStart.js +0 -5
  3839. package/node_modules/lodash/fp/padEnd.js +0 -5
  3840. package/node_modules/lodash/fp/padStart.js +0 -5
  3841. package/node_modules/lodash/fp/parseInt.js +0 -5
  3842. package/node_modules/lodash/fp/partial.js +0 -5
  3843. package/node_modules/lodash/fp/partialRight.js +0 -5
  3844. package/node_modules/lodash/fp/partition.js +0 -5
  3845. package/node_modules/lodash/fp/path.js +0 -1
  3846. package/node_modules/lodash/fp/pathEq.js +0 -1
  3847. package/node_modules/lodash/fp/pathOr.js +0 -1
  3848. package/node_modules/lodash/fp/paths.js +0 -1
  3849. package/node_modules/lodash/fp/pick.js +0 -5
  3850. package/node_modules/lodash/fp/pickAll.js +0 -1
  3851. package/node_modules/lodash/fp/pickBy.js +0 -5
  3852. package/node_modules/lodash/fp/pipe.js +0 -1
  3853. package/node_modules/lodash/fp/placeholder.js +0 -6
  3854. package/node_modules/lodash/fp/plant.js +0 -5
  3855. package/node_modules/lodash/fp/pluck.js +0 -1
  3856. package/node_modules/lodash/fp/prop.js +0 -1
  3857. package/node_modules/lodash/fp/propEq.js +0 -1
  3858. package/node_modules/lodash/fp/propOr.js +0 -1
  3859. package/node_modules/lodash/fp/property.js +0 -1
  3860. package/node_modules/lodash/fp/propertyOf.js +0 -5
  3861. package/node_modules/lodash/fp/props.js +0 -1
  3862. package/node_modules/lodash/fp/pull.js +0 -5
  3863. package/node_modules/lodash/fp/pullAll.js +0 -5
  3864. package/node_modules/lodash/fp/pullAllBy.js +0 -5
  3865. package/node_modules/lodash/fp/pullAllWith.js +0 -5
  3866. package/node_modules/lodash/fp/pullAt.js +0 -5
  3867. package/node_modules/lodash/fp/random.js +0 -5
  3868. package/node_modules/lodash/fp/range.js +0 -5
  3869. package/node_modules/lodash/fp/rangeRight.js +0 -5
  3870. package/node_modules/lodash/fp/rangeStep.js +0 -5
  3871. package/node_modules/lodash/fp/rangeStepRight.js +0 -5
  3872. package/node_modules/lodash/fp/rearg.js +0 -5
  3873. package/node_modules/lodash/fp/reduce.js +0 -5
  3874. package/node_modules/lodash/fp/reduceRight.js +0 -5
  3875. package/node_modules/lodash/fp/reject.js +0 -5
  3876. package/node_modules/lodash/fp/remove.js +0 -5
  3877. package/node_modules/lodash/fp/repeat.js +0 -5
  3878. package/node_modules/lodash/fp/replace.js +0 -5
  3879. package/node_modules/lodash/fp/rest.js +0 -5
  3880. package/node_modules/lodash/fp/restFrom.js +0 -5
  3881. package/node_modules/lodash/fp/result.js +0 -5
  3882. package/node_modules/lodash/fp/reverse.js +0 -5
  3883. package/node_modules/lodash/fp/round.js +0 -5
  3884. package/node_modules/lodash/fp/sample.js +0 -5
  3885. package/node_modules/lodash/fp/sampleSize.js +0 -5
  3886. package/node_modules/lodash/fp/seq.js +0 -2
  3887. package/node_modules/lodash/fp/set.js +0 -5
  3888. package/node_modules/lodash/fp/setWith.js +0 -5
  3889. package/node_modules/lodash/fp/shuffle.js +0 -5
  3890. package/node_modules/lodash/fp/size.js +0 -5
  3891. package/node_modules/lodash/fp/slice.js +0 -5
  3892. package/node_modules/lodash/fp/snakeCase.js +0 -5
  3893. package/node_modules/lodash/fp/some.js +0 -5
  3894. package/node_modules/lodash/fp/sortBy.js +0 -5
  3895. package/node_modules/lodash/fp/sortedIndex.js +0 -5
  3896. package/node_modules/lodash/fp/sortedIndexBy.js +0 -5
  3897. package/node_modules/lodash/fp/sortedIndexOf.js +0 -5
  3898. package/node_modules/lodash/fp/sortedLastIndex.js +0 -5
  3899. package/node_modules/lodash/fp/sortedLastIndexBy.js +0 -5
  3900. package/node_modules/lodash/fp/sortedLastIndexOf.js +0 -5
  3901. package/node_modules/lodash/fp/sortedUniq.js +0 -5
  3902. package/node_modules/lodash/fp/sortedUniqBy.js +0 -5
  3903. package/node_modules/lodash/fp/split.js +0 -5
  3904. package/node_modules/lodash/fp/spread.js +0 -5
  3905. package/node_modules/lodash/fp/spreadFrom.js +0 -5
  3906. package/node_modules/lodash/fp/startCase.js +0 -5
  3907. package/node_modules/lodash/fp/startsWith.js +0 -5
  3908. package/node_modules/lodash/fp/string.js +0 -2
  3909. package/node_modules/lodash/fp/stubArray.js +0 -5
  3910. package/node_modules/lodash/fp/stubFalse.js +0 -5
  3911. package/node_modules/lodash/fp/stubObject.js +0 -5
  3912. package/node_modules/lodash/fp/stubString.js +0 -5
  3913. package/node_modules/lodash/fp/stubTrue.js +0 -5
  3914. package/node_modules/lodash/fp/subtract.js +0 -5
  3915. package/node_modules/lodash/fp/sum.js +0 -5
  3916. package/node_modules/lodash/fp/sumBy.js +0 -5
  3917. package/node_modules/lodash/fp/symmetricDifference.js +0 -1
  3918. package/node_modules/lodash/fp/symmetricDifferenceBy.js +0 -1
  3919. package/node_modules/lodash/fp/symmetricDifferenceWith.js +0 -1
  3920. package/node_modules/lodash/fp/tail.js +0 -5
  3921. package/node_modules/lodash/fp/take.js +0 -5
  3922. package/node_modules/lodash/fp/takeLast.js +0 -1
  3923. package/node_modules/lodash/fp/takeLastWhile.js +0 -1
  3924. package/node_modules/lodash/fp/takeRight.js +0 -5
  3925. package/node_modules/lodash/fp/takeRightWhile.js +0 -5
  3926. package/node_modules/lodash/fp/takeWhile.js +0 -5
  3927. package/node_modules/lodash/fp/tap.js +0 -5
  3928. package/node_modules/lodash/fp/template.js +0 -5
  3929. package/node_modules/lodash/fp/templateSettings.js +0 -5
  3930. package/node_modules/lodash/fp/throttle.js +0 -5
  3931. package/node_modules/lodash/fp/thru.js +0 -5
  3932. package/node_modules/lodash/fp/times.js +0 -5
  3933. package/node_modules/lodash/fp/toArray.js +0 -5
  3934. package/node_modules/lodash/fp/toFinite.js +0 -5
  3935. package/node_modules/lodash/fp/toInteger.js +0 -5
  3936. package/node_modules/lodash/fp/toIterator.js +0 -5
  3937. package/node_modules/lodash/fp/toJSON.js +0 -5
  3938. package/node_modules/lodash/fp/toLength.js +0 -5
  3939. package/node_modules/lodash/fp/toLower.js +0 -5
  3940. package/node_modules/lodash/fp/toNumber.js +0 -5
  3941. package/node_modules/lodash/fp/toPairs.js +0 -5
  3942. package/node_modules/lodash/fp/toPairsIn.js +0 -5
  3943. package/node_modules/lodash/fp/toPath.js +0 -5
  3944. package/node_modules/lodash/fp/toPlainObject.js +0 -5
  3945. package/node_modules/lodash/fp/toSafeInteger.js +0 -5
  3946. package/node_modules/lodash/fp/toString.js +0 -5
  3947. package/node_modules/lodash/fp/toUpper.js +0 -5
  3948. package/node_modules/lodash/fp/transform.js +0 -5
  3949. package/node_modules/lodash/fp/trim.js +0 -5
  3950. package/node_modules/lodash/fp/trimChars.js +0 -5
  3951. package/node_modules/lodash/fp/trimCharsEnd.js +0 -5
  3952. package/node_modules/lodash/fp/trimCharsStart.js +0 -5
  3953. package/node_modules/lodash/fp/trimEnd.js +0 -5
  3954. package/node_modules/lodash/fp/trimStart.js +0 -5
  3955. package/node_modules/lodash/fp/truncate.js +0 -5
  3956. package/node_modules/lodash/fp/unapply.js +0 -1
  3957. package/node_modules/lodash/fp/unary.js +0 -5
  3958. package/node_modules/lodash/fp/unescape.js +0 -5
  3959. package/node_modules/lodash/fp/union.js +0 -5
  3960. package/node_modules/lodash/fp/unionBy.js +0 -5
  3961. package/node_modules/lodash/fp/unionWith.js +0 -5
  3962. package/node_modules/lodash/fp/uniq.js +0 -5
  3963. package/node_modules/lodash/fp/uniqBy.js +0 -5
  3964. package/node_modules/lodash/fp/uniqWith.js +0 -5
  3965. package/node_modules/lodash/fp/uniqueId.js +0 -5
  3966. package/node_modules/lodash/fp/unnest.js +0 -1
  3967. package/node_modules/lodash/fp/unset.js +0 -5
  3968. package/node_modules/lodash/fp/unzip.js +0 -5
  3969. package/node_modules/lodash/fp/unzipWith.js +0 -5
  3970. package/node_modules/lodash/fp/update.js +0 -5
  3971. package/node_modules/lodash/fp/updateWith.js +0 -5
  3972. package/node_modules/lodash/fp/upperCase.js +0 -5
  3973. package/node_modules/lodash/fp/upperFirst.js +0 -5
  3974. package/node_modules/lodash/fp/useWith.js +0 -1
  3975. package/node_modules/lodash/fp/util.js +0 -2
  3976. package/node_modules/lodash/fp/value.js +0 -5
  3977. package/node_modules/lodash/fp/valueOf.js +0 -5
  3978. package/node_modules/lodash/fp/values.js +0 -5
  3979. package/node_modules/lodash/fp/valuesIn.js +0 -5
  3980. package/node_modules/lodash/fp/where.js +0 -1
  3981. package/node_modules/lodash/fp/whereEq.js +0 -1
  3982. package/node_modules/lodash/fp/without.js +0 -5
  3983. package/node_modules/lodash/fp/words.js +0 -5
  3984. package/node_modules/lodash/fp/wrap.js +0 -5
  3985. package/node_modules/lodash/fp/wrapperAt.js +0 -5
  3986. package/node_modules/lodash/fp/wrapperChain.js +0 -5
  3987. package/node_modules/lodash/fp/wrapperLodash.js +0 -5
  3988. package/node_modules/lodash/fp/wrapperReverse.js +0 -5
  3989. package/node_modules/lodash/fp/wrapperValue.js +0 -5
  3990. package/node_modules/lodash/fp/xor.js +0 -5
  3991. package/node_modules/lodash/fp/xorBy.js +0 -5
  3992. package/node_modules/lodash/fp/xorWith.js +0 -5
  3993. package/node_modules/lodash/fp/zip.js +0 -5
  3994. package/node_modules/lodash/fp/zipAll.js +0 -5
  3995. package/node_modules/lodash/fp/zipObj.js +0 -1
  3996. package/node_modules/lodash/fp/zipObject.js +0 -5
  3997. package/node_modules/lodash/fp/zipObjectDeep.js +0 -5
  3998. package/node_modules/lodash/fp/zipWith.js +0 -5
  3999. package/node_modules/lodash/fp.js +0 -2
  4000. package/node_modules/lodash/fromPairs.js +0 -28
  4001. package/node_modules/lodash/function.js +0 -25
  4002. package/node_modules/lodash/functions.js +0 -31
  4003. package/node_modules/lodash/functionsIn.js +0 -31
  4004. package/node_modules/lodash/get.js +0 -33
  4005. package/node_modules/lodash/groupBy.js +0 -41
  4006. package/node_modules/lodash/gt.js +0 -29
  4007. package/node_modules/lodash/gte.js +0 -30
  4008. package/node_modules/lodash/has.js +0 -35
  4009. package/node_modules/lodash/hasIn.js +0 -34
  4010. package/node_modules/lodash/head.js +0 -23
  4011. package/node_modules/lodash/identity.js +0 -21
  4012. package/node_modules/lodash/inRange.js +0 -55
  4013. package/node_modules/lodash/includes.js +0 -53
  4014. package/node_modules/lodash/index.js +0 -1
  4015. package/node_modules/lodash/indexOf.js +0 -42
  4016. package/node_modules/lodash/initial.js +0 -22
  4017. package/node_modules/lodash/intersection.js +0 -30
  4018. package/node_modules/lodash/intersectionBy.js +0 -45
  4019. package/node_modules/lodash/intersectionWith.js +0 -41
  4020. package/node_modules/lodash/invert.js +0 -42
  4021. package/node_modules/lodash/invertBy.js +0 -56
  4022. package/node_modules/lodash/invoke.js +0 -24
  4023. package/node_modules/lodash/invokeMap.js +0 -41
  4024. package/node_modules/lodash/isArguments.js +0 -36
  4025. package/node_modules/lodash/isArray.js +0 -26
  4026. package/node_modules/lodash/isArrayBuffer.js +0 -27
  4027. package/node_modules/lodash/isArrayLike.js +0 -33
  4028. package/node_modules/lodash/isArrayLikeObject.js +0 -33
  4029. package/node_modules/lodash/isBoolean.js +0 -29
  4030. package/node_modules/lodash/isBuffer.js +0 -38
  4031. package/node_modules/lodash/isDate.js +0 -27
  4032. package/node_modules/lodash/isElement.js +0 -25
  4033. package/node_modules/lodash/isEmpty.js +0 -77
  4034. package/node_modules/lodash/isEqual.js +0 -35
  4035. package/node_modules/lodash/isEqualWith.js +0 -41
  4036. package/node_modules/lodash/isError.js +0 -36
  4037. package/node_modules/lodash/isFinite.js +0 -36
  4038. package/node_modules/lodash/isFunction.js +0 -37
  4039. package/node_modules/lodash/isInteger.js +0 -33
  4040. package/node_modules/lodash/isLength.js +0 -35
  4041. package/node_modules/lodash/isMap.js +0 -27
  4042. package/node_modules/lodash/isMatch.js +0 -36
  4043. package/node_modules/lodash/isMatchWith.js +0 -41
  4044. package/node_modules/lodash/isNaN.js +0 -38
  4045. package/node_modules/lodash/isNative.js +0 -40
  4046. package/node_modules/lodash/isNil.js +0 -25
  4047. package/node_modules/lodash/isNull.js +0 -22
  4048. package/node_modules/lodash/isNumber.js +0 -38
  4049. package/node_modules/lodash/isObject.js +0 -31
  4050. package/node_modules/lodash/isObjectLike.js +0 -29
  4051. package/node_modules/lodash/isPlainObject.js +0 -62
  4052. package/node_modules/lodash/isRegExp.js +0 -27
  4053. package/node_modules/lodash/isSafeInteger.js +0 -37
  4054. package/node_modules/lodash/isSet.js +0 -27
  4055. package/node_modules/lodash/isString.js +0 -30
  4056. package/node_modules/lodash/isSymbol.js +0 -29
  4057. package/node_modules/lodash/isTypedArray.js +0 -27
  4058. package/node_modules/lodash/isUndefined.js +0 -22
  4059. package/node_modules/lodash/isWeakMap.js +0 -28
  4060. package/node_modules/lodash/isWeakSet.js +0 -28
  4061. package/node_modules/lodash/iteratee.js +0 -53
  4062. package/node_modules/lodash/join.js +0 -26
  4063. package/node_modules/lodash/kebabCase.js +0 -28
  4064. package/node_modules/lodash/keyBy.js +0 -36
  4065. package/node_modules/lodash/keys.js +0 -37
  4066. package/node_modules/lodash/keysIn.js +0 -32
  4067. package/node_modules/lodash/lang.js +0 -58
  4068. package/node_modules/lodash/last.js +0 -20
  4069. package/node_modules/lodash/lastIndexOf.js +0 -46
  4070. package/node_modules/lodash/lodash.js +0 -17209
  4071. package/node_modules/lodash/lodash.min.js +0 -140
  4072. package/node_modules/lodash/lowerCase.js +0 -27
  4073. package/node_modules/lodash/lowerFirst.js +0 -22
  4074. package/node_modules/lodash/lt.js +0 -29
  4075. package/node_modules/lodash/lte.js +0 -30
  4076. package/node_modules/lodash/map.js +0 -53
  4077. package/node_modules/lodash/mapKeys.js +0 -36
  4078. package/node_modules/lodash/mapValues.js +0 -43
  4079. package/node_modules/lodash/matches.js +0 -46
  4080. package/node_modules/lodash/matchesProperty.js +0 -44
  4081. package/node_modules/lodash/math.js +0 -17
  4082. package/node_modules/lodash/max.js +0 -29
  4083. package/node_modules/lodash/maxBy.js +0 -34
  4084. package/node_modules/lodash/mean.js +0 -22
  4085. package/node_modules/lodash/meanBy.js +0 -31
  4086. package/node_modules/lodash/memoize.js +0 -73
  4087. package/node_modules/lodash/merge.js +0 -39
  4088. package/node_modules/lodash/mergeWith.js +0 -39
  4089. package/node_modules/lodash/method.js +0 -34
  4090. package/node_modules/lodash/methodOf.js +0 -33
  4091. package/node_modules/lodash/min.js +0 -29
  4092. package/node_modules/lodash/minBy.js +0 -34
  4093. package/node_modules/lodash/mixin.js +0 -74
  4094. package/node_modules/lodash/multiply.js +0 -22
  4095. package/node_modules/lodash/negate.js +0 -40
  4096. package/node_modules/lodash/next.js +0 -35
  4097. package/node_modules/lodash/noop.js +0 -17
  4098. package/node_modules/lodash/now.js +0 -23
  4099. package/node_modules/lodash/nth.js +0 -29
  4100. package/node_modules/lodash/nthArg.js +0 -32
  4101. package/node_modules/lodash/number.js +0 -5
  4102. package/node_modules/lodash/object.js +0 -49
  4103. package/node_modules/lodash/omit.js +0 -57
  4104. package/node_modules/lodash/omitBy.js +0 -29
  4105. package/node_modules/lodash/once.js +0 -25
  4106. package/node_modules/lodash/orderBy.js +0 -47
  4107. package/node_modules/lodash/over.js +0 -24
  4108. package/node_modules/lodash/overArgs.js +0 -61
  4109. package/node_modules/lodash/overEvery.js +0 -34
  4110. package/node_modules/lodash/overSome.js +0 -37
  4111. package/node_modules/lodash/package.json +0 -17
  4112. package/node_modules/lodash/pad.js +0 -49
  4113. package/node_modules/lodash/padEnd.js +0 -39
  4114. package/node_modules/lodash/padStart.js +0 -39
  4115. package/node_modules/lodash/parseInt.js +0 -43
  4116. package/node_modules/lodash/partial.js +0 -50
  4117. package/node_modules/lodash/partialRight.js +0 -49
  4118. package/node_modules/lodash/partition.js +0 -43
  4119. package/node_modules/lodash/pick.js +0 -25
  4120. package/node_modules/lodash/pickBy.js +0 -37
  4121. package/node_modules/lodash/plant.js +0 -48
  4122. package/node_modules/lodash/property.js +0 -32
  4123. package/node_modules/lodash/propertyOf.js +0 -30
  4124. package/node_modules/lodash/pull.js +0 -29
  4125. package/node_modules/lodash/pullAll.js +0 -29
  4126. package/node_modules/lodash/pullAllBy.js +0 -33
  4127. package/node_modules/lodash/pullAllWith.js +0 -32
  4128. package/node_modules/lodash/pullAt.js +0 -43
  4129. package/node_modules/lodash/random.js +0 -82
  4130. package/node_modules/lodash/range.js +0 -46
  4131. package/node_modules/lodash/rangeRight.js +0 -41
  4132. package/node_modules/lodash/rearg.js +0 -33
  4133. package/node_modules/lodash/reduce.js +0 -51
  4134. package/node_modules/lodash/reduceRight.js +0 -36
  4135. package/node_modules/lodash/reject.js +0 -46
  4136. package/node_modules/lodash/release.md +0 -48
  4137. package/node_modules/lodash/remove.js +0 -53
  4138. package/node_modules/lodash/repeat.js +0 -37
  4139. package/node_modules/lodash/replace.js +0 -29
  4140. package/node_modules/lodash/rest.js +0 -40
  4141. package/node_modules/lodash/result.js +0 -56
  4142. package/node_modules/lodash/reverse.js +0 -34
  4143. package/node_modules/lodash/round.js +0 -26
  4144. package/node_modules/lodash/sample.js +0 -24
  4145. package/node_modules/lodash/sampleSize.js +0 -37
  4146. package/node_modules/lodash/seq.js +0 -16
  4147. package/node_modules/lodash/set.js +0 -35
  4148. package/node_modules/lodash/setWith.js +0 -32
  4149. package/node_modules/lodash/shuffle.js +0 -25
  4150. package/node_modules/lodash/size.js +0 -46
  4151. package/node_modules/lodash/slice.js +0 -37
  4152. package/node_modules/lodash/snakeCase.js +0 -28
  4153. package/node_modules/lodash/some.js +0 -51
  4154. package/node_modules/lodash/sortBy.js +0 -48
  4155. package/node_modules/lodash/sortedIndex.js +0 -24
  4156. package/node_modules/lodash/sortedIndexBy.js +0 -33
  4157. package/node_modules/lodash/sortedIndexOf.js +0 -31
  4158. package/node_modules/lodash/sortedLastIndex.js +0 -25
  4159. package/node_modules/lodash/sortedLastIndexBy.js +0 -33
  4160. package/node_modules/lodash/sortedLastIndexOf.js +0 -31
  4161. package/node_modules/lodash/sortedUniq.js +0 -24
  4162. package/node_modules/lodash/sortedUniqBy.js +0 -26
  4163. package/node_modules/lodash/split.js +0 -52
  4164. package/node_modules/lodash/spread.js +0 -63
  4165. package/node_modules/lodash/startCase.js +0 -29
  4166. package/node_modules/lodash/startsWith.js +0 -39
  4167. package/node_modules/lodash/string.js +0 -33
  4168. package/node_modules/lodash/stubArray.js +0 -23
  4169. package/node_modules/lodash/stubFalse.js +0 -18
  4170. package/node_modules/lodash/stubObject.js +0 -23
  4171. package/node_modules/lodash/stubString.js +0 -18
  4172. package/node_modules/lodash/stubTrue.js +0 -18
  4173. package/node_modules/lodash/subtract.js +0 -22
  4174. package/node_modules/lodash/sum.js +0 -24
  4175. package/node_modules/lodash/sumBy.js +0 -33
  4176. package/node_modules/lodash/tail.js +0 -22
  4177. package/node_modules/lodash/take.js +0 -37
  4178. package/node_modules/lodash/takeRight.js +0 -39
  4179. package/node_modules/lodash/takeRightWhile.js +0 -45
  4180. package/node_modules/lodash/takeWhile.js +0 -45
  4181. package/node_modules/lodash/tap.js +0 -29
  4182. package/node_modules/lodash/template.js +0 -272
  4183. package/node_modules/lodash/templateSettings.js +0 -67
  4184. package/node_modules/lodash/throttle.js +0 -69
  4185. package/node_modules/lodash/thru.js +0 -28
  4186. package/node_modules/lodash/times.js +0 -51
  4187. package/node_modules/lodash/toArray.js +0 -58
  4188. package/node_modules/lodash/toFinite.js +0 -42
  4189. package/node_modules/lodash/toInteger.js +0 -36
  4190. package/node_modules/lodash/toIterator.js +0 -23
  4191. package/node_modules/lodash/toJSON.js +0 -1
  4192. package/node_modules/lodash/toLength.js +0 -38
  4193. package/node_modules/lodash/toLower.js +0 -28
  4194. package/node_modules/lodash/toNumber.js +0 -64
  4195. package/node_modules/lodash/toPairs.js +0 -30
  4196. package/node_modules/lodash/toPairsIn.js +0 -30
  4197. package/node_modules/lodash/toPath.js +0 -33
  4198. package/node_modules/lodash/toPlainObject.js +0 -32
  4199. package/node_modules/lodash/toSafeInteger.js +0 -37
  4200. package/node_modules/lodash/toString.js +0 -28
  4201. package/node_modules/lodash/toUpper.js +0 -28
  4202. package/node_modules/lodash/transform.js +0 -65
  4203. package/node_modules/lodash/trim.js +0 -47
  4204. package/node_modules/lodash/trimEnd.js +0 -41
  4205. package/node_modules/lodash/trimStart.js +0 -43
  4206. package/node_modules/lodash/truncate.js +0 -111
  4207. package/node_modules/lodash/unary.js +0 -22
  4208. package/node_modules/lodash/unescape.js +0 -34
  4209. package/node_modules/lodash/union.js +0 -26
  4210. package/node_modules/lodash/unionBy.js +0 -39
  4211. package/node_modules/lodash/unionWith.js +0 -34
  4212. package/node_modules/lodash/uniq.js +0 -25
  4213. package/node_modules/lodash/uniqBy.js +0 -31
  4214. package/node_modules/lodash/uniqWith.js +0 -28
  4215. package/node_modules/lodash/uniqueId.js +0 -28
  4216. package/node_modules/lodash/unset.js +0 -34
  4217. package/node_modules/lodash/unzip.js +0 -45
  4218. package/node_modules/lodash/unzipWith.js +0 -39
  4219. package/node_modules/lodash/update.js +0 -35
  4220. package/node_modules/lodash/updateWith.js +0 -33
  4221. package/node_modules/lodash/upperCase.js +0 -27
  4222. package/node_modules/lodash/upperFirst.js +0 -22
  4223. package/node_modules/lodash/util.js +0 -34
  4224. package/node_modules/lodash/value.js +0 -1
  4225. package/node_modules/lodash/valueOf.js +0 -1
  4226. package/node_modules/lodash/values.js +0 -34
  4227. package/node_modules/lodash/valuesIn.js +0 -32
  4228. package/node_modules/lodash/without.js +0 -31
  4229. package/node_modules/lodash/words.js +0 -35
  4230. package/node_modules/lodash/wrap.js +0 -30
  4231. package/node_modules/lodash/wrapperAt.js +0 -48
  4232. package/node_modules/lodash/wrapperChain.js +0 -34
  4233. package/node_modules/lodash/wrapperLodash.js +0 -147
  4234. package/node_modules/lodash/wrapperReverse.js +0 -44
  4235. package/node_modules/lodash/wrapperValue.js +0 -21
  4236. package/node_modules/lodash/xor.js +0 -28
  4237. package/node_modules/lodash/xorBy.js +0 -39
  4238. package/node_modules/lodash/xorWith.js +0 -34
  4239. package/node_modules/lodash/zip.js +0 -22
  4240. package/node_modules/lodash/zipObject.js +0 -24
  4241. package/node_modules/lodash/zipObjectDeep.js +0 -23
  4242. package/node_modules/lodash/zipWith.js +0 -32
  4243. package/node_modules/ora/node_modules/is-unicode-supported/index.d.ts +0 -14
  4244. package/node_modules/ora/node_modules/is-unicode-supported/index.js +0 -13
  4245. package/node_modules/ora/node_modules/is-unicode-supported/package.json +0 -41
  4246. package/node_modules/ora/node_modules/is-unicode-supported/readme.md +0 -35
  4247. package/node_modules/set-function-length/.eslintrc +0 -27
  4248. package/node_modules/set-function-length/.github/FUNDING.yml +0 -12
  4249. package/node_modules/set-function-length/.nycrc +0 -13
  4250. package/node_modules/set-function-length/CHANGELOG.md +0 -70
  4251. package/node_modules/set-function-length/LICENSE +0 -21
  4252. package/node_modules/set-function-length/README.md +0 -56
  4253. package/node_modules/set-function-length/env.d.ts +0 -9
  4254. package/node_modules/set-function-length/env.js +0 -25
  4255. package/node_modules/set-function-length/index.d.ts +0 -7
  4256. package/node_modules/set-function-length/index.js +0 -42
  4257. package/node_modules/set-function-length/package.json +0 -102
  4258. package/node_modules/set-function-length/tsconfig.json +0 -9
  4259. package/node_modules/ultron/LICENSE +0 -22
  4260. package/node_modules/ultron/README.md +0 -113
  4261. package/node_modules/ultron/index.js +0 -136
  4262. package/node_modules/ultron/package.json +0 -41
  4263. package/node_modules/websocket-stream/index.d.ts +0 -27
  4264. package/node_modules/websocket-stream/node_modules/duplexify/.travis.yml +0 -6
  4265. package/node_modules/websocket-stream/node_modules/duplexify/index.js +0 -234
  4266. package/node_modules/websocket-stream/node_modules/duplexify/package.json +0 -39
  4267. package/node_modules/websocket-stream/node_modules/duplexify/test.js +0 -295
  4268. package/node_modules/websocket-stream/node_modules/ws/README.md +0 -341
  4269. package/node_modules/websocket-stream/node_modules/ws/index.js +0 -15
  4270. package/node_modules/websocket-stream/node_modules/ws/lib/BufferUtil.js +0 -71
  4271. package/node_modules/websocket-stream/node_modules/ws/lib/Constants.js +0 -10
  4272. package/node_modules/websocket-stream/node_modules/ws/lib/ErrorCodes.js +0 -28
  4273. package/node_modules/websocket-stream/node_modules/ws/lib/EventTarget.js +0 -151
  4274. package/node_modules/websocket-stream/node_modules/ws/lib/Extensions.js +0 -203
  4275. package/node_modules/websocket-stream/node_modules/ws/lib/PerMessageDeflate.js +0 -507
  4276. package/node_modules/websocket-stream/node_modules/ws/lib/Receiver.js +0 -553
  4277. package/node_modules/websocket-stream/node_modules/ws/lib/Sender.js +0 -412
  4278. package/node_modules/websocket-stream/node_modules/ws/lib/Validation.js +0 -17
  4279. package/node_modules/websocket-stream/node_modules/ws/lib/WebSocket.js +0 -717
  4280. package/node_modules/websocket-stream/node_modules/ws/lib/WebSocketServer.js +0 -326
  4281. package/node_modules/websocket-stream/node_modules/ws/package.json +0 -46
  4282. package/node_modules/websocket-stream/package.json +0 -54
  4283. package/node_modules/websocket-stream/readme.md +0 -148
  4284. package/node_modules/websocket-stream/stream.js +0 -189
  4285. /package/node_modules/@aws-crypto/crc32/build/{aws_crc32.d.ts → main/aws_crc32.d.ts} +0 -0
  4286. /package/node_modules/@aws-crypto/crc32/build/{aws_crc32.js → main/aws_crc32.js} +0 -0
  4287. /package/node_modules/@aws-crypto/crc32/build/{index.d.ts → main/index.d.ts} +0 -0
  4288. /package/node_modules/@aws-crypto/crc32/build/{index.js → main/index.js} +0 -0
  4289. /package/node_modules/@aws-crypto/crc32c/build/{aws_crc32c.d.ts → main/aws_crc32c.d.ts} +0 -0
  4290. /package/node_modules/@aws-crypto/crc32c/build/{aws_crc32c.js → main/aws_crc32c.js} +0 -0
  4291. /package/node_modules/@aws-crypto/crc32c/build/{index.d.ts → main/index.d.ts} +0 -0
  4292. /package/node_modules/@aws-crypto/crc32c/build/{index.js → main/index.js} +0 -0
  4293. /package/node_modules/@aws-crypto/sha1-browser/build/{constants.d.ts → main/constants.d.ts} +0 -0
  4294. /package/node_modules/@aws-crypto/sha1-browser/build/{constants.js → main/constants.js} +0 -0
  4295. /package/node_modules/@aws-crypto/sha1-browser/build/{crossPlatformSha1.d.ts → main/crossPlatformSha1.d.ts} +0 -0
  4296. /package/node_modules/@aws-crypto/sha1-browser/build/{isEmptyData.d.ts → main/isEmptyData.d.ts} +0 -0
  4297. /package/node_modules/@aws-crypto/sha1-browser/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
  4298. /package/node_modules/@aws-crypto/sha1-browser/build/{webCryptoSha1.d.ts → main/webCryptoSha1.d.ts} +0 -0
  4299. /package/node_modules/@aws-crypto/{sha256-browser/build → sha1-browser/build/module}/isEmptyData.d.ts +0 -0
  4300. /package/node_modules/{@aws-sdk/middleware-signing → @aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer}/LICENSE +0 -0
  4301. /package/node_modules/{@aws-sdk/util-utf8-browser → @aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from}/LICENSE +0 -0
  4302. /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/CognitoProviderParameters.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js} +0 -0
  4303. /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/InMemoryStorage.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js} +0 -0
  4304. /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/IndexedDbStorage.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js} +0 -0
  4305. /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/Logins.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js} +0 -0
  4306. /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/Storage.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js} +0 -0
  4307. /package/node_modules/@aws-crypto/sha256-browser/build/{constants.d.ts → main/constants.d.ts} +0 -0
  4308. /package/node_modules/@aws-crypto/sha256-browser/build/{constants.js → main/constants.js} +0 -0
  4309. /package/node_modules/@aws-crypto/sha256-browser/build/{crossPlatformSha256.d.ts → main/crossPlatformSha256.d.ts} +0 -0
  4310. /package/node_modules/@aws-crypto/{util/build → sha256-browser/build/main}/isEmptyData.d.ts +0 -0
  4311. /package/node_modules/@aws-crypto/sha256-browser/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
  4312. /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.d.ts → main/webCryptoSha256.d.ts} +0 -0
  4313. /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.js → main/webCryptoSha256.js} +0 -0
  4314. /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentity.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js} +0 -0
  4315. /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentityPool.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js} +0 -0
  4316. /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/loadCognitoIdentity.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js} +0 -0
  4317. /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/localStorage.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js} +0 -0
  4318. /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/resolveLogins.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js} +0 -0
  4319. /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.d.ts → main/RawSha256.d.ts} +0 -0
  4320. /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.js → main/RawSha256.js} +0 -0
  4321. /package/node_modules/@aws-crypto/sha256-js/build/{constants.d.ts → main/constants.d.ts} +0 -0
  4322. /package/node_modules/@aws-crypto/sha256-js/build/{constants.js → main/constants.js} +0 -0
  4323. /package/node_modules/@aws-crypto/sha256-js/build/{index.d.ts → main/index.d.ts} +0 -0
  4324. /package/node_modules/@aws-crypto/sha256-js/build/{index.js → main/index.js} +0 -0
  4325. /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.d.ts → main/jsSha256.d.ts} +0 -0
  4326. /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.js → main/jsSha256.js} +0 -0
  4327. /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.d.ts → main/knownHashes.fixture.d.ts} +0 -0
  4328. /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.js → main/knownHashes.fixture.js} +0 -0
  4329. /package/node_modules/@aws-crypto/supports-web-crypto/build/{index.d.ts → main/index.d.ts} +0 -0
  4330. /package/node_modules/@aws-crypto/supports-web-crypto/build/{supportsWebCrypto.d.ts → main/supportsWebCrypto.d.ts} +0 -0
  4331. /package/node_modules/@aws-crypto/util/build/{convertToBuffer.d.ts → main/convertToBuffer.d.ts} +0 -0
  4332. /package/node_modules/@aws-crypto/util/build/{index.d.ts → main/index.d.ts} +0 -0
  4333. /package/node_modules/@aws-crypto/util/build/{index.js → main/index.js} +0 -0
  4334. /package/node_modules/@aws-crypto/util/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
  4335. /package/node_modules/@aws-crypto/util/build/{numToUint8.d.ts → main/numToUint8.d.ts} +0 -0
  4336. /package/node_modules/@aws-crypto/util/build/{numToUint8.js → main/numToUint8.js} +0 -0
  4337. /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.d.ts → main/uint32ArrayFrom.d.ts} +0 -0
  4338. /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.js → main/uint32ArrayFrom.js} +0 -0
  4339. /package/node_modules/{@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js} +0 -0
  4340. /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js} +0 -0
  4341. /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js} +0 -0
  4342. /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js} +0 -0
  4343. /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js} +0 -0
  4344. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/LICENSE +0 -0
  4345. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/collaborators.md +0 -0
  4346. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/echo-server.js +0 -0
  4347. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/index.js +0 -0
  4348. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/.travis.yml +0 -0
  4349. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/CONTRIBUTING.md +0 -0
  4350. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/GOVERNANCE.md +0 -0
  4351. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/LICENSE +0 -0
  4352. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/README.md +0 -0
  4353. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -0
  4354. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/duplex-browser.js +0 -0
  4355. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/duplex.js +0 -0
  4356. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/_stream_duplex.js +0 -0
  4357. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/_stream_passthrough.js +0 -0
  4358. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/_stream_readable.js +0 -0
  4359. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/_stream_transform.js +0 -0
  4360. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/_stream_writable.js +0 -0
  4361. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -0
  4362. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -0
  4363. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -0
  4364. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/internal/streams/stream.js +0 -0
  4365. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/package.json +0 -0
  4366. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/passthrough.js +0 -0
  4367. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/readable-browser.js +0 -0
  4368. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/readable.js +0 -0
  4369. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/transform.js +0 -0
  4370. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/writable-browser.js +0 -0
  4371. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/writable.js +0 -0
  4372. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/safe-buffer/LICENSE +0 -0
  4373. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/safe-buffer/README.md +0 -0
  4374. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/safe-buffer/index.d.ts +0 -0
  4375. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/safe-buffer/index.js +0 -0
  4376. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/safe-buffer/package.json +0 -0
  4377. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/string_decoder/.travis.yml +0 -0
  4378. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/string_decoder/LICENSE +0 -0
  4379. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/string_decoder/README.md +0 -0
  4380. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/string_decoder/lib/string_decoder.js +0 -0
  4381. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/string_decoder/package.json +0 -0
  4382. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/server.js +0 -0
  4383. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/test-client.js +0 -0
  4384. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/test-server.js +0 -0
  4385. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/test.js +0 -0
  4386. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/ts-tests.ts +0 -0
  4387. /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/ws-fallback.js +0 -0
  4388. /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js → @smithy/node-config-provider/dist-cjs/getSelectorName.js} +0 -0
  4389. /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js → @smithy/types/dist-cjs/abort-handler.js} +0 -0
  4390. /package/node_modules/{inquirer/node_modules/ansi-escapes → ansi-escapes}/index.d.ts +0 -0
  4391. /package/node_modules/{inquirer/node_modules/ansi-escapes → ansi-escapes}/index.js +0 -0
  4392. /package/node_modules/{inquirer/node_modules/ansi-escapes → ansi-escapes}/license +0 -0
  4393. /package/node_modules/{inquirer/node_modules/ansi-escapes → ansi-escapes}/package.json +0 -0
  4394. /package/node_modules/{inquirer/node_modules/ansi-escapes → ansi-escapes}/readme.md +0 -0
  4395. /package/node_modules/{websocket-stream → aws-iot-device-sdk}/node_modules/duplexify/LICENSE +0 -0
  4396. /package/node_modules/{websocket-stream → aws-iot-device-sdk}/node_modules/duplexify/README.md +0 -0
  4397. /package/node_modules/{websocket-stream → aws-iot-device-sdk}/node_modules/duplexify/example.js +0 -0
  4398. /package/node_modules/{minimist → aws-iot-device-sdk/node_modules/minimist}/.travis.yml +0 -0
  4399. /package/node_modules/{minimist → aws-iot-device-sdk/node_modules/minimist}/readme.markdown +0 -0
  4400. /package/node_modules/{websocket-stream → aws-iot-device-sdk}/node_modules/ws/LICENSE +0 -0
  4401. /package/node_modules/{clone → defaults/node_modules/clone}/.npmignore +0 -0
  4402. /package/node_modules/{clone → defaults/node_modules/clone}/LICENSE +0 -0
  4403. /package/node_modules/{clone → defaults/node_modules/clone}/README.md +0 -0
  4404. /package/node_modules/{clone → defaults/node_modules/clone}/clone.iml +0 -0
  4405. /package/node_modules/{clone → defaults/node_modules/clone}/clone.js +0 -0
  4406. /package/node_modules/{clone → defaults/node_modules/clone}/package.json +0 -0
  4407. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/Changelog.md +0 -0
  4408. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/LICENSE +0 -0
  4409. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/README.md +0 -0
  4410. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/dbcs-codec.js +0 -0
  4411. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/dbcs-data.js +0 -0
  4412. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/index.js +0 -0
  4413. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/internal.js +0 -0
  4414. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/sbcs-codec.js +0 -0
  4415. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/sbcs-data-generated.js +0 -0
  4416. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/sbcs-data.js +0 -0
  4417. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/tables/big5-added.json +0 -0
  4418. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/tables/cp936.json +0 -0
  4419. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/tables/cp949.json +0 -0
  4420. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/tables/cp950.json +0 -0
  4421. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/tables/eucjp.json +0 -0
  4422. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/tables/gb18030-ranges.json +0 -0
  4423. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/tables/gbk-added.json +0 -0
  4424. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/tables/shiftjis.json +0 -0
  4425. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/utf16.js +0 -0
  4426. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/utf7.js +0 -0
  4427. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/lib/bom-handling.js +0 -0
  4428. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/lib/extend-node.js +0 -0
  4429. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/lib/index.d.ts +0 -0
  4430. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/lib/index.js +0 -0
  4431. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/lib/streams.js +0 -0
  4432. /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/package.json +0 -0
  4433. /package/node_modules/inquirer/lib/{inquirer.js → index.js} +0 -0
  4434. /package/node_modules/{log-symbols/node_modules/is-unicode-supported → is-unicode-supported}/index.d.ts +0 -0
  4435. /package/node_modules/{log-symbols/node_modules/is-unicode-supported → is-unicode-supported}/index.js +0 -0
  4436. /package/node_modules/{log-symbols/node_modules/is-unicode-supported → is-unicode-supported}/license +0 -0
  4437. /package/node_modules/{log-symbols/node_modules/is-unicode-supported → is-unicode-supported}/package.json +0 -0
  4438. /package/node_modules/{log-symbols/node_modules/is-unicode-supported → is-unicode-supported}/readme.md +0 -0
  4439. /package/node_modules/{websocket-stream/node_modules/isarray → isarray}/.npmignore +0 -0
  4440. /package/node_modules/{websocket-stream/node_modules/isarray → isarray}/.travis.yml +0 -0
  4441. /package/node_modules/{websocket-stream/node_modules/isarray → isarray}/Makefile +0 -0
  4442. /package/node_modules/{websocket-stream/node_modules/isarray → isarray}/README.md +0 -0
  4443. /package/node_modules/{websocket-stream/node_modules/isarray → isarray}/component.json +0 -0
  4444. /package/node_modules/{websocket-stream/node_modules/isarray → isarray}/index.js +0 -0
  4445. /package/node_modules/{websocket-stream/node_modules/isarray → isarray}/package.json +0 -0
  4446. /package/node_modules/{websocket-stream/node_modules/isarray → isarray}/test.js +0 -0
  4447. /package/node_modules/{inquirer/node_modules/mute-stream → mute-stream}/LICENSE +0 -0
  4448. /package/node_modules/{inquirer/node_modules/mute-stream → mute-stream}/README.md +0 -0
  4449. /package/node_modules/{inquirer/node_modules/mute-stream → mute-stream}/lib/index.js +0 -0
  4450. /package/node_modules/{inquirer/node_modules/mute-stream → mute-stream}/package.json +0 -0
  4451. /package/node_modules/{mimic-fn → restore-cursor/node_modules/mimic-fn}/index.d.ts +0 -0
  4452. /package/node_modules/{mimic-fn → restore-cursor/node_modules/mimic-fn}/index.js +0 -0
  4453. /package/node_modules/{mimic-fn → restore-cursor/node_modules/mimic-fn}/license +0 -0
  4454. /package/node_modules/{mimic-fn → restore-cursor/node_modules/mimic-fn}/package.json +0 -0
  4455. /package/node_modules/{mimic-fn → restore-cursor/node_modules/mimic-fn}/readme.md +0 -0
  4456. /package/node_modules/{onetime → restore-cursor/node_modules/onetime}/index.d.ts +0 -0
  4457. /package/node_modules/{onetime → restore-cursor/node_modules/onetime}/index.js +0 -0
  4458. /package/node_modules/{onetime → restore-cursor/node_modules/onetime}/license +0 -0
  4459. /package/node_modules/{onetime → restore-cursor/node_modules/onetime}/package.json +0 -0
  4460. /package/node_modules/{onetime → restore-cursor/node_modules/onetime}/readme.md +0 -0
  4461. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/base.d.ts +0 -0
  4462. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/index.d.ts +0 -0
  4463. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/license +0 -0
  4464. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/package.json +0 -0
  4465. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/readme.md +0 -0
  4466. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/async-return-type.d.ts +0 -0
  4467. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/asyncify.d.ts +0 -0
  4468. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/basic.d.ts +0 -0
  4469. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/conditional-except.d.ts +0 -0
  4470. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/conditional-keys.d.ts +0 -0
  4471. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/conditional-pick.d.ts +0 -0
  4472. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/entries.d.ts +0 -0
  4473. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/entry.d.ts +0 -0
  4474. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/except.d.ts +0 -0
  4475. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/fixed-length-array.d.ts +0 -0
  4476. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/iterable-element.d.ts +0 -0
  4477. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/literal-union.d.ts +0 -0
  4478. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/merge-exclusive.d.ts +0 -0
  4479. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/merge.d.ts +0 -0
  4480. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/mutable.d.ts +0 -0
  4481. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/opaque.d.ts +0 -0
  4482. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/package-json.d.ts +0 -0
  4483. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/partial-deep.d.ts +0 -0
  4484. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/promisable.d.ts +0 -0
  4485. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/promise-value.d.ts +0 -0
  4486. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/readonly-deep.d.ts +0 -0
  4487. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/require-at-least-one.d.ts +0 -0
  4488. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/require-exactly-one.d.ts +0 -0
  4489. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/set-optional.d.ts +0 -0
  4490. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/set-required.d.ts +0 -0
  4491. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/set-return-type.d.ts +0 -0
  4492. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/simplify.d.ts +0 -0
  4493. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/stringified.d.ts +0 -0
  4494. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/tsconfig-json.d.ts +0 -0
  4495. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/typed-array.d.ts +0 -0
  4496. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/union-to-intersection.d.ts +0 -0
  4497. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/utilities.d.ts +0 -0
  4498. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/value-of.d.ts +0 -0
  4499. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/ts41/camel-case.d.ts +0 -0
  4500. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/ts41/delimiter-case.d.ts +0 -0
  4501. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/ts41/get.d.ts +0 -0
  4502. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/ts41/index.d.ts +0 -0
  4503. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/ts41/kebab-case.d.ts +0 -0
  4504. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/ts41/pascal-case.d.ts +0 -0
  4505. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/ts41/snake-case.d.ts +0 -0
  4506. /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/ts41/utilities.d.ts +0 -0
  4507. /package/node_modules/{ora/node_modules/is-unicode-supported → yoctocolors-cjs}/license +0 -0
@@ -1,3877 +0,0 @@
1
- /**
2
- * @license
3
- * Lodash (Custom Build) <https://lodash.com/>
4
- * Build: `lodash core -o ./dist/lodash.core.js`
5
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
6
- * Released under MIT license <https://lodash.com/license>
7
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
8
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
9
- */
10
- ;(function() {
11
-
12
- /** Used as a safe reference for `undefined` in pre-ES5 environments. */
13
- var undefined;
14
-
15
- /** Used as the semantic version number. */
16
- var VERSION = '4.17.21';
17
-
18
- /** Error message constants. */
19
- var FUNC_ERROR_TEXT = 'Expected a function';
20
-
21
- /** Used to compose bitmasks for value comparisons. */
22
- var COMPARE_PARTIAL_FLAG = 1,
23
- COMPARE_UNORDERED_FLAG = 2;
24
-
25
- /** Used to compose bitmasks for function metadata. */
26
- var WRAP_BIND_FLAG = 1,
27
- WRAP_PARTIAL_FLAG = 32;
28
-
29
- /** Used as references for various `Number` constants. */
30
- var INFINITY = 1 / 0,
31
- MAX_SAFE_INTEGER = 9007199254740991;
32
-
33
- /** `Object#toString` result references. */
34
- var argsTag = '[object Arguments]',
35
- arrayTag = '[object Array]',
36
- asyncTag = '[object AsyncFunction]',
37
- boolTag = '[object Boolean]',
38
- dateTag = '[object Date]',
39
- errorTag = '[object Error]',
40
- funcTag = '[object Function]',
41
- genTag = '[object GeneratorFunction]',
42
- numberTag = '[object Number]',
43
- objectTag = '[object Object]',
44
- proxyTag = '[object Proxy]',
45
- regexpTag = '[object RegExp]',
46
- stringTag = '[object String]';
47
-
48
- /** Used to match HTML entities and HTML characters. */
49
- var reUnescapedHtml = /[&<>"']/g,
50
- reHasUnescapedHtml = RegExp(reUnescapedHtml.source);
51
-
52
- /** Used to detect unsigned integer values. */
53
- var reIsUint = /^(?:0|[1-9]\d*)$/;
54
-
55
- /** Used to map characters to HTML entities. */
56
- var htmlEscapes = {
57
- '&': '&amp;',
58
- '<': '&lt;',
59
- '>': '&gt;',
60
- '"': '&quot;',
61
- "'": '&#39;'
62
- };
63
-
64
- /** Detect free variable `global` from Node.js. */
65
- var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
66
-
67
- /** Detect free variable `self`. */
68
- var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
69
-
70
- /** Used as a reference to the global object. */
71
- var root = freeGlobal || freeSelf || Function('return this')();
72
-
73
- /** Detect free variable `exports`. */
74
- var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;
75
-
76
- /** Detect free variable `module`. */
77
- var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;
78
-
79
- /*--------------------------------------------------------------------------*/
80
-
81
- /**
82
- * Appends the elements of `values` to `array`.
83
- *
84
- * @private
85
- * @param {Array} array The array to modify.
86
- * @param {Array} values The values to append.
87
- * @returns {Array} Returns `array`.
88
- */
89
- function arrayPush(array, values) {
90
- array.push.apply(array, values);
91
- return array;
92
- }
93
-
94
- /**
95
- * The base implementation of `_.findIndex` and `_.findLastIndex` without
96
- * support for iteratee shorthands.
97
- *
98
- * @private
99
- * @param {Array} array The array to inspect.
100
- * @param {Function} predicate The function invoked per iteration.
101
- * @param {number} fromIndex The index to search from.
102
- * @param {boolean} [fromRight] Specify iterating from right to left.
103
- * @returns {number} Returns the index of the matched value, else `-1`.
104
- */
105
- function baseFindIndex(array, predicate, fromIndex, fromRight) {
106
- var length = array.length,
107
- index = fromIndex + (fromRight ? 1 : -1);
108
-
109
- while ((fromRight ? index-- : ++index < length)) {
110
- if (predicate(array[index], index, array)) {
111
- return index;
112
- }
113
- }
114
- return -1;
115
- }
116
-
117
- /**
118
- * The base implementation of `_.property` without support for deep paths.
119
- *
120
- * @private
121
- * @param {string} key The key of the property to get.
122
- * @returns {Function} Returns the new accessor function.
123
- */
124
- function baseProperty(key) {
125
- return function(object) {
126
- return object == null ? undefined : object[key];
127
- };
128
- }
129
-
130
- /**
131
- * The base implementation of `_.propertyOf` without support for deep paths.
132
- *
133
- * @private
134
- * @param {Object} object The object to query.
135
- * @returns {Function} Returns the new accessor function.
136
- */
137
- function basePropertyOf(object) {
138
- return function(key) {
139
- return object == null ? undefined : object[key];
140
- };
141
- }
142
-
143
- /**
144
- * The base implementation of `_.reduce` and `_.reduceRight`, without support
145
- * for iteratee shorthands, which iterates over `collection` using `eachFunc`.
146
- *
147
- * @private
148
- * @param {Array|Object} collection The collection to iterate over.
149
- * @param {Function} iteratee The function invoked per iteration.
150
- * @param {*} accumulator The initial value.
151
- * @param {boolean} initAccum Specify using the first or last element of
152
- * `collection` as the initial value.
153
- * @param {Function} eachFunc The function to iterate over `collection`.
154
- * @returns {*} Returns the accumulated value.
155
- */
156
- function baseReduce(collection, iteratee, accumulator, initAccum, eachFunc) {
157
- eachFunc(collection, function(value, index, collection) {
158
- accumulator = initAccum
159
- ? (initAccum = false, value)
160
- : iteratee(accumulator, value, index, collection);
161
- });
162
- return accumulator;
163
- }
164
-
165
- /**
166
- * The base implementation of `_.values` and `_.valuesIn` which creates an
167
- * array of `object` property values corresponding to the property names
168
- * of `props`.
169
- *
170
- * @private
171
- * @param {Object} object The object to query.
172
- * @param {Array} props The property names to get values for.
173
- * @returns {Object} Returns the array of property values.
174
- */
175
- function baseValues(object, props) {
176
- return baseMap(props, function(key) {
177
- return object[key];
178
- });
179
- }
180
-
181
- /**
182
- * Used by `_.escape` to convert characters to HTML entities.
183
- *
184
- * @private
185
- * @param {string} chr The matched character to escape.
186
- * @returns {string} Returns the escaped character.
187
- */
188
- var escapeHtmlChar = basePropertyOf(htmlEscapes);
189
-
190
- /**
191
- * Creates a unary function that invokes `func` with its argument transformed.
192
- *
193
- * @private
194
- * @param {Function} func The function to wrap.
195
- * @param {Function} transform The argument transform.
196
- * @returns {Function} Returns the new function.
197
- */
198
- function overArg(func, transform) {
199
- return function(arg) {
200
- return func(transform(arg));
201
- };
202
- }
203
-
204
- /*--------------------------------------------------------------------------*/
205
-
206
- /** Used for built-in method references. */
207
- var arrayProto = Array.prototype,
208
- objectProto = Object.prototype;
209
-
210
- /** Used to check objects for own properties. */
211
- var hasOwnProperty = objectProto.hasOwnProperty;
212
-
213
- /** Used to generate unique IDs. */
214
- var idCounter = 0;
215
-
216
- /**
217
- * Used to resolve the
218
- * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
219
- * of values.
220
- */
221
- var nativeObjectToString = objectProto.toString;
222
-
223
- /** Used to restore the original `_` reference in `_.noConflict`. */
224
- var oldDash = root._;
225
-
226
- /** Built-in value references. */
227
- var objectCreate = Object.create,
228
- propertyIsEnumerable = objectProto.propertyIsEnumerable;
229
-
230
- /* Built-in method references for those with the same name as other `lodash` methods. */
231
- var nativeIsFinite = root.isFinite,
232
- nativeKeys = overArg(Object.keys, Object),
233
- nativeMax = Math.max;
234
-
235
- /*------------------------------------------------------------------------*/
236
-
237
- /**
238
- * Creates a `lodash` object which wraps `value` to enable implicit method
239
- * chain sequences. Methods that operate on and return arrays, collections,
240
- * and functions can be chained together. Methods that retrieve a single value
241
- * or may return a primitive value will automatically end the chain sequence
242
- * and return the unwrapped value. Otherwise, the value must be unwrapped
243
- * with `_#value`.
244
- *
245
- * Explicit chain sequences, which must be unwrapped with `_#value`, may be
246
- * enabled using `_.chain`.
247
- *
248
- * The execution of chained methods is lazy, that is, it's deferred until
249
- * `_#value` is implicitly or explicitly called.
250
- *
251
- * Lazy evaluation allows several methods to support shortcut fusion.
252
- * Shortcut fusion is an optimization to merge iteratee calls; this avoids
253
- * the creation of intermediate arrays and can greatly reduce the number of
254
- * iteratee executions. Sections of a chain sequence qualify for shortcut
255
- * fusion if the section is applied to an array and iteratees accept only
256
- * one argument. The heuristic for whether a section qualifies for shortcut
257
- * fusion is subject to change.
258
- *
259
- * Chaining is supported in custom builds as long as the `_#value` method is
260
- * directly or indirectly included in the build.
261
- *
262
- * In addition to lodash methods, wrappers have `Array` and `String` methods.
263
- *
264
- * The wrapper `Array` methods are:
265
- * `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift`
266
- *
267
- * The wrapper `String` methods are:
268
- * `replace` and `split`
269
- *
270
- * The wrapper methods that support shortcut fusion are:
271
- * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`,
272
- * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`,
273
- * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray`
274
- *
275
- * The chainable wrapper methods are:
276
- * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`,
277
- * `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`,
278
- * `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`,
279
- * `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`,
280
- * `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`,
281
- * `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`,
282
- * `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`,
283
- * `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`,
284
- * `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`,
285
- * `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`,
286
- * `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`,
287
- * `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`,
288
- * `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`,
289
- * `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`,
290
- * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`,
291
- * `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`,
292
- * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`,
293
- * `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`,
294
- * `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`,
295
- * `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`,
296
- * `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`,
297
- * `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`,
298
- * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`,
299
- * `zipObject`, `zipObjectDeep`, and `zipWith`
300
- *
301
- * The wrapper methods that are **not** chainable by default are:
302
- * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`,
303
- * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`,
304
- * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`,
305
- * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`,
306
- * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`,
307
- * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`,
308
- * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`,
309
- * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`,
310
- * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`,
311
- * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`,
312
- * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`,
313
- * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`,
314
- * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`,
315
- * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`,
316
- * `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`,
317
- * `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`,
318
- * `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`,
319
- * `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`,
320
- * `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`,
321
- * `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`,
322
- * `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`,
323
- * `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`,
324
- * `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`,
325
- * `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`,
326
- * `upperFirst`, `value`, and `words`
327
- *
328
- * @name _
329
- * @constructor
330
- * @category Seq
331
- * @param {*} value The value to wrap in a `lodash` instance.
332
- * @returns {Object} Returns the new `lodash` wrapper instance.
333
- * @example
334
- *
335
- * function square(n) {
336
- * return n * n;
337
- * }
338
- *
339
- * var wrapped = _([1, 2, 3]);
340
- *
341
- * // Returns an unwrapped value.
342
- * wrapped.reduce(_.add);
343
- * // => 6
344
- *
345
- * // Returns a wrapped value.
346
- * var squares = wrapped.map(square);
347
- *
348
- * _.isArray(squares);
349
- * // => false
350
- *
351
- * _.isArray(squares.value());
352
- * // => true
353
- */
354
- function lodash(value) {
355
- return value instanceof LodashWrapper
356
- ? value
357
- : new LodashWrapper(value);
358
- }
359
-
360
- /**
361
- * The base implementation of `_.create` without support for assigning
362
- * properties to the created object.
363
- *
364
- * @private
365
- * @param {Object} proto The object to inherit from.
366
- * @returns {Object} Returns the new object.
367
- */
368
- var baseCreate = (function() {
369
- function object() {}
370
- return function(proto) {
371
- if (!isObject(proto)) {
372
- return {};
373
- }
374
- if (objectCreate) {
375
- return objectCreate(proto);
376
- }
377
- object.prototype = proto;
378
- var result = new object;
379
- object.prototype = undefined;
380
- return result;
381
- };
382
- }());
383
-
384
- /**
385
- * The base constructor for creating `lodash` wrapper objects.
386
- *
387
- * @private
388
- * @param {*} value The value to wrap.
389
- * @param {boolean} [chainAll] Enable explicit method chain sequences.
390
- */
391
- function LodashWrapper(value, chainAll) {
392
- this.__wrapped__ = value;
393
- this.__actions__ = [];
394
- this.__chain__ = !!chainAll;
395
- }
396
-
397
- LodashWrapper.prototype = baseCreate(lodash.prototype);
398
- LodashWrapper.prototype.constructor = LodashWrapper;
399
-
400
- /*------------------------------------------------------------------------*/
401
-
402
- /**
403
- * Assigns `value` to `key` of `object` if the existing value is not equivalent
404
- * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
405
- * for equality comparisons.
406
- *
407
- * @private
408
- * @param {Object} object The object to modify.
409
- * @param {string} key The key of the property to assign.
410
- * @param {*} value The value to assign.
411
- */
412
- function assignValue(object, key, value) {
413
- var objValue = object[key];
414
- if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||
415
- (value === undefined && !(key in object))) {
416
- baseAssignValue(object, key, value);
417
- }
418
- }
419
-
420
- /**
421
- * The base implementation of `assignValue` and `assignMergeValue` without
422
- * value checks.
423
- *
424
- * @private
425
- * @param {Object} object The object to modify.
426
- * @param {string} key The key of the property to assign.
427
- * @param {*} value The value to assign.
428
- */
429
- function baseAssignValue(object, key, value) {
430
- object[key] = value;
431
- }
432
-
433
- /**
434
- * The base implementation of `_.delay` and `_.defer` which accepts `args`
435
- * to provide to `func`.
436
- *
437
- * @private
438
- * @param {Function} func The function to delay.
439
- * @param {number} wait The number of milliseconds to delay invocation.
440
- * @param {Array} args The arguments to provide to `func`.
441
- * @returns {number|Object} Returns the timer id or timeout object.
442
- */
443
- function baseDelay(func, wait, args) {
444
- if (typeof func != 'function') {
445
- throw new TypeError(FUNC_ERROR_TEXT);
446
- }
447
- return setTimeout(function() { func.apply(undefined, args); }, wait);
448
- }
449
-
450
- /**
451
- * The base implementation of `_.forEach` without support for iteratee shorthands.
452
- *
453
- * @private
454
- * @param {Array|Object} collection The collection to iterate over.
455
- * @param {Function} iteratee The function invoked per iteration.
456
- * @returns {Array|Object} Returns `collection`.
457
- */
458
- var baseEach = createBaseEach(baseForOwn);
459
-
460
- /**
461
- * The base implementation of `_.every` without support for iteratee shorthands.
462
- *
463
- * @private
464
- * @param {Array|Object} collection The collection to iterate over.
465
- * @param {Function} predicate The function invoked per iteration.
466
- * @returns {boolean} Returns `true` if all elements pass the predicate check,
467
- * else `false`
468
- */
469
- function baseEvery(collection, predicate) {
470
- var result = true;
471
- baseEach(collection, function(value, index, collection) {
472
- result = !!predicate(value, index, collection);
473
- return result;
474
- });
475
- return result;
476
- }
477
-
478
- /**
479
- * The base implementation of methods like `_.max` and `_.min` which accepts a
480
- * `comparator` to determine the extremum value.
481
- *
482
- * @private
483
- * @param {Array} array The array to iterate over.
484
- * @param {Function} iteratee The iteratee invoked per iteration.
485
- * @param {Function} comparator The comparator used to compare values.
486
- * @returns {*} Returns the extremum value.
487
- */
488
- function baseExtremum(array, iteratee, comparator) {
489
- var index = -1,
490
- length = array.length;
491
-
492
- while (++index < length) {
493
- var value = array[index],
494
- current = iteratee(value);
495
-
496
- if (current != null && (computed === undefined
497
- ? (current === current && !false)
498
- : comparator(current, computed)
499
- )) {
500
- var computed = current,
501
- result = value;
502
- }
503
- }
504
- return result;
505
- }
506
-
507
- /**
508
- * The base implementation of `_.filter` without support for iteratee shorthands.
509
- *
510
- * @private
511
- * @param {Array|Object} collection The collection to iterate over.
512
- * @param {Function} predicate The function invoked per iteration.
513
- * @returns {Array} Returns the new filtered array.
514
- */
515
- function baseFilter(collection, predicate) {
516
- var result = [];
517
- baseEach(collection, function(value, index, collection) {
518
- if (predicate(value, index, collection)) {
519
- result.push(value);
520
- }
521
- });
522
- return result;
523
- }
524
-
525
- /**
526
- * The base implementation of `_.flatten` with support for restricting flattening.
527
- *
528
- * @private
529
- * @param {Array} array The array to flatten.
530
- * @param {number} depth The maximum recursion depth.
531
- * @param {boolean} [predicate=isFlattenable] The function invoked per iteration.
532
- * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks.
533
- * @param {Array} [result=[]] The initial result value.
534
- * @returns {Array} Returns the new flattened array.
535
- */
536
- function baseFlatten(array, depth, predicate, isStrict, result) {
537
- var index = -1,
538
- length = array.length;
539
-
540
- predicate || (predicate = isFlattenable);
541
- result || (result = []);
542
-
543
- while (++index < length) {
544
- var value = array[index];
545
- if (depth > 0 && predicate(value)) {
546
- if (depth > 1) {
547
- // Recursively flatten arrays (susceptible to call stack limits).
548
- baseFlatten(value, depth - 1, predicate, isStrict, result);
549
- } else {
550
- arrayPush(result, value);
551
- }
552
- } else if (!isStrict) {
553
- result[result.length] = value;
554
- }
555
- }
556
- return result;
557
- }
558
-
559
- /**
560
- * The base implementation of `baseForOwn` which iterates over `object`
561
- * properties returned by `keysFunc` and invokes `iteratee` for each property.
562
- * Iteratee functions may exit iteration early by explicitly returning `false`.
563
- *
564
- * @private
565
- * @param {Object} object The object to iterate over.
566
- * @param {Function} iteratee The function invoked per iteration.
567
- * @param {Function} keysFunc The function to get the keys of `object`.
568
- * @returns {Object} Returns `object`.
569
- */
570
- var baseFor = createBaseFor();
571
-
572
- /**
573
- * The base implementation of `_.forOwn` without support for iteratee shorthands.
574
- *
575
- * @private
576
- * @param {Object} object The object to iterate over.
577
- * @param {Function} iteratee The function invoked per iteration.
578
- * @returns {Object} Returns `object`.
579
- */
580
- function baseForOwn(object, iteratee) {
581
- return object && baseFor(object, iteratee, keys);
582
- }
583
-
584
- /**
585
- * The base implementation of `_.functions` which creates an array of
586
- * `object` function property names filtered from `props`.
587
- *
588
- * @private
589
- * @param {Object} object The object to inspect.
590
- * @param {Array} props The property names to filter.
591
- * @returns {Array} Returns the function names.
592
- */
593
- function baseFunctions(object, props) {
594
- return baseFilter(props, function(key) {
595
- return isFunction(object[key]);
596
- });
597
- }
598
-
599
- /**
600
- * The base implementation of `getTag` without fallbacks for buggy environments.
601
- *
602
- * @private
603
- * @param {*} value The value to query.
604
- * @returns {string} Returns the `toStringTag`.
605
- */
606
- function baseGetTag(value) {
607
- return objectToString(value);
608
- }
609
-
610
- /**
611
- * The base implementation of `_.gt` which doesn't coerce arguments.
612
- *
613
- * @private
614
- * @param {*} value The value to compare.
615
- * @param {*} other The other value to compare.
616
- * @returns {boolean} Returns `true` if `value` is greater than `other`,
617
- * else `false`.
618
- */
619
- function baseGt(value, other) {
620
- return value > other;
621
- }
622
-
623
- /**
624
- * The base implementation of `_.isArguments`.
625
- *
626
- * @private
627
- * @param {*} value The value to check.
628
- * @returns {boolean} Returns `true` if `value` is an `arguments` object,
629
- */
630
- var baseIsArguments = noop;
631
-
632
- /**
633
- * The base implementation of `_.isDate` without Node.js optimizations.
634
- *
635
- * @private
636
- * @param {*} value The value to check.
637
- * @returns {boolean} Returns `true` if `value` is a date object, else `false`.
638
- */
639
- function baseIsDate(value) {
640
- return isObjectLike(value) && baseGetTag(value) == dateTag;
641
- }
642
-
643
- /**
644
- * The base implementation of `_.isEqual` which supports partial comparisons
645
- * and tracks traversed objects.
646
- *
647
- * @private
648
- * @param {*} value The value to compare.
649
- * @param {*} other The other value to compare.
650
- * @param {boolean} bitmask The bitmask flags.
651
- * 1 - Unordered comparison
652
- * 2 - Partial comparison
653
- * @param {Function} [customizer] The function to customize comparisons.
654
- * @param {Object} [stack] Tracks traversed `value` and `other` objects.
655
- * @returns {boolean} Returns `true` if the values are equivalent, else `false`.
656
- */
657
- function baseIsEqual(value, other, bitmask, customizer, stack) {
658
- if (value === other) {
659
- return true;
660
- }
661
- if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) {
662
- return value !== value && other !== other;
663
- }
664
- return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack);
665
- }
666
-
667
- /**
668
- * A specialized version of `baseIsEqual` for arrays and objects which performs
669
- * deep comparisons and tracks traversed objects enabling objects with circular
670
- * references to be compared.
671
- *
672
- * @private
673
- * @param {Object} object The object to compare.
674
- * @param {Object} other The other object to compare.
675
- * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
676
- * @param {Function} customizer The function to customize comparisons.
677
- * @param {Function} equalFunc The function to determine equivalents of values.
678
- * @param {Object} [stack] Tracks traversed `object` and `other` objects.
679
- * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
680
- */
681
- function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) {
682
- var objIsArr = isArray(object),
683
- othIsArr = isArray(other),
684
- objTag = objIsArr ? arrayTag : baseGetTag(object),
685
- othTag = othIsArr ? arrayTag : baseGetTag(other);
686
-
687
- objTag = objTag == argsTag ? objectTag : objTag;
688
- othTag = othTag == argsTag ? objectTag : othTag;
689
-
690
- var objIsObj = objTag == objectTag,
691
- othIsObj = othTag == objectTag,
692
- isSameTag = objTag == othTag;
693
-
694
- stack || (stack = []);
695
- var objStack = find(stack, function(entry) {
696
- return entry[0] == object;
697
- });
698
- var othStack = find(stack, function(entry) {
699
- return entry[0] == other;
700
- });
701
- if (objStack && othStack) {
702
- return objStack[1] == other;
703
- }
704
- stack.push([object, other]);
705
- stack.push([other, object]);
706
- if (isSameTag && !objIsObj) {
707
- var result = (objIsArr)
708
- ? equalArrays(object, other, bitmask, customizer, equalFunc, stack)
709
- : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack);
710
- stack.pop();
711
- return result;
712
- }
713
- if (!(bitmask & COMPARE_PARTIAL_FLAG)) {
714
- var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'),
715
- othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__');
716
-
717
- if (objIsWrapped || othIsWrapped) {
718
- var objUnwrapped = objIsWrapped ? object.value() : object,
719
- othUnwrapped = othIsWrapped ? other.value() : other;
720
-
721
- var result = equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack);
722
- stack.pop();
723
- return result;
724
- }
725
- }
726
- if (!isSameTag) {
727
- return false;
728
- }
729
- var result = equalObjects(object, other, bitmask, customizer, equalFunc, stack);
730
- stack.pop();
731
- return result;
732
- }
733
-
734
- /**
735
- * The base implementation of `_.isRegExp` without Node.js optimizations.
736
- *
737
- * @private
738
- * @param {*} value The value to check.
739
- * @returns {boolean} Returns `true` if `value` is a regexp, else `false`.
740
- */
741
- function baseIsRegExp(value) {
742
- return isObjectLike(value) && baseGetTag(value) == regexpTag;
743
- }
744
-
745
- /**
746
- * The base implementation of `_.iteratee`.
747
- *
748
- * @private
749
- * @param {*} [value=_.identity] The value to convert to an iteratee.
750
- * @returns {Function} Returns the iteratee.
751
- */
752
- function baseIteratee(func) {
753
- if (typeof func == 'function') {
754
- return func;
755
- }
756
- if (func == null) {
757
- return identity;
758
- }
759
- return (typeof func == 'object' ? baseMatches : baseProperty)(func);
760
- }
761
-
762
- /**
763
- * The base implementation of `_.lt` which doesn't coerce arguments.
764
- *
765
- * @private
766
- * @param {*} value The value to compare.
767
- * @param {*} other The other value to compare.
768
- * @returns {boolean} Returns `true` if `value` is less than `other`,
769
- * else `false`.
770
- */
771
- function baseLt(value, other) {
772
- return value < other;
773
- }
774
-
775
- /**
776
- * The base implementation of `_.map` without support for iteratee shorthands.
777
- *
778
- * @private
779
- * @param {Array|Object} collection The collection to iterate over.
780
- * @param {Function} iteratee The function invoked per iteration.
781
- * @returns {Array} Returns the new mapped array.
782
- */
783
- function baseMap(collection, iteratee) {
784
- var index = -1,
785
- result = isArrayLike(collection) ? Array(collection.length) : [];
786
-
787
- baseEach(collection, function(value, key, collection) {
788
- result[++index] = iteratee(value, key, collection);
789
- });
790
- return result;
791
- }
792
-
793
- /**
794
- * The base implementation of `_.matches` which doesn't clone `source`.
795
- *
796
- * @private
797
- * @param {Object} source The object of property values to match.
798
- * @returns {Function} Returns the new spec function.
799
- */
800
- function baseMatches(source) {
801
- var props = nativeKeys(source);
802
- return function(object) {
803
- var length = props.length;
804
- if (object == null) {
805
- return !length;
806
- }
807
- object = Object(object);
808
- while (length--) {
809
- var key = props[length];
810
- if (!(key in object &&
811
- baseIsEqual(source[key], object[key], COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG)
812
- )) {
813
- return false;
814
- }
815
- }
816
- return true;
817
- };
818
- }
819
-
820
- /**
821
- * The base implementation of `_.pick` without support for individual
822
- * property identifiers.
823
- *
824
- * @private
825
- * @param {Object} object The source object.
826
- * @param {string[]} paths The property paths to pick.
827
- * @returns {Object} Returns the new object.
828
- */
829
- function basePick(object, props) {
830
- object = Object(object);
831
- return reduce(props, function(result, key) {
832
- if (key in object) {
833
- result[key] = object[key];
834
- }
835
- return result;
836
- }, {});
837
- }
838
-
839
- /**
840
- * The base implementation of `_.rest` which doesn't validate or coerce arguments.
841
- *
842
- * @private
843
- * @param {Function} func The function to apply a rest parameter to.
844
- * @param {number} [start=func.length-1] The start position of the rest parameter.
845
- * @returns {Function} Returns the new function.
846
- */
847
- function baseRest(func, start) {
848
- return setToString(overRest(func, start, identity), func + '');
849
- }
850
-
851
- /**
852
- * The base implementation of `_.slice` without an iteratee call guard.
853
- *
854
- * @private
855
- * @param {Array} array The array to slice.
856
- * @param {number} [start=0] The start position.
857
- * @param {number} [end=array.length] The end position.
858
- * @returns {Array} Returns the slice of `array`.
859
- */
860
- function baseSlice(array, start, end) {
861
- var index = -1,
862
- length = array.length;
863
-
864
- if (start < 0) {
865
- start = -start > length ? 0 : (length + start);
866
- }
867
- end = end > length ? length : end;
868
- if (end < 0) {
869
- end += length;
870
- }
871
- length = start > end ? 0 : ((end - start) >>> 0);
872
- start >>>= 0;
873
-
874
- var result = Array(length);
875
- while (++index < length) {
876
- result[index] = array[index + start];
877
- }
878
- return result;
879
- }
880
-
881
- /**
882
- * Copies the values of `source` to `array`.
883
- *
884
- * @private
885
- * @param {Array} source The array to copy values from.
886
- * @param {Array} [array=[]] The array to copy values to.
887
- * @returns {Array} Returns `array`.
888
- */
889
- function copyArray(source) {
890
- return baseSlice(source, 0, source.length);
891
- }
892
-
893
- /**
894
- * The base implementation of `_.some` without support for iteratee shorthands.
895
- *
896
- * @private
897
- * @param {Array|Object} collection The collection to iterate over.
898
- * @param {Function} predicate The function invoked per iteration.
899
- * @returns {boolean} Returns `true` if any element passes the predicate check,
900
- * else `false`.
901
- */
902
- function baseSome(collection, predicate) {
903
- var result;
904
-
905
- baseEach(collection, function(value, index, collection) {
906
- result = predicate(value, index, collection);
907
- return !result;
908
- });
909
- return !!result;
910
- }
911
-
912
- /**
913
- * The base implementation of `wrapperValue` which returns the result of
914
- * performing a sequence of actions on the unwrapped `value`, where each
915
- * successive action is supplied the return value of the previous.
916
- *
917
- * @private
918
- * @param {*} value The unwrapped value.
919
- * @param {Array} actions Actions to perform to resolve the unwrapped value.
920
- * @returns {*} Returns the resolved value.
921
- */
922
- function baseWrapperValue(value, actions) {
923
- var result = value;
924
- return reduce(actions, function(result, action) {
925
- return action.func.apply(action.thisArg, arrayPush([result], action.args));
926
- }, result);
927
- }
928
-
929
- /**
930
- * Compares values to sort them in ascending order.
931
- *
932
- * @private
933
- * @param {*} value The value to compare.
934
- * @param {*} other The other value to compare.
935
- * @returns {number} Returns the sort order indicator for `value`.
936
- */
937
- function compareAscending(value, other) {
938
- if (value !== other) {
939
- var valIsDefined = value !== undefined,
940
- valIsNull = value === null,
941
- valIsReflexive = value === value,
942
- valIsSymbol = false;
943
-
944
- var othIsDefined = other !== undefined,
945
- othIsNull = other === null,
946
- othIsReflexive = other === other,
947
- othIsSymbol = false;
948
-
949
- if ((!othIsNull && !othIsSymbol && !valIsSymbol && value > other) ||
950
- (valIsSymbol && othIsDefined && othIsReflexive && !othIsNull && !othIsSymbol) ||
951
- (valIsNull && othIsDefined && othIsReflexive) ||
952
- (!valIsDefined && othIsReflexive) ||
953
- !valIsReflexive) {
954
- return 1;
955
- }
956
- if ((!valIsNull && !valIsSymbol && !othIsSymbol && value < other) ||
957
- (othIsSymbol && valIsDefined && valIsReflexive && !valIsNull && !valIsSymbol) ||
958
- (othIsNull && valIsDefined && valIsReflexive) ||
959
- (!othIsDefined && valIsReflexive) ||
960
- !othIsReflexive) {
961
- return -1;
962
- }
963
- }
964
- return 0;
965
- }
966
-
967
- /**
968
- * Copies properties of `source` to `object`.
969
- *
970
- * @private
971
- * @param {Object} source The object to copy properties from.
972
- * @param {Array} props The property identifiers to copy.
973
- * @param {Object} [object={}] The object to copy properties to.
974
- * @param {Function} [customizer] The function to customize copied values.
975
- * @returns {Object} Returns `object`.
976
- */
977
- function copyObject(source, props, object, customizer) {
978
- var isNew = !object;
979
- object || (object = {});
980
-
981
- var index = -1,
982
- length = props.length;
983
-
984
- while (++index < length) {
985
- var key = props[index];
986
-
987
- var newValue = customizer
988
- ? customizer(object[key], source[key], key, object, source)
989
- : undefined;
990
-
991
- if (newValue === undefined) {
992
- newValue = source[key];
993
- }
994
- if (isNew) {
995
- baseAssignValue(object, key, newValue);
996
- } else {
997
- assignValue(object, key, newValue);
998
- }
999
- }
1000
- return object;
1001
- }
1002
-
1003
- /**
1004
- * Creates a function like `_.assign`.
1005
- *
1006
- * @private
1007
- * @param {Function} assigner The function to assign values.
1008
- * @returns {Function} Returns the new assigner function.
1009
- */
1010
- function createAssigner(assigner) {
1011
- return baseRest(function(object, sources) {
1012
- var index = -1,
1013
- length = sources.length,
1014
- customizer = length > 1 ? sources[length - 1] : undefined;
1015
-
1016
- customizer = (assigner.length > 3 && typeof customizer == 'function')
1017
- ? (length--, customizer)
1018
- : undefined;
1019
-
1020
- object = Object(object);
1021
- while (++index < length) {
1022
- var source = sources[index];
1023
- if (source) {
1024
- assigner(object, source, index, customizer);
1025
- }
1026
- }
1027
- return object;
1028
- });
1029
- }
1030
-
1031
- /**
1032
- * Creates a `baseEach` or `baseEachRight` function.
1033
- *
1034
- * @private
1035
- * @param {Function} eachFunc The function to iterate over a collection.
1036
- * @param {boolean} [fromRight] Specify iterating from right to left.
1037
- * @returns {Function} Returns the new base function.
1038
- */
1039
- function createBaseEach(eachFunc, fromRight) {
1040
- return function(collection, iteratee) {
1041
- if (collection == null) {
1042
- return collection;
1043
- }
1044
- if (!isArrayLike(collection)) {
1045
- return eachFunc(collection, iteratee);
1046
- }
1047
- var length = collection.length,
1048
- index = fromRight ? length : -1,
1049
- iterable = Object(collection);
1050
-
1051
- while ((fromRight ? index-- : ++index < length)) {
1052
- if (iteratee(iterable[index], index, iterable) === false) {
1053
- break;
1054
- }
1055
- }
1056
- return collection;
1057
- };
1058
- }
1059
-
1060
- /**
1061
- * Creates a base function for methods like `_.forIn` and `_.forOwn`.
1062
- *
1063
- * @private
1064
- * @param {boolean} [fromRight] Specify iterating from right to left.
1065
- * @returns {Function} Returns the new base function.
1066
- */
1067
- function createBaseFor(fromRight) {
1068
- return function(object, iteratee, keysFunc) {
1069
- var index = -1,
1070
- iterable = Object(object),
1071
- props = keysFunc(object),
1072
- length = props.length;
1073
-
1074
- while (length--) {
1075
- var key = props[fromRight ? length : ++index];
1076
- if (iteratee(iterable[key], key, iterable) === false) {
1077
- break;
1078
- }
1079
- }
1080
- return object;
1081
- };
1082
- }
1083
-
1084
- /**
1085
- * Creates a function that produces an instance of `Ctor` regardless of
1086
- * whether it was invoked as part of a `new` expression or by `call` or `apply`.
1087
- *
1088
- * @private
1089
- * @param {Function} Ctor The constructor to wrap.
1090
- * @returns {Function} Returns the new wrapped function.
1091
- */
1092
- function createCtor(Ctor) {
1093
- return function() {
1094
- // Use a `switch` statement to work with class constructors. See
1095
- // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist
1096
- // for more details.
1097
- var args = arguments;
1098
- var thisBinding = baseCreate(Ctor.prototype),
1099
- result = Ctor.apply(thisBinding, args);
1100
-
1101
- // Mimic the constructor's `return` behavior.
1102
- // See https://es5.github.io/#x13.2.2 for more details.
1103
- return isObject(result) ? result : thisBinding;
1104
- };
1105
- }
1106
-
1107
- /**
1108
- * Creates a `_.find` or `_.findLast` function.
1109
- *
1110
- * @private
1111
- * @param {Function} findIndexFunc The function to find the collection index.
1112
- * @returns {Function} Returns the new find function.
1113
- */
1114
- function createFind(findIndexFunc) {
1115
- return function(collection, predicate, fromIndex) {
1116
- var iterable = Object(collection);
1117
- if (!isArrayLike(collection)) {
1118
- var iteratee = baseIteratee(predicate, 3);
1119
- collection = keys(collection);
1120
- predicate = function(key) { return iteratee(iterable[key], key, iterable); };
1121
- }
1122
- var index = findIndexFunc(collection, predicate, fromIndex);
1123
- return index > -1 ? iterable[iteratee ? collection[index] : index] : undefined;
1124
- };
1125
- }
1126
-
1127
- /**
1128
- * Creates a function that wraps `func` to invoke it with the `this` binding
1129
- * of `thisArg` and `partials` prepended to the arguments it receives.
1130
- *
1131
- * @private
1132
- * @param {Function} func The function to wrap.
1133
- * @param {number} bitmask The bitmask flags. See `createWrap` for more details.
1134
- * @param {*} thisArg The `this` binding of `func`.
1135
- * @param {Array} partials The arguments to prepend to those provided to
1136
- * the new function.
1137
- * @returns {Function} Returns the new wrapped function.
1138
- */
1139
- function createPartial(func, bitmask, thisArg, partials) {
1140
- if (typeof func != 'function') {
1141
- throw new TypeError(FUNC_ERROR_TEXT);
1142
- }
1143
- var isBind = bitmask & WRAP_BIND_FLAG,
1144
- Ctor = createCtor(func);
1145
-
1146
- function wrapper() {
1147
- var argsIndex = -1,
1148
- argsLength = arguments.length,
1149
- leftIndex = -1,
1150
- leftLength = partials.length,
1151
- args = Array(leftLength + argsLength),
1152
- fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;
1153
-
1154
- while (++leftIndex < leftLength) {
1155
- args[leftIndex] = partials[leftIndex];
1156
- }
1157
- while (argsLength--) {
1158
- args[leftIndex++] = arguments[++argsIndex];
1159
- }
1160
- return fn.apply(isBind ? thisArg : this, args);
1161
- }
1162
- return wrapper;
1163
- }
1164
-
1165
- /**
1166
- * A specialized version of `baseIsEqualDeep` for arrays with support for
1167
- * partial deep comparisons.
1168
- *
1169
- * @private
1170
- * @param {Array} array The array to compare.
1171
- * @param {Array} other The other array to compare.
1172
- * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
1173
- * @param {Function} customizer The function to customize comparisons.
1174
- * @param {Function} equalFunc The function to determine equivalents of values.
1175
- * @param {Object} stack Tracks traversed `array` and `other` objects.
1176
- * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`.
1177
- */
1178
- function equalArrays(array, other, bitmask, customizer, equalFunc, stack) {
1179
- var isPartial = bitmask & COMPARE_PARTIAL_FLAG,
1180
- arrLength = array.length,
1181
- othLength = other.length;
1182
-
1183
- if (arrLength != othLength && !(isPartial && othLength > arrLength)) {
1184
- return false;
1185
- }
1186
- // Check that cyclic values are equal.
1187
- var arrStacked = stack.get(array);
1188
- var othStacked = stack.get(other);
1189
- if (arrStacked && othStacked) {
1190
- return arrStacked == other && othStacked == array;
1191
- }
1192
- var index = -1,
1193
- result = true,
1194
- seen = (bitmask & COMPARE_UNORDERED_FLAG) ? [] : undefined;
1195
-
1196
- // Ignore non-index properties.
1197
- while (++index < arrLength) {
1198
- var arrValue = array[index],
1199
- othValue = other[index];
1200
-
1201
- var compared;
1202
- if (compared !== undefined) {
1203
- if (compared) {
1204
- continue;
1205
- }
1206
- result = false;
1207
- break;
1208
- }
1209
- // Recursively compare arrays (susceptible to call stack limits).
1210
- if (seen) {
1211
- if (!baseSome(other, function(othValue, othIndex) {
1212
- if (!indexOf(seen, othIndex) &&
1213
- (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {
1214
- return seen.push(othIndex);
1215
- }
1216
- })) {
1217
- result = false;
1218
- break;
1219
- }
1220
- } else if (!(
1221
- arrValue === othValue ||
1222
- equalFunc(arrValue, othValue, bitmask, customizer, stack)
1223
- )) {
1224
- result = false;
1225
- break;
1226
- }
1227
- }
1228
- return result;
1229
- }
1230
-
1231
- /**
1232
- * A specialized version of `baseIsEqualDeep` for comparing objects of
1233
- * the same `toStringTag`.
1234
- *
1235
- * **Note:** This function only supports comparing values with tags of
1236
- * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.
1237
- *
1238
- * @private
1239
- * @param {Object} object The object to compare.
1240
- * @param {Object} other The other object to compare.
1241
- * @param {string} tag The `toStringTag` of the objects to compare.
1242
- * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
1243
- * @param {Function} customizer The function to customize comparisons.
1244
- * @param {Function} equalFunc The function to determine equivalents of values.
1245
- * @param {Object} stack Tracks traversed `object` and `other` objects.
1246
- * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
1247
- */
1248
- function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) {
1249
- switch (tag) {
1250
-
1251
- case boolTag:
1252
- case dateTag:
1253
- case numberTag:
1254
- // Coerce booleans to `1` or `0` and dates to milliseconds.
1255
- // Invalid dates are coerced to `NaN`.
1256
- return eq(+object, +other);
1257
-
1258
- case errorTag:
1259
- return object.name == other.name && object.message == other.message;
1260
-
1261
- case regexpTag:
1262
- case stringTag:
1263
- // Coerce regexes to strings and treat strings, primitives and objects,
1264
- // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring
1265
- // for more details.
1266
- return object == (other + '');
1267
-
1268
- }
1269
- return false;
1270
- }
1271
-
1272
- /**
1273
- * A specialized version of `baseIsEqualDeep` for objects with support for
1274
- * partial deep comparisons.
1275
- *
1276
- * @private
1277
- * @param {Object} object The object to compare.
1278
- * @param {Object} other The other object to compare.
1279
- * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
1280
- * @param {Function} customizer The function to customize comparisons.
1281
- * @param {Function} equalFunc The function to determine equivalents of values.
1282
- * @param {Object} stack Tracks traversed `object` and `other` objects.
1283
- * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
1284
- */
1285
- function equalObjects(object, other, bitmask, customizer, equalFunc, stack) {
1286
- var isPartial = bitmask & COMPARE_PARTIAL_FLAG,
1287
- objProps = keys(object),
1288
- objLength = objProps.length,
1289
- othProps = keys(other),
1290
- othLength = othProps.length;
1291
-
1292
- if (objLength != othLength && !isPartial) {
1293
- return false;
1294
- }
1295
- var index = objLength;
1296
- while (index--) {
1297
- var key = objProps[index];
1298
- if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) {
1299
- return false;
1300
- }
1301
- }
1302
- // Check that cyclic values are equal.
1303
- var objStacked = stack.get(object);
1304
- var othStacked = stack.get(other);
1305
- if (objStacked && othStacked) {
1306
- return objStacked == other && othStacked == object;
1307
- }
1308
- var result = true;
1309
-
1310
- var skipCtor = isPartial;
1311
- while (++index < objLength) {
1312
- key = objProps[index];
1313
- var objValue = object[key],
1314
- othValue = other[key];
1315
-
1316
- var compared;
1317
- // Recursively compare objects (susceptible to call stack limits).
1318
- if (!(compared === undefined
1319
- ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack))
1320
- : compared
1321
- )) {
1322
- result = false;
1323
- break;
1324
- }
1325
- skipCtor || (skipCtor = key == 'constructor');
1326
- }
1327
- if (result && !skipCtor) {
1328
- var objCtor = object.constructor,
1329
- othCtor = other.constructor;
1330
-
1331
- // Non `Object` object instances with different constructors are not equal.
1332
- if (objCtor != othCtor &&
1333
- ('constructor' in object && 'constructor' in other) &&
1334
- !(typeof objCtor == 'function' && objCtor instanceof objCtor &&
1335
- typeof othCtor == 'function' && othCtor instanceof othCtor)) {
1336
- result = false;
1337
- }
1338
- }
1339
- return result;
1340
- }
1341
-
1342
- /**
1343
- * A specialized version of `baseRest` which flattens the rest array.
1344
- *
1345
- * @private
1346
- * @param {Function} func The function to apply a rest parameter to.
1347
- * @returns {Function} Returns the new function.
1348
- */
1349
- function flatRest(func) {
1350
- return setToString(overRest(func, undefined, flatten), func + '');
1351
- }
1352
-
1353
- /**
1354
- * Checks if `value` is a flattenable `arguments` object or array.
1355
- *
1356
- * @private
1357
- * @param {*} value The value to check.
1358
- * @returns {boolean} Returns `true` if `value` is flattenable, else `false`.
1359
- */
1360
- function isFlattenable(value) {
1361
- return isArray(value) || isArguments(value);
1362
- }
1363
-
1364
- /**
1365
- * Checks if `value` is a valid array-like index.
1366
- *
1367
- * @private
1368
- * @param {*} value The value to check.
1369
- * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
1370
- * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
1371
- */
1372
- function isIndex(value, length) {
1373
- var type = typeof value;
1374
- length = length == null ? MAX_SAFE_INTEGER : length;
1375
-
1376
- return !!length &&
1377
- (type == 'number' ||
1378
- (type != 'symbol' && reIsUint.test(value))) &&
1379
- (value > -1 && value % 1 == 0 && value < length);
1380
- }
1381
-
1382
- /**
1383
- * Checks if the given arguments are from an iteratee call.
1384
- *
1385
- * @private
1386
- * @param {*} value The potential iteratee value argument.
1387
- * @param {*} index The potential iteratee index or key argument.
1388
- * @param {*} object The potential iteratee object argument.
1389
- * @returns {boolean} Returns `true` if the arguments are from an iteratee call,
1390
- * else `false`.
1391
- */
1392
- function isIterateeCall(value, index, object) {
1393
- if (!isObject(object)) {
1394
- return false;
1395
- }
1396
- var type = typeof index;
1397
- if (type == 'number'
1398
- ? (isArrayLike(object) && isIndex(index, object.length))
1399
- : (type == 'string' && index in object)
1400
- ) {
1401
- return eq(object[index], value);
1402
- }
1403
- return false;
1404
- }
1405
-
1406
- /**
1407
- * This function is like
1408
- * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)
1409
- * except that it includes inherited enumerable properties.
1410
- *
1411
- * @private
1412
- * @param {Object} object The object to query.
1413
- * @returns {Array} Returns the array of property names.
1414
- */
1415
- function nativeKeysIn(object) {
1416
- var result = [];
1417
- if (object != null) {
1418
- for (var key in Object(object)) {
1419
- result.push(key);
1420
- }
1421
- }
1422
- return result;
1423
- }
1424
-
1425
- /**
1426
- * Converts `value` to a string using `Object.prototype.toString`.
1427
- *
1428
- * @private
1429
- * @param {*} value The value to convert.
1430
- * @returns {string} Returns the converted string.
1431
- */
1432
- function objectToString(value) {
1433
- return nativeObjectToString.call(value);
1434
- }
1435
-
1436
- /**
1437
- * A specialized version of `baseRest` which transforms the rest array.
1438
- *
1439
- * @private
1440
- * @param {Function} func The function to apply a rest parameter to.
1441
- * @param {number} [start=func.length-1] The start position of the rest parameter.
1442
- * @param {Function} transform The rest array transform.
1443
- * @returns {Function} Returns the new function.
1444
- */
1445
- function overRest(func, start, transform) {
1446
- start = nativeMax(start === undefined ? (func.length - 1) : start, 0);
1447
- return function() {
1448
- var args = arguments,
1449
- index = -1,
1450
- length = nativeMax(args.length - start, 0),
1451
- array = Array(length);
1452
-
1453
- while (++index < length) {
1454
- array[index] = args[start + index];
1455
- }
1456
- index = -1;
1457
- var otherArgs = Array(start + 1);
1458
- while (++index < start) {
1459
- otherArgs[index] = args[index];
1460
- }
1461
- otherArgs[start] = transform(array);
1462
- return func.apply(this, otherArgs);
1463
- };
1464
- }
1465
-
1466
- /**
1467
- * Sets the `toString` method of `func` to return `string`.
1468
- *
1469
- * @private
1470
- * @param {Function} func The function to modify.
1471
- * @param {Function} string The `toString` result.
1472
- * @returns {Function} Returns `func`.
1473
- */
1474
- var setToString = identity;
1475
-
1476
- /*------------------------------------------------------------------------*/
1477
-
1478
- /**
1479
- * Creates an array with all falsey values removed. The values `false`, `null`,
1480
- * `0`, `""`, `undefined`, and `NaN` are falsey.
1481
- *
1482
- * @static
1483
- * @memberOf _
1484
- * @since 0.1.0
1485
- * @category Array
1486
- * @param {Array} array The array to compact.
1487
- * @returns {Array} Returns the new array of filtered values.
1488
- * @example
1489
- *
1490
- * _.compact([0, 1, false, 2, '', 3]);
1491
- * // => [1, 2, 3]
1492
- */
1493
- function compact(array) {
1494
- return baseFilter(array, Boolean);
1495
- }
1496
-
1497
- /**
1498
- * Creates a new array concatenating `array` with any additional arrays
1499
- * and/or values.
1500
- *
1501
- * @static
1502
- * @memberOf _
1503
- * @since 4.0.0
1504
- * @category Array
1505
- * @param {Array} array The array to concatenate.
1506
- * @param {...*} [values] The values to concatenate.
1507
- * @returns {Array} Returns the new concatenated array.
1508
- * @example
1509
- *
1510
- * var array = [1];
1511
- * var other = _.concat(array, 2, [3], [[4]]);
1512
- *
1513
- * console.log(other);
1514
- * // => [1, 2, 3, [4]]
1515
- *
1516
- * console.log(array);
1517
- * // => [1]
1518
- */
1519
- function concat() {
1520
- var length = arguments.length;
1521
- if (!length) {
1522
- return [];
1523
- }
1524
- var args = Array(length - 1),
1525
- array = arguments[0],
1526
- index = length;
1527
-
1528
- while (index--) {
1529
- args[index - 1] = arguments[index];
1530
- }
1531
- return arrayPush(isArray(array) ? copyArray(array) : [array], baseFlatten(args, 1));
1532
- }
1533
-
1534
- /**
1535
- * This method is like `_.find` except that it returns the index of the first
1536
- * element `predicate` returns truthy for instead of the element itself.
1537
- *
1538
- * @static
1539
- * @memberOf _
1540
- * @since 1.1.0
1541
- * @category Array
1542
- * @param {Array} array The array to inspect.
1543
- * @param {Function} [predicate=_.identity] The function invoked per iteration.
1544
- * @param {number} [fromIndex=0] The index to search from.
1545
- * @returns {number} Returns the index of the found element, else `-1`.
1546
- * @example
1547
- *
1548
- * var users = [
1549
- * { 'user': 'barney', 'active': false },
1550
- * { 'user': 'fred', 'active': false },
1551
- * { 'user': 'pebbles', 'active': true }
1552
- * ];
1553
- *
1554
- * _.findIndex(users, function(o) { return o.user == 'barney'; });
1555
- * // => 0
1556
- *
1557
- * // The `_.matches` iteratee shorthand.
1558
- * _.findIndex(users, { 'user': 'fred', 'active': false });
1559
- * // => 1
1560
- *
1561
- * // The `_.matchesProperty` iteratee shorthand.
1562
- * _.findIndex(users, ['active', false]);
1563
- * // => 0
1564
- *
1565
- * // The `_.property` iteratee shorthand.
1566
- * _.findIndex(users, 'active');
1567
- * // => 2
1568
- */
1569
- function findIndex(array, predicate, fromIndex) {
1570
- var length = array == null ? 0 : array.length;
1571
- if (!length) {
1572
- return -1;
1573
- }
1574
- var index = fromIndex == null ? 0 : toInteger(fromIndex);
1575
- if (index < 0) {
1576
- index = nativeMax(length + index, 0);
1577
- }
1578
- return baseFindIndex(array, baseIteratee(predicate, 3), index);
1579
- }
1580
-
1581
- /**
1582
- * Flattens `array` a single level deep.
1583
- *
1584
- * @static
1585
- * @memberOf _
1586
- * @since 0.1.0
1587
- * @category Array
1588
- * @param {Array} array The array to flatten.
1589
- * @returns {Array} Returns the new flattened array.
1590
- * @example
1591
- *
1592
- * _.flatten([1, [2, [3, [4]], 5]]);
1593
- * // => [1, 2, [3, [4]], 5]
1594
- */
1595
- function flatten(array) {
1596
- var length = array == null ? 0 : array.length;
1597
- return length ? baseFlatten(array, 1) : [];
1598
- }
1599
-
1600
- /**
1601
- * Recursively flattens `array`.
1602
- *
1603
- * @static
1604
- * @memberOf _
1605
- * @since 3.0.0
1606
- * @category Array
1607
- * @param {Array} array The array to flatten.
1608
- * @returns {Array} Returns the new flattened array.
1609
- * @example
1610
- *
1611
- * _.flattenDeep([1, [2, [3, [4]], 5]]);
1612
- * // => [1, 2, 3, 4, 5]
1613
- */
1614
- function flattenDeep(array) {
1615
- var length = array == null ? 0 : array.length;
1616
- return length ? baseFlatten(array, INFINITY) : [];
1617
- }
1618
-
1619
- /**
1620
- * Gets the first element of `array`.
1621
- *
1622
- * @static
1623
- * @memberOf _
1624
- * @since 0.1.0
1625
- * @alias first
1626
- * @category Array
1627
- * @param {Array} array The array to query.
1628
- * @returns {*} Returns the first element of `array`.
1629
- * @example
1630
- *
1631
- * _.head([1, 2, 3]);
1632
- * // => 1
1633
- *
1634
- * _.head([]);
1635
- * // => undefined
1636
- */
1637
- function head(array) {
1638
- return (array && array.length) ? array[0] : undefined;
1639
- }
1640
-
1641
- /**
1642
- * Gets the index at which the first occurrence of `value` is found in `array`
1643
- * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
1644
- * for equality comparisons. If `fromIndex` is negative, it's used as the
1645
- * offset from the end of `array`.
1646
- *
1647
- * @static
1648
- * @memberOf _
1649
- * @since 0.1.0
1650
- * @category Array
1651
- * @param {Array} array The array to inspect.
1652
- * @param {*} value The value to search for.
1653
- * @param {number} [fromIndex=0] The index to search from.
1654
- * @returns {number} Returns the index of the matched value, else `-1`.
1655
- * @example
1656
- *
1657
- * _.indexOf([1, 2, 1, 2], 2);
1658
- * // => 1
1659
- *
1660
- * // Search from the `fromIndex`.
1661
- * _.indexOf([1, 2, 1, 2], 2, 2);
1662
- * // => 3
1663
- */
1664
- function indexOf(array, value, fromIndex) {
1665
- var length = array == null ? 0 : array.length;
1666
- if (typeof fromIndex == 'number') {
1667
- fromIndex = fromIndex < 0 ? nativeMax(length + fromIndex, 0) : fromIndex;
1668
- } else {
1669
- fromIndex = 0;
1670
- }
1671
- var index = (fromIndex || 0) - 1,
1672
- isReflexive = value === value;
1673
-
1674
- while (++index < length) {
1675
- var other = array[index];
1676
- if ((isReflexive ? other === value : other !== other)) {
1677
- return index;
1678
- }
1679
- }
1680
- return -1;
1681
- }
1682
-
1683
- /**
1684
- * Gets the last element of `array`.
1685
- *
1686
- * @static
1687
- * @memberOf _
1688
- * @since 0.1.0
1689
- * @category Array
1690
- * @param {Array} array The array to query.
1691
- * @returns {*} Returns the last element of `array`.
1692
- * @example
1693
- *
1694
- * _.last([1, 2, 3]);
1695
- * // => 3
1696
- */
1697
- function last(array) {
1698
- var length = array == null ? 0 : array.length;
1699
- return length ? array[length - 1] : undefined;
1700
- }
1701
-
1702
- /**
1703
- * Creates a slice of `array` from `start` up to, but not including, `end`.
1704
- *
1705
- * **Note:** This method is used instead of
1706
- * [`Array#slice`](https://mdn.io/Array/slice) to ensure dense arrays are
1707
- * returned.
1708
- *
1709
- * @static
1710
- * @memberOf _
1711
- * @since 3.0.0
1712
- * @category Array
1713
- * @param {Array} array The array to slice.
1714
- * @param {number} [start=0] The start position.
1715
- * @param {number} [end=array.length] The end position.
1716
- * @returns {Array} Returns the slice of `array`.
1717
- */
1718
- function slice(array, start, end) {
1719
- var length = array == null ? 0 : array.length;
1720
- start = start == null ? 0 : +start;
1721
- end = end === undefined ? length : +end;
1722
- return length ? baseSlice(array, start, end) : [];
1723
- }
1724
-
1725
- /*------------------------------------------------------------------------*/
1726
-
1727
- /**
1728
- * Creates a `lodash` wrapper instance that wraps `value` with explicit method
1729
- * chain sequences enabled. The result of such sequences must be unwrapped
1730
- * with `_#value`.
1731
- *
1732
- * @static
1733
- * @memberOf _
1734
- * @since 1.3.0
1735
- * @category Seq
1736
- * @param {*} value The value to wrap.
1737
- * @returns {Object} Returns the new `lodash` wrapper instance.
1738
- * @example
1739
- *
1740
- * var users = [
1741
- * { 'user': 'barney', 'age': 36 },
1742
- * { 'user': 'fred', 'age': 40 },
1743
- * { 'user': 'pebbles', 'age': 1 }
1744
- * ];
1745
- *
1746
- * var youngest = _
1747
- * .chain(users)
1748
- * .sortBy('age')
1749
- * .map(function(o) {
1750
- * return o.user + ' is ' + o.age;
1751
- * })
1752
- * .head()
1753
- * .value();
1754
- * // => 'pebbles is 1'
1755
- */
1756
- function chain(value) {
1757
- var result = lodash(value);
1758
- result.__chain__ = true;
1759
- return result;
1760
- }
1761
-
1762
- /**
1763
- * This method invokes `interceptor` and returns `value`. The interceptor
1764
- * is invoked with one argument; (value). The purpose of this method is to
1765
- * "tap into" a method chain sequence in order to modify intermediate results.
1766
- *
1767
- * @static
1768
- * @memberOf _
1769
- * @since 0.1.0
1770
- * @category Seq
1771
- * @param {*} value The value to provide to `interceptor`.
1772
- * @param {Function} interceptor The function to invoke.
1773
- * @returns {*} Returns `value`.
1774
- * @example
1775
- *
1776
- * _([1, 2, 3])
1777
- * .tap(function(array) {
1778
- * // Mutate input array.
1779
- * array.pop();
1780
- * })
1781
- * .reverse()
1782
- * .value();
1783
- * // => [2, 1]
1784
- */
1785
- function tap(value, interceptor) {
1786
- interceptor(value);
1787
- return value;
1788
- }
1789
-
1790
- /**
1791
- * This method is like `_.tap` except that it returns the result of `interceptor`.
1792
- * The purpose of this method is to "pass thru" values replacing intermediate
1793
- * results in a method chain sequence.
1794
- *
1795
- * @static
1796
- * @memberOf _
1797
- * @since 3.0.0
1798
- * @category Seq
1799
- * @param {*} value The value to provide to `interceptor`.
1800
- * @param {Function} interceptor The function to invoke.
1801
- * @returns {*} Returns the result of `interceptor`.
1802
- * @example
1803
- *
1804
- * _(' abc ')
1805
- * .chain()
1806
- * .trim()
1807
- * .thru(function(value) {
1808
- * return [value];
1809
- * })
1810
- * .value();
1811
- * // => ['abc']
1812
- */
1813
- function thru(value, interceptor) {
1814
- return interceptor(value);
1815
- }
1816
-
1817
- /**
1818
- * Creates a `lodash` wrapper instance with explicit method chain sequences enabled.
1819
- *
1820
- * @name chain
1821
- * @memberOf _
1822
- * @since 0.1.0
1823
- * @category Seq
1824
- * @returns {Object} Returns the new `lodash` wrapper instance.
1825
- * @example
1826
- *
1827
- * var users = [
1828
- * { 'user': 'barney', 'age': 36 },
1829
- * { 'user': 'fred', 'age': 40 }
1830
- * ];
1831
- *
1832
- * // A sequence without explicit chaining.
1833
- * _(users).head();
1834
- * // => { 'user': 'barney', 'age': 36 }
1835
- *
1836
- * // A sequence with explicit chaining.
1837
- * _(users)
1838
- * .chain()
1839
- * .head()
1840
- * .pick('user')
1841
- * .value();
1842
- * // => { 'user': 'barney' }
1843
- */
1844
- function wrapperChain() {
1845
- return chain(this);
1846
- }
1847
-
1848
- /**
1849
- * Executes the chain sequence to resolve the unwrapped value.
1850
- *
1851
- * @name value
1852
- * @memberOf _
1853
- * @since 0.1.0
1854
- * @alias toJSON, valueOf
1855
- * @category Seq
1856
- * @returns {*} Returns the resolved unwrapped value.
1857
- * @example
1858
- *
1859
- * _([1, 2, 3]).value();
1860
- * // => [1, 2, 3]
1861
- */
1862
- function wrapperValue() {
1863
- return baseWrapperValue(this.__wrapped__, this.__actions__);
1864
- }
1865
-
1866
- /*------------------------------------------------------------------------*/
1867
-
1868
- /**
1869
- * Checks if `predicate` returns truthy for **all** elements of `collection`.
1870
- * Iteration is stopped once `predicate` returns falsey. The predicate is
1871
- * invoked with three arguments: (value, index|key, collection).
1872
- *
1873
- * **Note:** This method returns `true` for
1874
- * [empty collections](https://en.wikipedia.org/wiki/Empty_set) because
1875
- * [everything is true](https://en.wikipedia.org/wiki/Vacuous_truth) of
1876
- * elements of empty collections.
1877
- *
1878
- * @static
1879
- * @memberOf _
1880
- * @since 0.1.0
1881
- * @category Collection
1882
- * @param {Array|Object} collection The collection to iterate over.
1883
- * @param {Function} [predicate=_.identity] The function invoked per iteration.
1884
- * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
1885
- * @returns {boolean} Returns `true` if all elements pass the predicate check,
1886
- * else `false`.
1887
- * @example
1888
- *
1889
- * _.every([true, 1, null, 'yes'], Boolean);
1890
- * // => false
1891
- *
1892
- * var users = [
1893
- * { 'user': 'barney', 'age': 36, 'active': false },
1894
- * { 'user': 'fred', 'age': 40, 'active': false }
1895
- * ];
1896
- *
1897
- * // The `_.matches` iteratee shorthand.
1898
- * _.every(users, { 'user': 'barney', 'active': false });
1899
- * // => false
1900
- *
1901
- * // The `_.matchesProperty` iteratee shorthand.
1902
- * _.every(users, ['active', false]);
1903
- * // => true
1904
- *
1905
- * // The `_.property` iteratee shorthand.
1906
- * _.every(users, 'active');
1907
- * // => false
1908
- */
1909
- function every(collection, predicate, guard) {
1910
- predicate = guard ? undefined : predicate;
1911
- return baseEvery(collection, baseIteratee(predicate));
1912
- }
1913
-
1914
- /**
1915
- * Iterates over elements of `collection`, returning an array of all elements
1916
- * `predicate` returns truthy for. The predicate is invoked with three
1917
- * arguments: (value, index|key, collection).
1918
- *
1919
- * **Note:** Unlike `_.remove`, this method returns a new array.
1920
- *
1921
- * @static
1922
- * @memberOf _
1923
- * @since 0.1.0
1924
- * @category Collection
1925
- * @param {Array|Object} collection The collection to iterate over.
1926
- * @param {Function} [predicate=_.identity] The function invoked per iteration.
1927
- * @returns {Array} Returns the new filtered array.
1928
- * @see _.reject
1929
- * @example
1930
- *
1931
- * var users = [
1932
- * { 'user': 'barney', 'age': 36, 'active': true },
1933
- * { 'user': 'fred', 'age': 40, 'active': false }
1934
- * ];
1935
- *
1936
- * _.filter(users, function(o) { return !o.active; });
1937
- * // => objects for ['fred']
1938
- *
1939
- * // The `_.matches` iteratee shorthand.
1940
- * _.filter(users, { 'age': 36, 'active': true });
1941
- * // => objects for ['barney']
1942
- *
1943
- * // The `_.matchesProperty` iteratee shorthand.
1944
- * _.filter(users, ['active', false]);
1945
- * // => objects for ['fred']
1946
- *
1947
- * // The `_.property` iteratee shorthand.
1948
- * _.filter(users, 'active');
1949
- * // => objects for ['barney']
1950
- *
1951
- * // Combining several predicates using `_.overEvery` or `_.overSome`.
1952
- * _.filter(users, _.overSome([{ 'age': 36 }, ['age', 40]]));
1953
- * // => objects for ['fred', 'barney']
1954
- */
1955
- function filter(collection, predicate) {
1956
- return baseFilter(collection, baseIteratee(predicate));
1957
- }
1958
-
1959
- /**
1960
- * Iterates over elements of `collection`, returning the first element
1961
- * `predicate` returns truthy for. The predicate is invoked with three
1962
- * arguments: (value, index|key, collection).
1963
- *
1964
- * @static
1965
- * @memberOf _
1966
- * @since 0.1.0
1967
- * @category Collection
1968
- * @param {Array|Object} collection The collection to inspect.
1969
- * @param {Function} [predicate=_.identity] The function invoked per iteration.
1970
- * @param {number} [fromIndex=0] The index to search from.
1971
- * @returns {*} Returns the matched element, else `undefined`.
1972
- * @example
1973
- *
1974
- * var users = [
1975
- * { 'user': 'barney', 'age': 36, 'active': true },
1976
- * { 'user': 'fred', 'age': 40, 'active': false },
1977
- * { 'user': 'pebbles', 'age': 1, 'active': true }
1978
- * ];
1979
- *
1980
- * _.find(users, function(o) { return o.age < 40; });
1981
- * // => object for 'barney'
1982
- *
1983
- * // The `_.matches` iteratee shorthand.
1984
- * _.find(users, { 'age': 1, 'active': true });
1985
- * // => object for 'pebbles'
1986
- *
1987
- * // The `_.matchesProperty` iteratee shorthand.
1988
- * _.find(users, ['active', false]);
1989
- * // => object for 'fred'
1990
- *
1991
- * // The `_.property` iteratee shorthand.
1992
- * _.find(users, 'active');
1993
- * // => object for 'barney'
1994
- */
1995
- var find = createFind(findIndex);
1996
-
1997
- /**
1998
- * Iterates over elements of `collection` and invokes `iteratee` for each element.
1999
- * The iteratee is invoked with three arguments: (value, index|key, collection).
2000
- * Iteratee functions may exit iteration early by explicitly returning `false`.
2001
- *
2002
- * **Note:** As with other "Collections" methods, objects with a "length"
2003
- * property are iterated like arrays. To avoid this behavior use `_.forIn`
2004
- * or `_.forOwn` for object iteration.
2005
- *
2006
- * @static
2007
- * @memberOf _
2008
- * @since 0.1.0
2009
- * @alias each
2010
- * @category Collection
2011
- * @param {Array|Object} collection The collection to iterate over.
2012
- * @param {Function} [iteratee=_.identity] The function invoked per iteration.
2013
- * @returns {Array|Object} Returns `collection`.
2014
- * @see _.forEachRight
2015
- * @example
2016
- *
2017
- * _.forEach([1, 2], function(value) {
2018
- * console.log(value);
2019
- * });
2020
- * // => Logs `1` then `2`.
2021
- *
2022
- * _.forEach({ 'a': 1, 'b': 2 }, function(value, key) {
2023
- * console.log(key);
2024
- * });
2025
- * // => Logs 'a' then 'b' (iteration order is not guaranteed).
2026
- */
2027
- function forEach(collection, iteratee) {
2028
- return baseEach(collection, baseIteratee(iteratee));
2029
- }
2030
-
2031
- /**
2032
- * Creates an array of values by running each element in `collection` thru
2033
- * `iteratee`. The iteratee is invoked with three arguments:
2034
- * (value, index|key, collection).
2035
- *
2036
- * Many lodash methods are guarded to work as iteratees for methods like
2037
- * `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`.
2038
- *
2039
- * The guarded methods are:
2040
- * `ary`, `chunk`, `curry`, `curryRight`, `drop`, `dropRight`, `every`,
2041
- * `fill`, `invert`, `parseInt`, `random`, `range`, `rangeRight`, `repeat`,
2042
- * `sampleSize`, `slice`, `some`, `sortBy`, `split`, `take`, `takeRight`,
2043
- * `template`, `trim`, `trimEnd`, `trimStart`, and `words`
2044
- *
2045
- * @static
2046
- * @memberOf _
2047
- * @since 0.1.0
2048
- * @category Collection
2049
- * @param {Array|Object} collection The collection to iterate over.
2050
- * @param {Function} [iteratee=_.identity] The function invoked per iteration.
2051
- * @returns {Array} Returns the new mapped array.
2052
- * @example
2053
- *
2054
- * function square(n) {
2055
- * return n * n;
2056
- * }
2057
- *
2058
- * _.map([4, 8], square);
2059
- * // => [16, 64]
2060
- *
2061
- * _.map({ 'a': 4, 'b': 8 }, square);
2062
- * // => [16, 64] (iteration order is not guaranteed)
2063
- *
2064
- * var users = [
2065
- * { 'user': 'barney' },
2066
- * { 'user': 'fred' }
2067
- * ];
2068
- *
2069
- * // The `_.property` iteratee shorthand.
2070
- * _.map(users, 'user');
2071
- * // => ['barney', 'fred']
2072
- */
2073
- function map(collection, iteratee) {
2074
- return baseMap(collection, baseIteratee(iteratee));
2075
- }
2076
-
2077
- /**
2078
- * Reduces `collection` to a value which is the accumulated result of running
2079
- * each element in `collection` thru `iteratee`, where each successive
2080
- * invocation is supplied the return value of the previous. If `accumulator`
2081
- * is not given, the first element of `collection` is used as the initial
2082
- * value. The iteratee is invoked with four arguments:
2083
- * (accumulator, value, index|key, collection).
2084
- *
2085
- * Many lodash methods are guarded to work as iteratees for methods like
2086
- * `_.reduce`, `_.reduceRight`, and `_.transform`.
2087
- *
2088
- * The guarded methods are:
2089
- * `assign`, `defaults`, `defaultsDeep`, `includes`, `merge`, `orderBy`,
2090
- * and `sortBy`
2091
- *
2092
- * @static
2093
- * @memberOf _
2094
- * @since 0.1.0
2095
- * @category Collection
2096
- * @param {Array|Object} collection The collection to iterate over.
2097
- * @param {Function} [iteratee=_.identity] The function invoked per iteration.
2098
- * @param {*} [accumulator] The initial value.
2099
- * @returns {*} Returns the accumulated value.
2100
- * @see _.reduceRight
2101
- * @example
2102
- *
2103
- * _.reduce([1, 2], function(sum, n) {
2104
- * return sum + n;
2105
- * }, 0);
2106
- * // => 3
2107
- *
2108
- * _.reduce({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) {
2109
- * (result[value] || (result[value] = [])).push(key);
2110
- * return result;
2111
- * }, {});
2112
- * // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed)
2113
- */
2114
- function reduce(collection, iteratee, accumulator) {
2115
- return baseReduce(collection, baseIteratee(iteratee), accumulator, arguments.length < 3, baseEach);
2116
- }
2117
-
2118
- /**
2119
- * Gets the size of `collection` by returning its length for array-like
2120
- * values or the number of own enumerable string keyed properties for objects.
2121
- *
2122
- * @static
2123
- * @memberOf _
2124
- * @since 0.1.0
2125
- * @category Collection
2126
- * @param {Array|Object|string} collection The collection to inspect.
2127
- * @returns {number} Returns the collection size.
2128
- * @example
2129
- *
2130
- * _.size([1, 2, 3]);
2131
- * // => 3
2132
- *
2133
- * _.size({ 'a': 1, 'b': 2 });
2134
- * // => 2
2135
- *
2136
- * _.size('pebbles');
2137
- * // => 7
2138
- */
2139
- function size(collection) {
2140
- if (collection == null) {
2141
- return 0;
2142
- }
2143
- collection = isArrayLike(collection) ? collection : nativeKeys(collection);
2144
- return collection.length;
2145
- }
2146
-
2147
- /**
2148
- * Checks if `predicate` returns truthy for **any** element of `collection`.
2149
- * Iteration is stopped once `predicate` returns truthy. The predicate is
2150
- * invoked with three arguments: (value, index|key, collection).
2151
- *
2152
- * @static
2153
- * @memberOf _
2154
- * @since 0.1.0
2155
- * @category Collection
2156
- * @param {Array|Object} collection The collection to iterate over.
2157
- * @param {Function} [predicate=_.identity] The function invoked per iteration.
2158
- * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
2159
- * @returns {boolean} Returns `true` if any element passes the predicate check,
2160
- * else `false`.
2161
- * @example
2162
- *
2163
- * _.some([null, 0, 'yes', false], Boolean);
2164
- * // => true
2165
- *
2166
- * var users = [
2167
- * { 'user': 'barney', 'active': true },
2168
- * { 'user': 'fred', 'active': false }
2169
- * ];
2170
- *
2171
- * // The `_.matches` iteratee shorthand.
2172
- * _.some(users, { 'user': 'barney', 'active': false });
2173
- * // => false
2174
- *
2175
- * // The `_.matchesProperty` iteratee shorthand.
2176
- * _.some(users, ['active', false]);
2177
- * // => true
2178
- *
2179
- * // The `_.property` iteratee shorthand.
2180
- * _.some(users, 'active');
2181
- * // => true
2182
- */
2183
- function some(collection, predicate, guard) {
2184
- predicate = guard ? undefined : predicate;
2185
- return baseSome(collection, baseIteratee(predicate));
2186
- }
2187
-
2188
- /**
2189
- * Creates an array of elements, sorted in ascending order by the results of
2190
- * running each element in a collection thru each iteratee. This method
2191
- * performs a stable sort, that is, it preserves the original sort order of
2192
- * equal elements. The iteratees are invoked with one argument: (value).
2193
- *
2194
- * @static
2195
- * @memberOf _
2196
- * @since 0.1.0
2197
- * @category Collection
2198
- * @param {Array|Object} collection The collection to iterate over.
2199
- * @param {...(Function|Function[])} [iteratees=[_.identity]]
2200
- * The iteratees to sort by.
2201
- * @returns {Array} Returns the new sorted array.
2202
- * @example
2203
- *
2204
- * var users = [
2205
- * { 'user': 'fred', 'age': 48 },
2206
- * { 'user': 'barney', 'age': 36 },
2207
- * { 'user': 'fred', 'age': 30 },
2208
- * { 'user': 'barney', 'age': 34 }
2209
- * ];
2210
- *
2211
- * _.sortBy(users, [function(o) { return o.user; }]);
2212
- * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 30]]
2213
- *
2214
- * _.sortBy(users, ['user', 'age']);
2215
- * // => objects for [['barney', 34], ['barney', 36], ['fred', 30], ['fred', 48]]
2216
- */
2217
- function sortBy(collection, iteratee) {
2218
- var index = 0;
2219
- iteratee = baseIteratee(iteratee);
2220
-
2221
- return baseMap(baseMap(collection, function(value, key, collection) {
2222
- return { 'value': value, 'index': index++, 'criteria': iteratee(value, key, collection) };
2223
- }).sort(function(object, other) {
2224
- return compareAscending(object.criteria, other.criteria) || (object.index - other.index);
2225
- }), baseProperty('value'));
2226
- }
2227
-
2228
- /*------------------------------------------------------------------------*/
2229
-
2230
- /**
2231
- * Creates a function that invokes `func`, with the `this` binding and arguments
2232
- * of the created function, while it's called less than `n` times. Subsequent
2233
- * calls to the created function return the result of the last `func` invocation.
2234
- *
2235
- * @static
2236
- * @memberOf _
2237
- * @since 3.0.0
2238
- * @category Function
2239
- * @param {number} n The number of calls at which `func` is no longer invoked.
2240
- * @param {Function} func The function to restrict.
2241
- * @returns {Function} Returns the new restricted function.
2242
- * @example
2243
- *
2244
- * jQuery(element).on('click', _.before(5, addContactToList));
2245
- * // => Allows adding up to 4 contacts to the list.
2246
- */
2247
- function before(n, func) {
2248
- var result;
2249
- if (typeof func != 'function') {
2250
- throw new TypeError(FUNC_ERROR_TEXT);
2251
- }
2252
- n = toInteger(n);
2253
- return function() {
2254
- if (--n > 0) {
2255
- result = func.apply(this, arguments);
2256
- }
2257
- if (n <= 1) {
2258
- func = undefined;
2259
- }
2260
- return result;
2261
- };
2262
- }
2263
-
2264
- /**
2265
- * Creates a function that invokes `func` with the `this` binding of `thisArg`
2266
- * and `partials` prepended to the arguments it receives.
2267
- *
2268
- * The `_.bind.placeholder` value, which defaults to `_` in monolithic builds,
2269
- * may be used as a placeholder for partially applied arguments.
2270
- *
2271
- * **Note:** Unlike native `Function#bind`, this method doesn't set the "length"
2272
- * property of bound functions.
2273
- *
2274
- * @static
2275
- * @memberOf _
2276
- * @since 0.1.0
2277
- * @category Function
2278
- * @param {Function} func The function to bind.
2279
- * @param {*} thisArg The `this` binding of `func`.
2280
- * @param {...*} [partials] The arguments to be partially applied.
2281
- * @returns {Function} Returns the new bound function.
2282
- * @example
2283
- *
2284
- * function greet(greeting, punctuation) {
2285
- * return greeting + ' ' + this.user + punctuation;
2286
- * }
2287
- *
2288
- * var object = { 'user': 'fred' };
2289
- *
2290
- * var bound = _.bind(greet, object, 'hi');
2291
- * bound('!');
2292
- * // => 'hi fred!'
2293
- *
2294
- * // Bound with placeholders.
2295
- * var bound = _.bind(greet, object, _, '!');
2296
- * bound('hi');
2297
- * // => 'hi fred!'
2298
- */
2299
- var bind = baseRest(function(func, thisArg, partials) {
2300
- return createPartial(func, WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG, thisArg, partials);
2301
- });
2302
-
2303
- /**
2304
- * Defers invoking the `func` until the current call stack has cleared. Any
2305
- * additional arguments are provided to `func` when it's invoked.
2306
- *
2307
- * @static
2308
- * @memberOf _
2309
- * @since 0.1.0
2310
- * @category Function
2311
- * @param {Function} func The function to defer.
2312
- * @param {...*} [args] The arguments to invoke `func` with.
2313
- * @returns {number} Returns the timer id.
2314
- * @example
2315
- *
2316
- * _.defer(function(text) {
2317
- * console.log(text);
2318
- * }, 'deferred');
2319
- * // => Logs 'deferred' after one millisecond.
2320
- */
2321
- var defer = baseRest(function(func, args) {
2322
- return baseDelay(func, 1, args);
2323
- });
2324
-
2325
- /**
2326
- * Invokes `func` after `wait` milliseconds. Any additional arguments are
2327
- * provided to `func` when it's invoked.
2328
- *
2329
- * @static
2330
- * @memberOf _
2331
- * @since 0.1.0
2332
- * @category Function
2333
- * @param {Function} func The function to delay.
2334
- * @param {number} wait The number of milliseconds to delay invocation.
2335
- * @param {...*} [args] The arguments to invoke `func` with.
2336
- * @returns {number} Returns the timer id.
2337
- * @example
2338
- *
2339
- * _.delay(function(text) {
2340
- * console.log(text);
2341
- * }, 1000, 'later');
2342
- * // => Logs 'later' after one second.
2343
- */
2344
- var delay = baseRest(function(func, wait, args) {
2345
- return baseDelay(func, toNumber(wait) || 0, args);
2346
- });
2347
-
2348
- /**
2349
- * Creates a function that negates the result of the predicate `func`. The
2350
- * `func` predicate is invoked with the `this` binding and arguments of the
2351
- * created function.
2352
- *
2353
- * @static
2354
- * @memberOf _
2355
- * @since 3.0.0
2356
- * @category Function
2357
- * @param {Function} predicate The predicate to negate.
2358
- * @returns {Function} Returns the new negated function.
2359
- * @example
2360
- *
2361
- * function isEven(n) {
2362
- * return n % 2 == 0;
2363
- * }
2364
- *
2365
- * _.filter([1, 2, 3, 4, 5, 6], _.negate(isEven));
2366
- * // => [1, 3, 5]
2367
- */
2368
- function negate(predicate) {
2369
- if (typeof predicate != 'function') {
2370
- throw new TypeError(FUNC_ERROR_TEXT);
2371
- }
2372
- return function() {
2373
- var args = arguments;
2374
- return !predicate.apply(this, args);
2375
- };
2376
- }
2377
-
2378
- /**
2379
- * Creates a function that is restricted to invoking `func` once. Repeat calls
2380
- * to the function return the value of the first invocation. The `func` is
2381
- * invoked with the `this` binding and arguments of the created function.
2382
- *
2383
- * @static
2384
- * @memberOf _
2385
- * @since 0.1.0
2386
- * @category Function
2387
- * @param {Function} func The function to restrict.
2388
- * @returns {Function} Returns the new restricted function.
2389
- * @example
2390
- *
2391
- * var initialize = _.once(createApplication);
2392
- * initialize();
2393
- * initialize();
2394
- * // => `createApplication` is invoked once
2395
- */
2396
- function once(func) {
2397
- return before(2, func);
2398
- }
2399
-
2400
- /*------------------------------------------------------------------------*/
2401
-
2402
- /**
2403
- * Creates a shallow clone of `value`.
2404
- *
2405
- * **Note:** This method is loosely based on the
2406
- * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm)
2407
- * and supports cloning arrays, array buffers, booleans, date objects, maps,
2408
- * numbers, `Object` objects, regexes, sets, strings, symbols, and typed
2409
- * arrays. The own enumerable properties of `arguments` objects are cloned
2410
- * as plain objects. An empty object is returned for uncloneable values such
2411
- * as error objects, functions, DOM nodes, and WeakMaps.
2412
- *
2413
- * @static
2414
- * @memberOf _
2415
- * @since 0.1.0
2416
- * @category Lang
2417
- * @param {*} value The value to clone.
2418
- * @returns {*} Returns the cloned value.
2419
- * @see _.cloneDeep
2420
- * @example
2421
- *
2422
- * var objects = [{ 'a': 1 }, { 'b': 2 }];
2423
- *
2424
- * var shallow = _.clone(objects);
2425
- * console.log(shallow[0] === objects[0]);
2426
- * // => true
2427
- */
2428
- function clone(value) {
2429
- if (!isObject(value)) {
2430
- return value;
2431
- }
2432
- return isArray(value) ? copyArray(value) : copyObject(value, nativeKeys(value));
2433
- }
2434
-
2435
- /**
2436
- * Performs a
2437
- * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
2438
- * comparison between two values to determine if they are equivalent.
2439
- *
2440
- * @static
2441
- * @memberOf _
2442
- * @since 4.0.0
2443
- * @category Lang
2444
- * @param {*} value The value to compare.
2445
- * @param {*} other The other value to compare.
2446
- * @returns {boolean} Returns `true` if the values are equivalent, else `false`.
2447
- * @example
2448
- *
2449
- * var object = { 'a': 1 };
2450
- * var other = { 'a': 1 };
2451
- *
2452
- * _.eq(object, object);
2453
- * // => true
2454
- *
2455
- * _.eq(object, other);
2456
- * // => false
2457
- *
2458
- * _.eq('a', 'a');
2459
- * // => true
2460
- *
2461
- * _.eq('a', Object('a'));
2462
- * // => false
2463
- *
2464
- * _.eq(NaN, NaN);
2465
- * // => true
2466
- */
2467
- function eq(value, other) {
2468
- return value === other || (value !== value && other !== other);
2469
- }
2470
-
2471
- /**
2472
- * Checks if `value` is likely an `arguments` object.
2473
- *
2474
- * @static
2475
- * @memberOf _
2476
- * @since 0.1.0
2477
- * @category Lang
2478
- * @param {*} value The value to check.
2479
- * @returns {boolean} Returns `true` if `value` is an `arguments` object,
2480
- * else `false`.
2481
- * @example
2482
- *
2483
- * _.isArguments(function() { return arguments; }());
2484
- * // => true
2485
- *
2486
- * _.isArguments([1, 2, 3]);
2487
- * // => false
2488
- */
2489
- var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {
2490
- return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&
2491
- !propertyIsEnumerable.call(value, 'callee');
2492
- };
2493
-
2494
- /**
2495
- * Checks if `value` is classified as an `Array` object.
2496
- *
2497
- * @static
2498
- * @memberOf _
2499
- * @since 0.1.0
2500
- * @category Lang
2501
- * @param {*} value The value to check.
2502
- * @returns {boolean} Returns `true` if `value` is an array, else `false`.
2503
- * @example
2504
- *
2505
- * _.isArray([1, 2, 3]);
2506
- * // => true
2507
- *
2508
- * _.isArray(document.body.children);
2509
- * // => false
2510
- *
2511
- * _.isArray('abc');
2512
- * // => false
2513
- *
2514
- * _.isArray(_.noop);
2515
- * // => false
2516
- */
2517
- var isArray = Array.isArray;
2518
-
2519
- /**
2520
- * Checks if `value` is array-like. A value is considered array-like if it's
2521
- * not a function and has a `value.length` that's an integer greater than or
2522
- * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
2523
- *
2524
- * @static
2525
- * @memberOf _
2526
- * @since 4.0.0
2527
- * @category Lang
2528
- * @param {*} value The value to check.
2529
- * @returns {boolean} Returns `true` if `value` is array-like, else `false`.
2530
- * @example
2531
- *
2532
- * _.isArrayLike([1, 2, 3]);
2533
- * // => true
2534
- *
2535
- * _.isArrayLike(document.body.children);
2536
- * // => true
2537
- *
2538
- * _.isArrayLike('abc');
2539
- * // => true
2540
- *
2541
- * _.isArrayLike(_.noop);
2542
- * // => false
2543
- */
2544
- function isArrayLike(value) {
2545
- return value != null && isLength(value.length) && !isFunction(value);
2546
- }
2547
-
2548
- /**
2549
- * Checks if `value` is classified as a boolean primitive or object.
2550
- *
2551
- * @static
2552
- * @memberOf _
2553
- * @since 0.1.0
2554
- * @category Lang
2555
- * @param {*} value The value to check.
2556
- * @returns {boolean} Returns `true` if `value` is a boolean, else `false`.
2557
- * @example
2558
- *
2559
- * _.isBoolean(false);
2560
- * // => true
2561
- *
2562
- * _.isBoolean(null);
2563
- * // => false
2564
- */
2565
- function isBoolean(value) {
2566
- return value === true || value === false ||
2567
- (isObjectLike(value) && baseGetTag(value) == boolTag);
2568
- }
2569
-
2570
- /**
2571
- * Checks if `value` is classified as a `Date` object.
2572
- *
2573
- * @static
2574
- * @memberOf _
2575
- * @since 0.1.0
2576
- * @category Lang
2577
- * @param {*} value The value to check.
2578
- * @returns {boolean} Returns `true` if `value` is a date object, else `false`.
2579
- * @example
2580
- *
2581
- * _.isDate(new Date);
2582
- * // => true
2583
- *
2584
- * _.isDate('Mon April 23 2012');
2585
- * // => false
2586
- */
2587
- var isDate = baseIsDate;
2588
-
2589
- /**
2590
- * Checks if `value` is an empty object, collection, map, or set.
2591
- *
2592
- * Objects are considered empty if they have no own enumerable string keyed
2593
- * properties.
2594
- *
2595
- * Array-like values such as `arguments` objects, arrays, buffers, strings, or
2596
- * jQuery-like collections are considered empty if they have a `length` of `0`.
2597
- * Similarly, maps and sets are considered empty if they have a `size` of `0`.
2598
- *
2599
- * @static
2600
- * @memberOf _
2601
- * @since 0.1.0
2602
- * @category Lang
2603
- * @param {*} value The value to check.
2604
- * @returns {boolean} Returns `true` if `value` is empty, else `false`.
2605
- * @example
2606
- *
2607
- * _.isEmpty(null);
2608
- * // => true
2609
- *
2610
- * _.isEmpty(true);
2611
- * // => true
2612
- *
2613
- * _.isEmpty(1);
2614
- * // => true
2615
- *
2616
- * _.isEmpty([1, 2, 3]);
2617
- * // => false
2618
- *
2619
- * _.isEmpty({ 'a': 1 });
2620
- * // => false
2621
- */
2622
- function isEmpty(value) {
2623
- if (isArrayLike(value) &&
2624
- (isArray(value) || isString(value) ||
2625
- isFunction(value.splice) || isArguments(value))) {
2626
- return !value.length;
2627
- }
2628
- return !nativeKeys(value).length;
2629
- }
2630
-
2631
- /**
2632
- * Performs a deep comparison between two values to determine if they are
2633
- * equivalent.
2634
- *
2635
- * **Note:** This method supports comparing arrays, array buffers, booleans,
2636
- * date objects, error objects, maps, numbers, `Object` objects, regexes,
2637
- * sets, strings, symbols, and typed arrays. `Object` objects are compared
2638
- * by their own, not inherited, enumerable properties. Functions and DOM
2639
- * nodes are compared by strict equality, i.e. `===`.
2640
- *
2641
- * @static
2642
- * @memberOf _
2643
- * @since 0.1.0
2644
- * @category Lang
2645
- * @param {*} value The value to compare.
2646
- * @param {*} other The other value to compare.
2647
- * @returns {boolean} Returns `true` if the values are equivalent, else `false`.
2648
- * @example
2649
- *
2650
- * var object = { 'a': 1 };
2651
- * var other = { 'a': 1 };
2652
- *
2653
- * _.isEqual(object, other);
2654
- * // => true
2655
- *
2656
- * object === other;
2657
- * // => false
2658
- */
2659
- function isEqual(value, other) {
2660
- return baseIsEqual(value, other);
2661
- }
2662
-
2663
- /**
2664
- * Checks if `value` is a finite primitive number.
2665
- *
2666
- * **Note:** This method is based on
2667
- * [`Number.isFinite`](https://mdn.io/Number/isFinite).
2668
- *
2669
- * @static
2670
- * @memberOf _
2671
- * @since 0.1.0
2672
- * @category Lang
2673
- * @param {*} value The value to check.
2674
- * @returns {boolean} Returns `true` if `value` is a finite number, else `false`.
2675
- * @example
2676
- *
2677
- * _.isFinite(3);
2678
- * // => true
2679
- *
2680
- * _.isFinite(Number.MIN_VALUE);
2681
- * // => true
2682
- *
2683
- * _.isFinite(Infinity);
2684
- * // => false
2685
- *
2686
- * _.isFinite('3');
2687
- * // => false
2688
- */
2689
- function isFinite(value) {
2690
- return typeof value == 'number' && nativeIsFinite(value);
2691
- }
2692
-
2693
- /**
2694
- * Checks if `value` is classified as a `Function` object.
2695
- *
2696
- * @static
2697
- * @memberOf _
2698
- * @since 0.1.0
2699
- * @category Lang
2700
- * @param {*} value The value to check.
2701
- * @returns {boolean} Returns `true` if `value` is a function, else `false`.
2702
- * @example
2703
- *
2704
- * _.isFunction(_);
2705
- * // => true
2706
- *
2707
- * _.isFunction(/abc/);
2708
- * // => false
2709
- */
2710
- function isFunction(value) {
2711
- if (!isObject(value)) {
2712
- return false;
2713
- }
2714
- // The use of `Object#toString` avoids issues with the `typeof` operator
2715
- // in Safari 9 which returns 'object' for typed arrays and other constructors.
2716
- var tag = baseGetTag(value);
2717
- return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;
2718
- }
2719
-
2720
- /**
2721
- * Checks if `value` is a valid array-like length.
2722
- *
2723
- * **Note:** This method is loosely based on
2724
- * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).
2725
- *
2726
- * @static
2727
- * @memberOf _
2728
- * @since 4.0.0
2729
- * @category Lang
2730
- * @param {*} value The value to check.
2731
- * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
2732
- * @example
2733
- *
2734
- * _.isLength(3);
2735
- * // => true
2736
- *
2737
- * _.isLength(Number.MIN_VALUE);
2738
- * // => false
2739
- *
2740
- * _.isLength(Infinity);
2741
- * // => false
2742
- *
2743
- * _.isLength('3');
2744
- * // => false
2745
- */
2746
- function isLength(value) {
2747
- return typeof value == 'number' &&
2748
- value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
2749
- }
2750
-
2751
- /**
2752
- * Checks if `value` is the
2753
- * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)
2754
- * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
2755
- *
2756
- * @static
2757
- * @memberOf _
2758
- * @since 0.1.0
2759
- * @category Lang
2760
- * @param {*} value The value to check.
2761
- * @returns {boolean} Returns `true` if `value` is an object, else `false`.
2762
- * @example
2763
- *
2764
- * _.isObject({});
2765
- * // => true
2766
- *
2767
- * _.isObject([1, 2, 3]);
2768
- * // => true
2769
- *
2770
- * _.isObject(_.noop);
2771
- * // => true
2772
- *
2773
- * _.isObject(null);
2774
- * // => false
2775
- */
2776
- function isObject(value) {
2777
- var type = typeof value;
2778
- return value != null && (type == 'object' || type == 'function');
2779
- }
2780
-
2781
- /**
2782
- * Checks if `value` is object-like. A value is object-like if it's not `null`
2783
- * and has a `typeof` result of "object".
2784
- *
2785
- * @static
2786
- * @memberOf _
2787
- * @since 4.0.0
2788
- * @category Lang
2789
- * @param {*} value The value to check.
2790
- * @returns {boolean} Returns `true` if `value` is object-like, else `false`.
2791
- * @example
2792
- *
2793
- * _.isObjectLike({});
2794
- * // => true
2795
- *
2796
- * _.isObjectLike([1, 2, 3]);
2797
- * // => true
2798
- *
2799
- * _.isObjectLike(_.noop);
2800
- * // => false
2801
- *
2802
- * _.isObjectLike(null);
2803
- * // => false
2804
- */
2805
- function isObjectLike(value) {
2806
- return value != null && typeof value == 'object';
2807
- }
2808
-
2809
- /**
2810
- * Checks if `value` is `NaN`.
2811
- *
2812
- * **Note:** This method is based on
2813
- * [`Number.isNaN`](https://mdn.io/Number/isNaN) and is not the same as
2814
- * global [`isNaN`](https://mdn.io/isNaN) which returns `true` for
2815
- * `undefined` and other non-number values.
2816
- *
2817
- * @static
2818
- * @memberOf _
2819
- * @since 0.1.0
2820
- * @category Lang
2821
- * @param {*} value The value to check.
2822
- * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`.
2823
- * @example
2824
- *
2825
- * _.isNaN(NaN);
2826
- * // => true
2827
- *
2828
- * _.isNaN(new Number(NaN));
2829
- * // => true
2830
- *
2831
- * isNaN(undefined);
2832
- * // => true
2833
- *
2834
- * _.isNaN(undefined);
2835
- * // => false
2836
- */
2837
- function isNaN(value) {
2838
- // An `NaN` primitive is the only value that is not equal to itself.
2839
- // Perform the `toStringTag` check first to avoid errors with some
2840
- // ActiveX objects in IE.
2841
- return isNumber(value) && value != +value;
2842
- }
2843
-
2844
- /**
2845
- * Checks if `value` is `null`.
2846
- *
2847
- * @static
2848
- * @memberOf _
2849
- * @since 0.1.0
2850
- * @category Lang
2851
- * @param {*} value The value to check.
2852
- * @returns {boolean} Returns `true` if `value` is `null`, else `false`.
2853
- * @example
2854
- *
2855
- * _.isNull(null);
2856
- * // => true
2857
- *
2858
- * _.isNull(void 0);
2859
- * // => false
2860
- */
2861
- function isNull(value) {
2862
- return value === null;
2863
- }
2864
-
2865
- /**
2866
- * Checks if `value` is classified as a `Number` primitive or object.
2867
- *
2868
- * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are
2869
- * classified as numbers, use the `_.isFinite` method.
2870
- *
2871
- * @static
2872
- * @memberOf _
2873
- * @since 0.1.0
2874
- * @category Lang
2875
- * @param {*} value The value to check.
2876
- * @returns {boolean} Returns `true` if `value` is a number, else `false`.
2877
- * @example
2878
- *
2879
- * _.isNumber(3);
2880
- * // => true
2881
- *
2882
- * _.isNumber(Number.MIN_VALUE);
2883
- * // => true
2884
- *
2885
- * _.isNumber(Infinity);
2886
- * // => true
2887
- *
2888
- * _.isNumber('3');
2889
- * // => false
2890
- */
2891
- function isNumber(value) {
2892
- return typeof value == 'number' ||
2893
- (isObjectLike(value) && baseGetTag(value) == numberTag);
2894
- }
2895
-
2896
- /**
2897
- * Checks if `value` is classified as a `RegExp` object.
2898
- *
2899
- * @static
2900
- * @memberOf _
2901
- * @since 0.1.0
2902
- * @category Lang
2903
- * @param {*} value The value to check.
2904
- * @returns {boolean} Returns `true` if `value` is a regexp, else `false`.
2905
- * @example
2906
- *
2907
- * _.isRegExp(/abc/);
2908
- * // => true
2909
- *
2910
- * _.isRegExp('/abc/');
2911
- * // => false
2912
- */
2913
- var isRegExp = baseIsRegExp;
2914
-
2915
- /**
2916
- * Checks if `value` is classified as a `String` primitive or object.
2917
- *
2918
- * @static
2919
- * @since 0.1.0
2920
- * @memberOf _
2921
- * @category Lang
2922
- * @param {*} value The value to check.
2923
- * @returns {boolean} Returns `true` if `value` is a string, else `false`.
2924
- * @example
2925
- *
2926
- * _.isString('abc');
2927
- * // => true
2928
- *
2929
- * _.isString(1);
2930
- * // => false
2931
- */
2932
- function isString(value) {
2933
- return typeof value == 'string' ||
2934
- (!isArray(value) && isObjectLike(value) && baseGetTag(value) == stringTag);
2935
- }
2936
-
2937
- /**
2938
- * Checks if `value` is `undefined`.
2939
- *
2940
- * @static
2941
- * @since 0.1.0
2942
- * @memberOf _
2943
- * @category Lang
2944
- * @param {*} value The value to check.
2945
- * @returns {boolean} Returns `true` if `value` is `undefined`, else `false`.
2946
- * @example
2947
- *
2948
- * _.isUndefined(void 0);
2949
- * // => true
2950
- *
2951
- * _.isUndefined(null);
2952
- * // => false
2953
- */
2954
- function isUndefined(value) {
2955
- return value === undefined;
2956
- }
2957
-
2958
- /**
2959
- * Converts `value` to an array.
2960
- *
2961
- * @static
2962
- * @since 0.1.0
2963
- * @memberOf _
2964
- * @category Lang
2965
- * @param {*} value The value to convert.
2966
- * @returns {Array} Returns the converted array.
2967
- * @example
2968
- *
2969
- * _.toArray({ 'a': 1, 'b': 2 });
2970
- * // => [1, 2]
2971
- *
2972
- * _.toArray('abc');
2973
- * // => ['a', 'b', 'c']
2974
- *
2975
- * _.toArray(1);
2976
- * // => []
2977
- *
2978
- * _.toArray(null);
2979
- * // => []
2980
- */
2981
- function toArray(value) {
2982
- if (!isArrayLike(value)) {
2983
- return values(value);
2984
- }
2985
- return value.length ? copyArray(value) : [];
2986
- }
2987
-
2988
- /**
2989
- * Converts `value` to an integer.
2990
- *
2991
- * **Note:** This method is loosely based on
2992
- * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger).
2993
- *
2994
- * @static
2995
- * @memberOf _
2996
- * @since 4.0.0
2997
- * @category Lang
2998
- * @param {*} value The value to convert.
2999
- * @returns {number} Returns the converted integer.
3000
- * @example
3001
- *
3002
- * _.toInteger(3.2);
3003
- * // => 3
3004
- *
3005
- * _.toInteger(Number.MIN_VALUE);
3006
- * // => 0
3007
- *
3008
- * _.toInteger(Infinity);
3009
- * // => 1.7976931348623157e+308
3010
- *
3011
- * _.toInteger('3.2');
3012
- * // => 3
3013
- */
3014
- var toInteger = Number;
3015
-
3016
- /**
3017
- * Converts `value` to a number.
3018
- *
3019
- * @static
3020
- * @memberOf _
3021
- * @since 4.0.0
3022
- * @category Lang
3023
- * @param {*} value The value to process.
3024
- * @returns {number} Returns the number.
3025
- * @example
3026
- *
3027
- * _.toNumber(3.2);
3028
- * // => 3.2
3029
- *
3030
- * _.toNumber(Number.MIN_VALUE);
3031
- * // => 5e-324
3032
- *
3033
- * _.toNumber(Infinity);
3034
- * // => Infinity
3035
- *
3036
- * _.toNumber('3.2');
3037
- * // => 3.2
3038
- */
3039
- var toNumber = Number;
3040
-
3041
- /**
3042
- * Converts `value` to a string. An empty string is returned for `null`
3043
- * and `undefined` values. The sign of `-0` is preserved.
3044
- *
3045
- * @static
3046
- * @memberOf _
3047
- * @since 4.0.0
3048
- * @category Lang
3049
- * @param {*} value The value to convert.
3050
- * @returns {string} Returns the converted string.
3051
- * @example
3052
- *
3053
- * _.toString(null);
3054
- * // => ''
3055
- *
3056
- * _.toString(-0);
3057
- * // => '-0'
3058
- *
3059
- * _.toString([1, 2, 3]);
3060
- * // => '1,2,3'
3061
- */
3062
- function toString(value) {
3063
- if (typeof value == 'string') {
3064
- return value;
3065
- }
3066
- return value == null ? '' : (value + '');
3067
- }
3068
-
3069
- /*------------------------------------------------------------------------*/
3070
-
3071
- /**
3072
- * Assigns own enumerable string keyed properties of source objects to the
3073
- * destination object. Source objects are applied from left to right.
3074
- * Subsequent sources overwrite property assignments of previous sources.
3075
- *
3076
- * **Note:** This method mutates `object` and is loosely based on
3077
- * [`Object.assign`](https://mdn.io/Object/assign).
3078
- *
3079
- * @static
3080
- * @memberOf _
3081
- * @since 0.10.0
3082
- * @category Object
3083
- * @param {Object} object The destination object.
3084
- * @param {...Object} [sources] The source objects.
3085
- * @returns {Object} Returns `object`.
3086
- * @see _.assignIn
3087
- * @example
3088
- *
3089
- * function Foo() {
3090
- * this.a = 1;
3091
- * }
3092
- *
3093
- * function Bar() {
3094
- * this.c = 3;
3095
- * }
3096
- *
3097
- * Foo.prototype.b = 2;
3098
- * Bar.prototype.d = 4;
3099
- *
3100
- * _.assign({ 'a': 0 }, new Foo, new Bar);
3101
- * // => { 'a': 1, 'c': 3 }
3102
- */
3103
- var assign = createAssigner(function(object, source) {
3104
- copyObject(source, nativeKeys(source), object);
3105
- });
3106
-
3107
- /**
3108
- * This method is like `_.assign` except that it iterates over own and
3109
- * inherited source properties.
3110
- *
3111
- * **Note:** This method mutates `object`.
3112
- *
3113
- * @static
3114
- * @memberOf _
3115
- * @since 4.0.0
3116
- * @alias extend
3117
- * @category Object
3118
- * @param {Object} object The destination object.
3119
- * @param {...Object} [sources] The source objects.
3120
- * @returns {Object} Returns `object`.
3121
- * @see _.assign
3122
- * @example
3123
- *
3124
- * function Foo() {
3125
- * this.a = 1;
3126
- * }
3127
- *
3128
- * function Bar() {
3129
- * this.c = 3;
3130
- * }
3131
- *
3132
- * Foo.prototype.b = 2;
3133
- * Bar.prototype.d = 4;
3134
- *
3135
- * _.assignIn({ 'a': 0 }, new Foo, new Bar);
3136
- * // => { 'a': 1, 'b': 2, 'c': 3, 'd': 4 }
3137
- */
3138
- var assignIn = createAssigner(function(object, source) {
3139
- copyObject(source, nativeKeysIn(source), object);
3140
- });
3141
-
3142
- /**
3143
- * Creates an object that inherits from the `prototype` object. If a
3144
- * `properties` object is given, its own enumerable string keyed properties
3145
- * are assigned to the created object.
3146
- *
3147
- * @static
3148
- * @memberOf _
3149
- * @since 2.3.0
3150
- * @category Object
3151
- * @param {Object} prototype The object to inherit from.
3152
- * @param {Object} [properties] The properties to assign to the object.
3153
- * @returns {Object} Returns the new object.
3154
- * @example
3155
- *
3156
- * function Shape() {
3157
- * this.x = 0;
3158
- * this.y = 0;
3159
- * }
3160
- *
3161
- * function Circle() {
3162
- * Shape.call(this);
3163
- * }
3164
- *
3165
- * Circle.prototype = _.create(Shape.prototype, {
3166
- * 'constructor': Circle
3167
- * });
3168
- *
3169
- * var circle = new Circle;
3170
- * circle instanceof Circle;
3171
- * // => true
3172
- *
3173
- * circle instanceof Shape;
3174
- * // => true
3175
- */
3176
- function create(prototype, properties) {
3177
- var result = baseCreate(prototype);
3178
- return properties == null ? result : assign(result, properties);
3179
- }
3180
-
3181
- /**
3182
- * Assigns own and inherited enumerable string keyed properties of source
3183
- * objects to the destination object for all destination properties that
3184
- * resolve to `undefined`. Source objects are applied from left to right.
3185
- * Once a property is set, additional values of the same property are ignored.
3186
- *
3187
- * **Note:** This method mutates `object`.
3188
- *
3189
- * @static
3190
- * @since 0.1.0
3191
- * @memberOf _
3192
- * @category Object
3193
- * @param {Object} object The destination object.
3194
- * @param {...Object} [sources] The source objects.
3195
- * @returns {Object} Returns `object`.
3196
- * @see _.defaultsDeep
3197
- * @example
3198
- *
3199
- * _.defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 });
3200
- * // => { 'a': 1, 'b': 2 }
3201
- */
3202
- var defaults = baseRest(function(object, sources) {
3203
- object = Object(object);
3204
-
3205
- var index = -1;
3206
- var length = sources.length;
3207
- var guard = length > 2 ? sources[2] : undefined;
3208
-
3209
- if (guard && isIterateeCall(sources[0], sources[1], guard)) {
3210
- length = 1;
3211
- }
3212
-
3213
- while (++index < length) {
3214
- var source = sources[index];
3215
- var props = keysIn(source);
3216
- var propsIndex = -1;
3217
- var propsLength = props.length;
3218
-
3219
- while (++propsIndex < propsLength) {
3220
- var key = props[propsIndex];
3221
- var value = object[key];
3222
-
3223
- if (value === undefined ||
3224
- (eq(value, objectProto[key]) && !hasOwnProperty.call(object, key))) {
3225
- object[key] = source[key];
3226
- }
3227
- }
3228
- }
3229
-
3230
- return object;
3231
- });
3232
-
3233
- /**
3234
- * Checks if `path` is a direct property of `object`.
3235
- *
3236
- * @static
3237
- * @since 0.1.0
3238
- * @memberOf _
3239
- * @category Object
3240
- * @param {Object} object The object to query.
3241
- * @param {Array|string} path The path to check.
3242
- * @returns {boolean} Returns `true` if `path` exists, else `false`.
3243
- * @example
3244
- *
3245
- * var object = { 'a': { 'b': 2 } };
3246
- * var other = _.create({ 'a': _.create({ 'b': 2 }) });
3247
- *
3248
- * _.has(object, 'a');
3249
- * // => true
3250
- *
3251
- * _.has(object, 'a.b');
3252
- * // => true
3253
- *
3254
- * _.has(object, ['a', 'b']);
3255
- * // => true
3256
- *
3257
- * _.has(other, 'a');
3258
- * // => false
3259
- */
3260
- function has(object, path) {
3261
- return object != null && hasOwnProperty.call(object, path);
3262
- }
3263
-
3264
- /**
3265
- * Creates an array of the own enumerable property names of `object`.
3266
- *
3267
- * **Note:** Non-object values are coerced to objects. See the
3268
- * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)
3269
- * for more details.
3270
- *
3271
- * @static
3272
- * @since 0.1.0
3273
- * @memberOf _
3274
- * @category Object
3275
- * @param {Object} object The object to query.
3276
- * @returns {Array} Returns the array of property names.
3277
- * @example
3278
- *
3279
- * function Foo() {
3280
- * this.a = 1;
3281
- * this.b = 2;
3282
- * }
3283
- *
3284
- * Foo.prototype.c = 3;
3285
- *
3286
- * _.keys(new Foo);
3287
- * // => ['a', 'b'] (iteration order is not guaranteed)
3288
- *
3289
- * _.keys('hi');
3290
- * // => ['0', '1']
3291
- */
3292
- var keys = nativeKeys;
3293
-
3294
- /**
3295
- * Creates an array of the own and inherited enumerable property names of `object`.
3296
- *
3297
- * **Note:** Non-object values are coerced to objects.
3298
- *
3299
- * @static
3300
- * @memberOf _
3301
- * @since 3.0.0
3302
- * @category Object
3303
- * @param {Object} object The object to query.
3304
- * @returns {Array} Returns the array of property names.
3305
- * @example
3306
- *
3307
- * function Foo() {
3308
- * this.a = 1;
3309
- * this.b = 2;
3310
- * }
3311
- *
3312
- * Foo.prototype.c = 3;
3313
- *
3314
- * _.keysIn(new Foo);
3315
- * // => ['a', 'b', 'c'] (iteration order is not guaranteed)
3316
- */
3317
- var keysIn = nativeKeysIn;
3318
-
3319
- /**
3320
- * Creates an object composed of the picked `object` properties.
3321
- *
3322
- * @static
3323
- * @since 0.1.0
3324
- * @memberOf _
3325
- * @category Object
3326
- * @param {Object} object The source object.
3327
- * @param {...(string|string[])} [paths] The property paths to pick.
3328
- * @returns {Object} Returns the new object.
3329
- * @example
3330
- *
3331
- * var object = { 'a': 1, 'b': '2', 'c': 3 };
3332
- *
3333
- * _.pick(object, ['a', 'c']);
3334
- * // => { 'a': 1, 'c': 3 }
3335
- */
3336
- var pick = flatRest(function(object, paths) {
3337
- return object == null ? {} : basePick(object, paths);
3338
- });
3339
-
3340
- /**
3341
- * This method is like `_.get` except that if the resolved value is a
3342
- * function it's invoked with the `this` binding of its parent object and
3343
- * its result is returned.
3344
- *
3345
- * @static
3346
- * @since 0.1.0
3347
- * @memberOf _
3348
- * @category Object
3349
- * @param {Object} object The object to query.
3350
- * @param {Array|string} path The path of the property to resolve.
3351
- * @param {*} [defaultValue] The value returned for `undefined` resolved values.
3352
- * @returns {*} Returns the resolved value.
3353
- * @example
3354
- *
3355
- * var object = { 'a': [{ 'b': { 'c1': 3, 'c2': _.constant(4) } }] };
3356
- *
3357
- * _.result(object, 'a[0].b.c1');
3358
- * // => 3
3359
- *
3360
- * _.result(object, 'a[0].b.c2');
3361
- * // => 4
3362
- *
3363
- * _.result(object, 'a[0].b.c3', 'default');
3364
- * // => 'default'
3365
- *
3366
- * _.result(object, 'a[0].b.c3', _.constant('default'));
3367
- * // => 'default'
3368
- */
3369
- function result(object, path, defaultValue) {
3370
- var value = object == null ? undefined : object[path];
3371
- if (value === undefined) {
3372
- value = defaultValue;
3373
- }
3374
- return isFunction(value) ? value.call(object) : value;
3375
- }
3376
-
3377
- /**
3378
- * Creates an array of the own enumerable string keyed property values of `object`.
3379
- *
3380
- * **Note:** Non-object values are coerced to objects.
3381
- *
3382
- * @static
3383
- * @since 0.1.0
3384
- * @memberOf _
3385
- * @category Object
3386
- * @param {Object} object The object to query.
3387
- * @returns {Array} Returns the array of property values.
3388
- * @example
3389
- *
3390
- * function Foo() {
3391
- * this.a = 1;
3392
- * this.b = 2;
3393
- * }
3394
- *
3395
- * Foo.prototype.c = 3;
3396
- *
3397
- * _.values(new Foo);
3398
- * // => [1, 2] (iteration order is not guaranteed)
3399
- *
3400
- * _.values('hi');
3401
- * // => ['h', 'i']
3402
- */
3403
- function values(object) {
3404
- return object == null ? [] : baseValues(object, keys(object));
3405
- }
3406
-
3407
- /*------------------------------------------------------------------------*/
3408
-
3409
- /**
3410
- * Converts the characters "&", "<", ">", '"', and "'" in `string` to their
3411
- * corresponding HTML entities.
3412
- *
3413
- * **Note:** No other characters are escaped. To escape additional
3414
- * characters use a third-party library like [_he_](https://mths.be/he).
3415
- *
3416
- * Though the ">" character is escaped for symmetry, characters like
3417
- * ">" and "/" don't need escaping in HTML and have no special meaning
3418
- * unless they're part of a tag or unquoted attribute value. See
3419
- * [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous-ampersands)
3420
- * (under "semi-related fun fact") for more details.
3421
- *
3422
- * When working with HTML you should always
3423
- * [quote attribute values](http://wonko.com/post/html-escaping) to reduce
3424
- * XSS vectors.
3425
- *
3426
- * @static
3427
- * @since 0.1.0
3428
- * @memberOf _
3429
- * @category String
3430
- * @param {string} [string=''] The string to escape.
3431
- * @returns {string} Returns the escaped string.
3432
- * @example
3433
- *
3434
- * _.escape('fred, barney, & pebbles');
3435
- * // => 'fred, barney, &amp; pebbles'
3436
- */
3437
- function escape(string) {
3438
- string = toString(string);
3439
- return (string && reHasUnescapedHtml.test(string))
3440
- ? string.replace(reUnescapedHtml, escapeHtmlChar)
3441
- : string;
3442
- }
3443
-
3444
- /*------------------------------------------------------------------------*/
3445
-
3446
- /**
3447
- * This method returns the first argument it receives.
3448
- *
3449
- * @static
3450
- * @since 0.1.0
3451
- * @memberOf _
3452
- * @category Util
3453
- * @param {*} value Any value.
3454
- * @returns {*} Returns `value`.
3455
- * @example
3456
- *
3457
- * var object = { 'a': 1 };
3458
- *
3459
- * console.log(_.identity(object) === object);
3460
- * // => true
3461
- */
3462
- function identity(value) {
3463
- return value;
3464
- }
3465
-
3466
- /**
3467
- * Creates a function that invokes `func` with the arguments of the created
3468
- * function. If `func` is a property name, the created function returns the
3469
- * property value for a given element. If `func` is an array or object, the
3470
- * created function returns `true` for elements that contain the equivalent
3471
- * source properties, otherwise it returns `false`.
3472
- *
3473
- * @static
3474
- * @since 4.0.0
3475
- * @memberOf _
3476
- * @category Util
3477
- * @param {*} [func=_.identity] The value to convert to a callback.
3478
- * @returns {Function} Returns the callback.
3479
- * @example
3480
- *
3481
- * var users = [
3482
- * { 'user': 'barney', 'age': 36, 'active': true },
3483
- * { 'user': 'fred', 'age': 40, 'active': false }
3484
- * ];
3485
- *
3486
- * // The `_.matches` iteratee shorthand.
3487
- * _.filter(users, _.iteratee({ 'user': 'barney', 'active': true }));
3488
- * // => [{ 'user': 'barney', 'age': 36, 'active': true }]
3489
- *
3490
- * // The `_.matchesProperty` iteratee shorthand.
3491
- * _.filter(users, _.iteratee(['user', 'fred']));
3492
- * // => [{ 'user': 'fred', 'age': 40 }]
3493
- *
3494
- * // The `_.property` iteratee shorthand.
3495
- * _.map(users, _.iteratee('user'));
3496
- * // => ['barney', 'fred']
3497
- *
3498
- * // Create custom iteratee shorthands.
3499
- * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) {
3500
- * return !_.isRegExp(func) ? iteratee(func) : function(string) {
3501
- * return func.test(string);
3502
- * };
3503
- * });
3504
- *
3505
- * _.filter(['abc', 'def'], /ef/);
3506
- * // => ['def']
3507
- */
3508
- var iteratee = baseIteratee;
3509
-
3510
- /**
3511
- * Creates a function that performs a partial deep comparison between a given
3512
- * object and `source`, returning `true` if the given object has equivalent
3513
- * property values, else `false`.
3514
- *
3515
- * **Note:** The created function is equivalent to `_.isMatch` with `source`
3516
- * partially applied.
3517
- *
3518
- * Partial comparisons will match empty array and empty object `source`
3519
- * values against any array or object value, respectively. See `_.isEqual`
3520
- * for a list of supported value comparisons.
3521
- *
3522
- * **Note:** Multiple values can be checked by combining several matchers
3523
- * using `_.overSome`
3524
- *
3525
- * @static
3526
- * @memberOf _
3527
- * @since 3.0.0
3528
- * @category Util
3529
- * @param {Object} source The object of property values to match.
3530
- * @returns {Function} Returns the new spec function.
3531
- * @example
3532
- *
3533
- * var objects = [
3534
- * { 'a': 1, 'b': 2, 'c': 3 },
3535
- * { 'a': 4, 'b': 5, 'c': 6 }
3536
- * ];
3537
- *
3538
- * _.filter(objects, _.matches({ 'a': 4, 'c': 6 }));
3539
- * // => [{ 'a': 4, 'b': 5, 'c': 6 }]
3540
- *
3541
- * // Checking for several possible values
3542
- * _.filter(objects, _.overSome([_.matches({ 'a': 1 }), _.matches({ 'a': 4 })]));
3543
- * // => [{ 'a': 1, 'b': 2, 'c': 3 }, { 'a': 4, 'b': 5, 'c': 6 }]
3544
- */
3545
- function matches(source) {
3546
- return baseMatches(assign({}, source));
3547
- }
3548
-
3549
- /**
3550
- * Adds all own enumerable string keyed function properties of a source
3551
- * object to the destination object. If `object` is a function, then methods
3552
- * are added to its prototype as well.
3553
- *
3554
- * **Note:** Use `_.runInContext` to create a pristine `lodash` function to
3555
- * avoid conflicts caused by modifying the original.
3556
- *
3557
- * @static
3558
- * @since 0.1.0
3559
- * @memberOf _
3560
- * @category Util
3561
- * @param {Function|Object} [object=lodash] The destination object.
3562
- * @param {Object} source The object of functions to add.
3563
- * @param {Object} [options={}] The options object.
3564
- * @param {boolean} [options.chain=true] Specify whether mixins are chainable.
3565
- * @returns {Function|Object} Returns `object`.
3566
- * @example
3567
- *
3568
- * function vowels(string) {
3569
- * return _.filter(string, function(v) {
3570
- * return /[aeiou]/i.test(v);
3571
- * });
3572
- * }
3573
- *
3574
- * _.mixin({ 'vowels': vowels });
3575
- * _.vowels('fred');
3576
- * // => ['e']
3577
- *
3578
- * _('fred').vowels().value();
3579
- * // => ['e']
3580
- *
3581
- * _.mixin({ 'vowels': vowels }, { 'chain': false });
3582
- * _('fred').vowels();
3583
- * // => ['e']
3584
- */
3585
- function mixin(object, source, options) {
3586
- var props = keys(source),
3587
- methodNames = baseFunctions(source, props);
3588
-
3589
- if (options == null &&
3590
- !(isObject(source) && (methodNames.length || !props.length))) {
3591
- options = source;
3592
- source = object;
3593
- object = this;
3594
- methodNames = baseFunctions(source, keys(source));
3595
- }
3596
- var chain = !(isObject(options) && 'chain' in options) || !!options.chain,
3597
- isFunc = isFunction(object);
3598
-
3599
- baseEach(methodNames, function(methodName) {
3600
- var func = source[methodName];
3601
- object[methodName] = func;
3602
- if (isFunc) {
3603
- object.prototype[methodName] = function() {
3604
- var chainAll = this.__chain__;
3605
- if (chain || chainAll) {
3606
- var result = object(this.__wrapped__),
3607
- actions = result.__actions__ = copyArray(this.__actions__);
3608
-
3609
- actions.push({ 'func': func, 'args': arguments, 'thisArg': object });
3610
- result.__chain__ = chainAll;
3611
- return result;
3612
- }
3613
- return func.apply(object, arrayPush([this.value()], arguments));
3614
- };
3615
- }
3616
- });
3617
-
3618
- return object;
3619
- }
3620
-
3621
- /**
3622
- * Reverts the `_` variable to its previous value and returns a reference to
3623
- * the `lodash` function.
3624
- *
3625
- * @static
3626
- * @since 0.1.0
3627
- * @memberOf _
3628
- * @category Util
3629
- * @returns {Function} Returns the `lodash` function.
3630
- * @example
3631
- *
3632
- * var lodash = _.noConflict();
3633
- */
3634
- function noConflict() {
3635
- if (root._ === this) {
3636
- root._ = oldDash;
3637
- }
3638
- return this;
3639
- }
3640
-
3641
- /**
3642
- * This method returns `undefined`.
3643
- *
3644
- * @static
3645
- * @memberOf _
3646
- * @since 2.3.0
3647
- * @category Util
3648
- * @example
3649
- *
3650
- * _.times(2, _.noop);
3651
- * // => [undefined, undefined]
3652
- */
3653
- function noop() {
3654
- // No operation performed.
3655
- }
3656
-
3657
- /**
3658
- * Generates a unique ID. If `prefix` is given, the ID is appended to it.
3659
- *
3660
- * @static
3661
- * @since 0.1.0
3662
- * @memberOf _
3663
- * @category Util
3664
- * @param {string} [prefix=''] The value to prefix the ID with.
3665
- * @returns {string} Returns the unique ID.
3666
- * @example
3667
- *
3668
- * _.uniqueId('contact_');
3669
- * // => 'contact_104'
3670
- *
3671
- * _.uniqueId();
3672
- * // => '105'
3673
- */
3674
- function uniqueId(prefix) {
3675
- var id = ++idCounter;
3676
- return toString(prefix) + id;
3677
- }
3678
-
3679
- /*------------------------------------------------------------------------*/
3680
-
3681
- /**
3682
- * Computes the maximum value of `array`. If `array` is empty or falsey,
3683
- * `undefined` is returned.
3684
- *
3685
- * @static
3686
- * @since 0.1.0
3687
- * @memberOf _
3688
- * @category Math
3689
- * @param {Array} array The array to iterate over.
3690
- * @returns {*} Returns the maximum value.
3691
- * @example
3692
- *
3693
- * _.max([4, 2, 8, 6]);
3694
- * // => 8
3695
- *
3696
- * _.max([]);
3697
- * // => undefined
3698
- */
3699
- function max(array) {
3700
- return (array && array.length)
3701
- ? baseExtremum(array, identity, baseGt)
3702
- : undefined;
3703
- }
3704
-
3705
- /**
3706
- * Computes the minimum value of `array`. If `array` is empty or falsey,
3707
- * `undefined` is returned.
3708
- *
3709
- * @static
3710
- * @since 0.1.0
3711
- * @memberOf _
3712
- * @category Math
3713
- * @param {Array} array The array to iterate over.
3714
- * @returns {*} Returns the minimum value.
3715
- * @example
3716
- *
3717
- * _.min([4, 2, 8, 6]);
3718
- * // => 2
3719
- *
3720
- * _.min([]);
3721
- * // => undefined
3722
- */
3723
- function min(array) {
3724
- return (array && array.length)
3725
- ? baseExtremum(array, identity, baseLt)
3726
- : undefined;
3727
- }
3728
-
3729
- /*------------------------------------------------------------------------*/
3730
-
3731
- // Add methods that return wrapped values in chain sequences.
3732
- lodash.assignIn = assignIn;
3733
- lodash.before = before;
3734
- lodash.bind = bind;
3735
- lodash.chain = chain;
3736
- lodash.compact = compact;
3737
- lodash.concat = concat;
3738
- lodash.create = create;
3739
- lodash.defaults = defaults;
3740
- lodash.defer = defer;
3741
- lodash.delay = delay;
3742
- lodash.filter = filter;
3743
- lodash.flatten = flatten;
3744
- lodash.flattenDeep = flattenDeep;
3745
- lodash.iteratee = iteratee;
3746
- lodash.keys = keys;
3747
- lodash.map = map;
3748
- lodash.matches = matches;
3749
- lodash.mixin = mixin;
3750
- lodash.negate = negate;
3751
- lodash.once = once;
3752
- lodash.pick = pick;
3753
- lodash.slice = slice;
3754
- lodash.sortBy = sortBy;
3755
- lodash.tap = tap;
3756
- lodash.thru = thru;
3757
- lodash.toArray = toArray;
3758
- lodash.values = values;
3759
-
3760
- // Add aliases.
3761
- lodash.extend = assignIn;
3762
-
3763
- // Add methods to `lodash.prototype`.
3764
- mixin(lodash, lodash);
3765
-
3766
- /*------------------------------------------------------------------------*/
3767
-
3768
- // Add methods that return unwrapped values in chain sequences.
3769
- lodash.clone = clone;
3770
- lodash.escape = escape;
3771
- lodash.every = every;
3772
- lodash.find = find;
3773
- lodash.forEach = forEach;
3774
- lodash.has = has;
3775
- lodash.head = head;
3776
- lodash.identity = identity;
3777
- lodash.indexOf = indexOf;
3778
- lodash.isArguments = isArguments;
3779
- lodash.isArray = isArray;
3780
- lodash.isBoolean = isBoolean;
3781
- lodash.isDate = isDate;
3782
- lodash.isEmpty = isEmpty;
3783
- lodash.isEqual = isEqual;
3784
- lodash.isFinite = isFinite;
3785
- lodash.isFunction = isFunction;
3786
- lodash.isNaN = isNaN;
3787
- lodash.isNull = isNull;
3788
- lodash.isNumber = isNumber;
3789
- lodash.isObject = isObject;
3790
- lodash.isRegExp = isRegExp;
3791
- lodash.isString = isString;
3792
- lodash.isUndefined = isUndefined;
3793
- lodash.last = last;
3794
- lodash.max = max;
3795
- lodash.min = min;
3796
- lodash.noConflict = noConflict;
3797
- lodash.noop = noop;
3798
- lodash.reduce = reduce;
3799
- lodash.result = result;
3800
- lodash.size = size;
3801
- lodash.some = some;
3802
- lodash.uniqueId = uniqueId;
3803
-
3804
- // Add aliases.
3805
- lodash.each = forEach;
3806
- lodash.first = head;
3807
-
3808
- mixin(lodash, (function() {
3809
- var source = {};
3810
- baseForOwn(lodash, function(func, methodName) {
3811
- if (!hasOwnProperty.call(lodash.prototype, methodName)) {
3812
- source[methodName] = func;
3813
- }
3814
- });
3815
- return source;
3816
- }()), { 'chain': false });
3817
-
3818
- /*------------------------------------------------------------------------*/
3819
-
3820
- /**
3821
- * The semantic version number.
3822
- *
3823
- * @static
3824
- * @memberOf _
3825
- * @type {string}
3826
- */
3827
- lodash.VERSION = VERSION;
3828
-
3829
- // Add `Array` methods to `lodash.prototype`.
3830
- baseEach(['pop', 'join', 'replace', 'reverse', 'split', 'push', 'shift', 'sort', 'splice', 'unshift'], function(methodName) {
3831
- var func = (/^(?:replace|split)$/.test(methodName) ? String.prototype : arrayProto)[methodName],
3832
- chainName = /^(?:push|sort|unshift)$/.test(methodName) ? 'tap' : 'thru',
3833
- retUnwrapped = /^(?:pop|join|replace|shift)$/.test(methodName);
3834
-
3835
- lodash.prototype[methodName] = function() {
3836
- var args = arguments;
3837
- if (retUnwrapped && !this.__chain__) {
3838
- var value = this.value();
3839
- return func.apply(isArray(value) ? value : [], args);
3840
- }
3841
- return this[chainName](function(value) {
3842
- return func.apply(isArray(value) ? value : [], args);
3843
- });
3844
- };
3845
- });
3846
-
3847
- // Add chain sequence methods to the `lodash` wrapper.
3848
- lodash.prototype.toJSON = lodash.prototype.valueOf = lodash.prototype.value = wrapperValue;
3849
-
3850
- /*--------------------------------------------------------------------------*/
3851
-
3852
- // Some AMD build optimizers, like r.js, check for condition patterns like:
3853
- if (typeof define == 'function' && typeof define.amd == 'object' && define.amd) {
3854
- // Expose Lodash on the global object to prevent errors when Lodash is
3855
- // loaded by a script tag in the presence of an AMD loader.
3856
- // See http://requirejs.org/docs/errors.html#mismatch for more details.
3857
- // Use `_.noConflict` to remove Lodash from the global object.
3858
- root._ = lodash;
3859
-
3860
- // Define as an anonymous module so, through path mapping, it can be
3861
- // referenced as the "underscore" module.
3862
- define(function() {
3863
- return lodash;
3864
- });
3865
- }
3866
- // Check for `exports` after `define` in case a build optimizer adds it.
3867
- else if (freeModule) {
3868
- // Export for Node.js.
3869
- (freeModule.exports = lodash)._ = lodash;
3870
- // Export for CommonJS support.
3871
- freeExports._ = lodash;
3872
- }
3873
- else {
3874
- // Export to the global object.
3875
- root._ = lodash;
3876
- }
3877
- }.call(this));