@voxgig/sdkgen 4.11.0 → 4.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (804) hide show
  1. package/bin/voxgig-sdkgen +1 -1
  2. package/dist/action/resolve.js +75 -1
  3. package/dist/action/resolve.js.map +1 -1
  4. package/dist/tsconfig.tsbuildinfo +1 -1
  5. package/dist/utility.js +17 -0
  6. package/dist/utility.js.map +1 -1
  7. package/package.json +4 -3
  8. package/project/.sdk/tm/c/feature/secrets/plugin/capability.c +1 -1
  9. package/project/.sdk/tm/c/feature/secrets/plugin/capability.h +1 -1
  10. package/project/.sdk/tm/c/feature/secrets/plugin/catalog.c +1 -1
  11. package/project/.sdk/tm/c/feature/secrets/plugin/catalog.h +1 -1
  12. package/project/.sdk/tm/c/feature/secrets/plugin/config.c +1 -1
  13. package/project/.sdk/tm/c/feature/secrets/plugin/config.h +1 -1
  14. package/project/.sdk/tm/c/feature/secrets/plugin/depend.c +1 -1
  15. package/project/.sdk/tm/c/feature/secrets/plugin/depend.h +1 -1
  16. package/project/.sdk/tm/c/feature/secrets/plugin/env.c +1 -1
  17. package/project/.sdk/tm/c/feature/secrets/plugin/env.h +1 -1
  18. package/project/.sdk/tm/c/feature/secrets/plugin/export.c +1 -1
  19. package/project/.sdk/tm/c/feature/secrets/plugin/export.h +1 -1
  20. package/project/.sdk/tm/c/feature/secrets/plugin/graph.c +1 -1
  21. package/project/.sdk/tm/c/feature/secrets/plugin/graph.h +1 -1
  22. package/project/.sdk/tm/c/feature/secrets/plugin/host.c +1 -1
  23. package/project/.sdk/tm/c/feature/secrets/plugin/host.h +1 -1
  24. package/project/.sdk/tm/c/feature/secrets/plugin/order.c +1 -1
  25. package/project/.sdk/tm/c/feature/secrets/plugin/order.h +1 -1
  26. package/project/.sdk/tm/c/feature/secrets/plugin/point.c +1 -1
  27. package/project/.sdk/tm/c/feature/secrets/plugin/point.h +1 -1
  28. package/project/.sdk/tm/c/feature/secrets/plugin/ref.c +1 -1
  29. package/project/.sdk/tm/c/feature/secrets/plugin/ref.h +1 -1
  30. package/project/.sdk/tm/c/feature/secrets/plugin/resolve.c +1 -1
  31. package/project/.sdk/tm/c/feature/secrets/plugin/resolve.h +1 -1
  32. package/project/.sdk/tm/c/feature/secrets/plugin/types.c +1 -1
  33. package/project/.sdk/tm/c/feature/secrets/plugin/types.h +1 -1
  34. package/project/.sdk/tm/c/feature/secrets/plugin/value.c +1 -1
  35. package/project/.sdk/tm/c/feature/secrets/plugin/value.h +1 -1
  36. package/project/.sdk/tm/c/feature/secrets/plugin/version.c +1 -1
  37. package/project/.sdk/tm/c/feature/secrets/plugin/version.h +1 -1
  38. package/project/.sdk/tm/c/feature/secrets/plugins/aws.c +1 -1
  39. package/project/.sdk/tm/c/feature/secrets/plugins/azuresecrets.c +1 -1
  40. package/project/.sdk/tm/c/feature/secrets/plugins/boru.c +1 -1
  41. package/project/.sdk/tm/c/feature/secrets/plugins/clock.c +1 -1
  42. package/project/.sdk/tm/c/feature/secrets/plugins/doppler.c +1 -1
  43. package/project/.sdk/tm/c/feature/secrets/plugins/encode.c +1 -1
  44. package/project/.sdk/tm/c/feature/secrets/plugins/gcpsecrets.c +1 -1
  45. package/project/.sdk/tm/c/feature/secrets/plugins/hashicorp.c +1 -1
  46. package/project/.sdk/tm/c/feature/secrets/plugins/httpjson.c +1 -1
  47. package/project/.sdk/tm/c/feature/secrets/plugins/infisical.c +1 -1
  48. package/project/.sdk/tm/c/feature/secrets/plugins/onepassword.c +1 -1
  49. package/project/.sdk/tm/c/feature/secrets/plugins/proc.c +1 -1
  50. package/project/.sdk/tm/c/feature/secrets/plugins/secretspec.c +1 -1
  51. package/project/.sdk/tm/c/feature/secrets/plugins/sekretoplugins.h +1 -1
  52. package/project/.sdk/tm/c/feature/secrets/plugins/sha256.c +1 -1
  53. package/project/.sdk/tm/c/feature/secrets/plugins/sigv4.c +1 -1
  54. package/project/.sdk/tm/c/feature/secrets/plugins/support.h +1 -1
  55. package/project/.sdk/tm/c/feature/secrets/plugins/tls.c +1 -1
  56. package/project/.sdk/tm/c/feature/secrets/sekreto/internal.h +1 -1
  57. package/project/.sdk/tm/c/feature/secrets/sekreto/json.c +1 -1
  58. package/project/.sdk/tm/c/feature/secrets/sekreto/providers.c +1 -1
  59. package/project/.sdk/tm/c/feature/secrets/sekreto/sekreto.c +1 -1
  60. package/project/.sdk/tm/c/feature/secrets/sekreto/sekreto.h +1 -1
  61. package/project/.sdk/tm/c/feature/secrets/sekreto/util.c +1 -1
  62. package/project/.sdk/tm/c/tests/vendor/omni/json.c +1 -1
  63. package/project/.sdk/tm/c/tests/vendor/omni/omni.h +1 -1
  64. package/project/.sdk/tm/c/tests/vendor/omni/runner.c +1 -1
  65. package/project/.sdk/tm/c/tests/vendor/omni/util.c +1 -1
  66. package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/capability.clj +1 -1
  67. package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/catalog.clj +1 -1
  68. package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/config.clj +1 -1
  69. package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/depend.clj +1 -1
  70. package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/env.clj +1 -1
  71. package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/export.clj +1 -1
  72. package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/graph.clj +1 -1
  73. package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/host.clj +1 -1
  74. package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/json.clj +1 -1
  75. package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/order.clj +1 -1
  76. package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/point.clj +1 -1
  77. package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/ref.clj +1 -1
  78. package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/resolve.clj +1 -1
  79. package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/types.clj +1 -1
  80. package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/version.clj +1 -1
  81. package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin.clj +1 -1
  82. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/addr.clj +1 -1
  83. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/chain.clj +1 -1
  84. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/core.clj +1 -1
  85. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/json.clj +1 -1
  86. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/aws.clj +1 -1
  87. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/azuresecrets.clj +1 -1
  88. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/boru.clj +1 -1
  89. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/doppler.clj +1 -1
  90. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/gcpsecrets.clj +1 -1
  91. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/hashicorp.clj +1 -1
  92. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/httpjson.clj +1 -1
  93. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/infisical.clj +1 -1
  94. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/onepassword.clj +1 -1
  95. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/proc.clj +1 -1
  96. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/secretspec.clj +1 -1
  97. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/sigv4.clj +1 -1
  98. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/provider.clj +1 -1
  99. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/providers.clj +1 -1
  100. package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto.clj +1 -1
  101. package/project/.sdk/tm/clojure/test/vendor/omni/voxgig/omni/json.clj +1 -1
  102. package/project/.sdk/tm/clojure/test/vendor/omni/voxgig/omni/runner.clj +1 -1
  103. package/project/.sdk/tm/clojure/test/vendor/omni/voxgig/omni/util.clj +1 -1
  104. package/project/.sdk/tm/cpp/feature/secrets/plugin/capability.cpp +1 -1
  105. package/project/.sdk/tm/cpp/feature/secrets/plugin/capability.hpp +1 -1
  106. package/project/.sdk/tm/cpp/feature/secrets/plugin/catalog.cpp +1 -1
  107. package/project/.sdk/tm/cpp/feature/secrets/plugin/catalog.hpp +1 -1
  108. package/project/.sdk/tm/cpp/feature/secrets/plugin/config.cpp +1 -1
  109. package/project/.sdk/tm/cpp/feature/secrets/plugin/config.hpp +1 -1
  110. package/project/.sdk/tm/cpp/feature/secrets/plugin/depend.cpp +1 -1
  111. package/project/.sdk/tm/cpp/feature/secrets/plugin/depend.hpp +1 -1
  112. package/project/.sdk/tm/cpp/feature/secrets/plugin/env.cpp +1 -1
  113. package/project/.sdk/tm/cpp/feature/secrets/plugin/env.hpp +1 -1
  114. package/project/.sdk/tm/cpp/feature/secrets/plugin/export.cpp +1 -1
  115. package/project/.sdk/tm/cpp/feature/secrets/plugin/export.hpp +1 -1
  116. package/project/.sdk/tm/cpp/feature/secrets/plugin/graph.cpp +1 -1
  117. package/project/.sdk/tm/cpp/feature/secrets/plugin/graph.hpp +1 -1
  118. package/project/.sdk/tm/cpp/feature/secrets/plugin/host.cpp +1 -1
  119. package/project/.sdk/tm/cpp/feature/secrets/plugin/host.hpp +1 -1
  120. package/project/.sdk/tm/cpp/feature/secrets/plugin/order.cpp +1 -1
  121. package/project/.sdk/tm/cpp/feature/secrets/plugin/order.hpp +1 -1
  122. package/project/.sdk/tm/cpp/feature/secrets/plugin/point.cpp +1 -1
  123. package/project/.sdk/tm/cpp/feature/secrets/plugin/point.hpp +1 -1
  124. package/project/.sdk/tm/cpp/feature/secrets/plugin/ref.cpp +1 -1
  125. package/project/.sdk/tm/cpp/feature/secrets/plugin/ref.hpp +1 -1
  126. package/project/.sdk/tm/cpp/feature/secrets/plugin/resolve.cpp +1 -1
  127. package/project/.sdk/tm/cpp/feature/secrets/plugin/resolve.hpp +1 -1
  128. package/project/.sdk/tm/cpp/feature/secrets/plugin/types.cpp +1 -1
  129. package/project/.sdk/tm/cpp/feature/secrets/plugin/types.hpp +1 -1
  130. package/project/.sdk/tm/cpp/feature/secrets/plugin/value.cpp +1 -1
  131. package/project/.sdk/tm/cpp/feature/secrets/plugin/value.hpp +1 -1
  132. package/project/.sdk/tm/cpp/feature/secrets/plugin/version.cpp +1 -1
  133. package/project/.sdk/tm/cpp/feature/secrets/plugin/version.hpp +1 -1
  134. package/project/.sdk/tm/cpp/feature/secrets/plugins/Aws.cpp +1 -1
  135. package/project/.sdk/tm/cpp/feature/secrets/plugins/Aws.hpp +1 -1
  136. package/project/.sdk/tm/cpp/feature/secrets/plugins/Azuresecrets.cpp +1 -1
  137. package/project/.sdk/tm/cpp/feature/secrets/plugins/Azuresecrets.hpp +1 -1
  138. package/project/.sdk/tm/cpp/feature/secrets/plugins/Boru.cpp +1 -1
  139. package/project/.sdk/tm/cpp/feature/secrets/plugins/Boru.hpp +1 -1
  140. package/project/.sdk/tm/cpp/feature/secrets/plugins/Crypto.cpp +1 -1
  141. package/project/.sdk/tm/cpp/feature/secrets/plugins/Crypto.hpp +1 -1
  142. package/project/.sdk/tm/cpp/feature/secrets/plugins/Doppler.cpp +1 -1
  143. package/project/.sdk/tm/cpp/feature/secrets/plugins/Doppler.hpp +1 -1
  144. package/project/.sdk/tm/cpp/feature/secrets/plugins/Gcpsecrets.cpp +1 -1
  145. package/project/.sdk/tm/cpp/feature/secrets/plugins/Gcpsecrets.hpp +1 -1
  146. package/project/.sdk/tm/cpp/feature/secrets/plugins/Hashicorp.cpp +1 -1
  147. package/project/.sdk/tm/cpp/feature/secrets/plugins/Hashicorp.hpp +1 -1
  148. package/project/.sdk/tm/cpp/feature/secrets/plugins/Httpjson.cpp +1 -1
  149. package/project/.sdk/tm/cpp/feature/secrets/plugins/Httpjson.hpp +1 -1
  150. package/project/.sdk/tm/cpp/feature/secrets/plugins/Infisical.cpp +1 -1
  151. package/project/.sdk/tm/cpp/feature/secrets/plugins/Infisical.hpp +1 -1
  152. package/project/.sdk/tm/cpp/feature/secrets/plugins/Onepassword.cpp +1 -1
  153. package/project/.sdk/tm/cpp/feature/secrets/plugins/Onepassword.hpp +1 -1
  154. package/project/.sdk/tm/cpp/feature/secrets/plugins/Proc.cpp +1 -1
  155. package/project/.sdk/tm/cpp/feature/secrets/plugins/Proc.hpp +1 -1
  156. package/project/.sdk/tm/cpp/feature/secrets/plugins/Secretspec.cpp +1 -1
  157. package/project/.sdk/tm/cpp/feature/secrets/plugins/Secretspec.hpp +1 -1
  158. package/project/.sdk/tm/cpp/feature/secrets/plugins/Sigv4.cpp +1 -1
  159. package/project/.sdk/tm/cpp/feature/secrets/plugins/Sigv4.hpp +1 -1
  160. package/project/.sdk/tm/cpp/feature/secrets/plugins/Tls.cpp +1 -1
  161. package/project/.sdk/tm/cpp/feature/secrets/plugins/Tls.hpp +1 -1
  162. package/project/.sdk/tm/cpp/feature/secrets/sekreto/Json.cpp +1 -1
  163. package/project/.sdk/tm/cpp/feature/secrets/sekreto/Json.hpp +1 -1
  164. package/project/.sdk/tm/cpp/feature/secrets/sekreto/Provider.cpp +1 -1
  165. package/project/.sdk/tm/cpp/feature/secrets/sekreto/Provider.hpp +1 -1
  166. package/project/.sdk/tm/cpp/feature/secrets/sekreto/Providers.cpp +1 -1
  167. package/project/.sdk/tm/cpp/feature/secrets/sekreto/Providers.hpp +1 -1
  168. package/project/.sdk/tm/cpp/feature/secrets/sekreto/Sekreto.cpp +1 -1
  169. package/project/.sdk/tm/cpp/feature/secrets/sekreto/Sekreto.hpp +1 -1
  170. package/project/.sdk/tm/cpp/test/vendor/omni/json.hpp +1 -1
  171. package/project/.sdk/tm/cpp/test/vendor/omni/omni.hpp +1 -1
  172. package/project/.sdk/tm/cpp/test/vendor/omni/util.hpp +1 -1
  173. package/project/.sdk/tm/csharp/feature/secrets/plugin/Capability.cs +1 -1
  174. package/project/.sdk/tm/csharp/feature/secrets/plugin/Catalog.cs +1 -1
  175. package/project/.sdk/tm/csharp/feature/secrets/plugin/Config.cs +1 -1
  176. package/project/.sdk/tm/csharp/feature/secrets/plugin/Definition.cs +1 -1
  177. package/project/.sdk/tm/csharp/feature/secrets/plugin/Depend.cs +1 -1
  178. package/project/.sdk/tm/csharp/feature/secrets/plugin/Entry.cs +1 -1
  179. package/project/.sdk/tm/csharp/feature/secrets/plugin/Env.cs +1 -1
  180. package/project/.sdk/tm/csharp/feature/secrets/plugin/Export.cs +1 -1
  181. package/project/.sdk/tm/csharp/feature/secrets/plugin/Graph.cs +1 -1
  182. package/project/.sdk/tm/csharp/feature/secrets/plugin/Host.cs +1 -1
  183. package/project/.sdk/tm/csharp/feature/secrets/plugin/Inst.cs +1 -1
  184. package/project/.sdk/tm/csharp/feature/secrets/plugin/Json.cs +1 -1
  185. package/project/.sdk/tm/csharp/feature/secrets/plugin/Order.cs +1 -1
  186. package/project/.sdk/tm/csharp/feature/secrets/plugin/Plugin.cs +1 -1
  187. package/project/.sdk/tm/csharp/feature/secrets/plugin/Point.cs +1 -1
  188. package/project/.sdk/tm/csharp/feature/secrets/plugin/Refs.cs +1 -1
  189. package/project/.sdk/tm/csharp/feature/secrets/plugin/Resolve.cs +1 -1
  190. package/project/.sdk/tm/csharp/feature/secrets/plugin/Types.cs +1 -1
  191. package/project/.sdk/tm/csharp/feature/secrets/plugin/Version.cs +1 -1
  192. package/project/.sdk/tm/csharp/feature/secrets/plugins/Aws.cs +1 -1
  193. package/project/.sdk/tm/csharp/feature/secrets/plugins/AzureSecrets.cs +1 -1
  194. package/project/.sdk/tm/csharp/feature/secrets/plugins/Boru.cs +1 -1
  195. package/project/.sdk/tm/csharp/feature/secrets/plugins/Child.cs +1 -1
  196. package/project/.sdk/tm/csharp/feature/secrets/plugins/Doppler.cs +1 -1
  197. package/project/.sdk/tm/csharp/feature/secrets/plugins/GcpSecrets.cs +1 -1
  198. package/project/.sdk/tm/csharp/feature/secrets/plugins/Hashicorp.cs +1 -1
  199. package/project/.sdk/tm/csharp/feature/secrets/plugins/HttpJson.cs +1 -1
  200. package/project/.sdk/tm/csharp/feature/secrets/plugins/Infisical.cs +1 -1
  201. package/project/.sdk/tm/csharp/feature/secrets/plugins/OnePassword.cs +1 -1
  202. package/project/.sdk/tm/csharp/feature/secrets/plugins/SecretSpec.cs +1 -1
  203. package/project/.sdk/tm/csharp/feature/secrets/plugins/Sigv4.cs +1 -1
  204. package/project/.sdk/tm/csharp/feature/secrets/sekreto/Json.cs +1 -1
  205. package/project/.sdk/tm/csharp/feature/secrets/sekreto/Providers.cs +1 -1
  206. package/project/.sdk/tm/csharp/feature/secrets/sekreto/Sekreto.cs +1 -1
  207. package/project/.sdk/tm/csharp/test/vendor/omni/Runner.cs +1 -1
  208. package/project/.sdk/tm/csharp/test/vendor/omni/Util.cs +1 -1
  209. package/project/.sdk/tm/csharp/utility/struct/Struct.cs +1 -1
  210. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/capability.ex +1 -1
  211. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/catalog.ex +1 -1
  212. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/config.ex +1 -1
  213. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/depend.ex +1 -1
  214. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/env.ex +1 -1
  215. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/error.ex +1 -1
  216. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/export.ex +1 -1
  217. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/graph.ex +1 -1
  218. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/host.ex +1 -1
  219. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/inst.ex +1 -1
  220. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/json.ex +1 -1
  221. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/order.ex +1 -1
  222. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/point.ex +1 -1
  223. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/ref.ex +1 -1
  224. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/resolve.ex +1 -1
  225. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/types.ex +1 -1
  226. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/version.ex +1 -1
  227. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/voxgig_plugin.ex +1 -1
  228. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/json.ex +1 -1
  229. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/aws.ex +1 -1
  230. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/azuresecrets.ex +1 -1
  231. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/boru.ex +1 -1
  232. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/doppler.ex +1 -1
  233. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/gcpsecrets.ex +1 -1
  234. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/hashicorp.ex +1 -1
  235. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/http.ex +1 -1
  236. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/httpjson.ex +1 -1
  237. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/infisical.ex +1 -1
  238. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/onepassword.ex +1 -1
  239. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/proc.ex +1 -1
  240. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/secretspec.ex +1 -1
  241. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/sigv4.ex +1 -1
  242. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/provider.ex +1 -1
  243. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/providers.ex +1 -1
  244. package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/sekreto.ex +1 -1
  245. package/project/.sdk/tm/elixir/test/vendor/omni/json.ex +1 -1
  246. package/project/.sdk/tm/elixir/test/vendor/omni/runner.ex +1 -1
  247. package/project/.sdk/tm/elixir/test/vendor/omni/util.ex +1 -1
  248. package/project/.sdk/tm/go/feature/secrets/plugin/capability.go +1 -1
  249. package/project/.sdk/tm/go/feature/secrets/plugin/catalog.go +1 -1
  250. package/project/.sdk/tm/go/feature/secrets/plugin/config.go +1 -1
  251. package/project/.sdk/tm/go/feature/secrets/plugin/depend.go +1 -1
  252. package/project/.sdk/tm/go/feature/secrets/plugin/env.go +1 -1
  253. package/project/.sdk/tm/go/feature/secrets/plugin/export.go +1 -1
  254. package/project/.sdk/tm/go/feature/secrets/plugin/graph.go +1 -1
  255. package/project/.sdk/tm/go/feature/secrets/plugin/host.go +1 -1
  256. package/project/.sdk/tm/go/feature/secrets/plugin/order.go +1 -1
  257. package/project/.sdk/tm/go/feature/secrets/plugin/point.go +1 -1
  258. package/project/.sdk/tm/go/feature/secrets/plugin/ref.go +1 -1
  259. package/project/.sdk/tm/go/feature/secrets/plugin/resolve.go +1 -1
  260. package/project/.sdk/tm/go/feature/secrets/plugin/types.go +1 -1
  261. package/project/.sdk/tm/go/feature/secrets/plugin/util.go +1 -1
  262. package/project/.sdk/tm/go/feature/secrets/plugin/version.go +1 -1
  263. package/project/.sdk/tm/go/feature/secrets/plugins/aws/aws.go +1 -1
  264. package/project/.sdk/tm/go/feature/secrets/plugins/aws/sigv4.go +1 -1
  265. package/project/.sdk/tm/go/feature/secrets/plugins/azuresecrets/azuresecrets.go +1 -1
  266. package/project/.sdk/tm/go/feature/secrets/plugins/boru/boru.go +1 -1
  267. package/project/.sdk/tm/go/feature/secrets/plugins/doppler/doppler.go +1 -1
  268. package/project/.sdk/tm/go/feature/secrets/plugins/gcpsecrets/gcpsecrets.go +1 -1
  269. package/project/.sdk/tm/go/feature/secrets/plugins/hashicorp/hashicorp.go +1 -1
  270. package/project/.sdk/tm/go/feature/secrets/plugins/httpjson/httpjson.go +1 -1
  271. package/project/.sdk/tm/go/feature/secrets/plugins/infisical/infisical.go +1 -1
  272. package/project/.sdk/tm/go/feature/secrets/plugins/onepassword/onepassword.go +1 -1
  273. package/project/.sdk/tm/go/feature/secrets/plugins/secretspec/secretspec.go +1 -1
  274. package/project/.sdk/tm/go/feature/secrets/sekreto/addr.go +1 -1
  275. package/project/.sdk/tm/go/feature/secrets/sekreto/providers.go +1 -1
  276. package/project/.sdk/tm/go/feature/secrets/sekreto/sekreto.go +1 -1
  277. package/project/.sdk/tm/go/test/omni/omni.go +1 -1
  278. package/project/.sdk/tm/go/test/omni/util.go +1 -1
  279. package/project/.sdk/tm/go/utility/struct/voxgigstruct.go +1 -1
  280. package/project/.sdk/tm/java/feature/secrets/plugin/Capability.java +1 -1
  281. package/project/.sdk/tm/java/feature/secrets/plugin/Catalog.java +1 -1
  282. package/project/.sdk/tm/java/feature/secrets/plugin/Config.java +1 -1
  283. package/project/.sdk/tm/java/feature/secrets/plugin/Definition.java +1 -1
  284. package/project/.sdk/tm/java/feature/secrets/plugin/Depend.java +1 -1
  285. package/project/.sdk/tm/java/feature/secrets/plugin/Entry.java +1 -1
  286. package/project/.sdk/tm/java/feature/secrets/plugin/Env.java +1 -1
  287. package/project/.sdk/tm/java/feature/secrets/plugin/Export.java +1 -1
  288. package/project/.sdk/tm/java/feature/secrets/plugin/Graph.java +1 -1
  289. package/project/.sdk/tm/java/feature/secrets/plugin/Host.java +1 -1
  290. package/project/.sdk/tm/java/feature/secrets/plugin/Inst.java +1 -1
  291. package/project/.sdk/tm/java/feature/secrets/plugin/Json.java +1 -1
  292. package/project/.sdk/tm/java/feature/secrets/plugin/Order.java +1 -1
  293. package/project/.sdk/tm/java/feature/secrets/plugin/Plugin.java +1 -1
  294. package/project/.sdk/tm/java/feature/secrets/plugin/PluginException.java +1 -1
  295. package/project/.sdk/tm/java/feature/secrets/plugin/Point.java +1 -1
  296. package/project/.sdk/tm/java/feature/secrets/plugin/Refs.java +1 -1
  297. package/project/.sdk/tm/java/feature/secrets/plugin/Resolve.java +1 -1
  298. package/project/.sdk/tm/java/feature/secrets/plugin/Types.java +1 -1
  299. package/project/.sdk/tm/java/feature/secrets/plugin/Version.java +1 -1
  300. package/project/.sdk/tm/java/feature/secrets/sekreto/Addr.java +1 -1
  301. package/project/.sdk/tm/java/feature/secrets/sekreto/Builtins.java +1 -1
  302. package/project/.sdk/tm/java/feature/secrets/sekreto/Json.java +1 -1
  303. package/project/.sdk/tm/java/feature/secrets/sekreto/Provider.java +1 -1
  304. package/project/.sdk/tm/java/feature/secrets/sekreto/Sekreto.java +1 -1
  305. package/project/.sdk/tm/java/feature/secrets/sekreto/Support.java +1 -1
  306. package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Aws.java +1 -1
  307. package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Azuresecrets.java +1 -1
  308. package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Boru.java +1 -1
  309. package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Doppler.java +1 -1
  310. package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Gcpsecrets.java +1 -1
  311. package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Hashicorp.java +1 -1
  312. package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Httpjson.java +1 -1
  313. package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Infisical.java +1 -1
  314. package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Onepassword.java +1 -1
  315. package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Proc.java +1 -1
  316. package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Secretspec.java +1 -1
  317. package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Sigv4.java +1 -1
  318. package/project/.sdk/tm/java/test/vendor/omni/Json.java +1 -1
  319. package/project/.sdk/tm/java/test/vendor/omni/Runner.java +1 -1
  320. package/project/.sdk/tm/java/test/vendor/omni/Util.java +1 -1
  321. package/project/.sdk/tm/java/utility/struct/Struct.java +1 -1
  322. package/project/.sdk/tm/js/src/feature/secrets/plugin/capability.js +1 -1
  323. package/project/.sdk/tm/js/src/feature/secrets/plugin/catalog.js +1 -1
  324. package/project/.sdk/tm/js/src/feature/secrets/plugin/config.js +1 -1
  325. package/project/.sdk/tm/js/src/feature/secrets/plugin/depend.js +1 -1
  326. package/project/.sdk/tm/js/src/feature/secrets/plugin/env.js +1 -1
  327. package/project/.sdk/tm/js/src/feature/secrets/plugin/export.js +1 -1
  328. package/project/.sdk/tm/js/src/feature/secrets/plugin/graph.js +1 -1
  329. package/project/.sdk/tm/js/src/feature/secrets/plugin/host.js +1 -1
  330. package/project/.sdk/tm/js/src/feature/secrets/plugin/index.js +1 -1
  331. package/project/.sdk/tm/js/src/feature/secrets/plugin/order.js +1 -1
  332. package/project/.sdk/tm/js/src/feature/secrets/plugin/point.js +1 -1
  333. package/project/.sdk/tm/js/src/feature/secrets/plugin/ref.js +1 -1
  334. package/project/.sdk/tm/js/src/feature/secrets/plugin/resolve.js +1 -1
  335. package/project/.sdk/tm/js/src/feature/secrets/plugin/types.js +1 -1
  336. package/project/.sdk/tm/js/src/feature/secrets/plugin/version.js +1 -1
  337. package/project/.sdk/tm/js/src/feature/secrets/sekreto/Sekreto.js +1 -1
  338. package/project/.sdk/tm/js/src/feature/secrets/sekreto/index.js +1 -1
  339. package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/aws.js +1 -1
  340. package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/azuresecrets.js +1 -1
  341. package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/boru.js +1 -1
  342. package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/doppler.js +1 -1
  343. package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/gcpsecrets.js +1 -1
  344. package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/hashicorp.js +1 -1
  345. package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/httpjson.js +1 -1
  346. package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/infisical.js +1 -1
  347. package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/onepassword.js +1 -1
  348. package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/secretspec.js +1 -1
  349. package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/sigv4.js +1 -1
  350. package/project/.sdk/tm/js/src/feature/secrets/sekreto/provider/addr.js +1 -1
  351. package/project/.sdk/tm/js/src/feature/secrets/sekreto/provider/builtin.js +1 -1
  352. package/project/.sdk/tm/js/src/feature/secrets/sekreto/provider/dotenv.js +1 -1
  353. package/project/.sdk/tm/js/src/feature/secrets/sekreto/provider/env.js +1 -1
  354. package/project/.sdk/tm/js/src/feature/secrets/sekreto/provider/file.js +1 -1
  355. package/project/.sdk/tm/js/src/feature/secrets/sekreto/provider/memory.js +1 -1
  356. package/project/.sdk/tm/js/src/feature/secrets/sekreto/provider/support.js +1 -1
  357. package/project/.sdk/tm/js/src/utility/StructUtility.js +2 -2
  358. package/project/.sdk/tm/js/src/utility/TransformRequestUtility.js +49 -1
  359. package/project/.sdk/tm/js/test/vendor/omni/index.js +1 -1
  360. package/project/.sdk/tm/js/test/vendor/omni/runner.js +1 -1
  361. package/project/.sdk/tm/js/test/vendor/omni/util.js +1 -1
  362. package/project/.sdk/tm/kotlin/feature/secrets/plugin/Capability.kt +1 -1
  363. package/project/.sdk/tm/kotlin/feature/secrets/plugin/Catalog.kt +1 -1
  364. package/project/.sdk/tm/kotlin/feature/secrets/plugin/Config.kt +1 -1
  365. package/project/.sdk/tm/kotlin/feature/secrets/plugin/Depend.kt +1 -1
  366. package/project/.sdk/tm/kotlin/feature/secrets/plugin/Env.kt +1 -1
  367. package/project/.sdk/tm/kotlin/feature/secrets/plugin/Export.kt +1 -1
  368. package/project/.sdk/tm/kotlin/feature/secrets/plugin/Graph.kt +1 -1
  369. package/project/.sdk/tm/kotlin/feature/secrets/plugin/Host.kt +1 -1
  370. package/project/.sdk/tm/kotlin/feature/secrets/plugin/Json.kt +1 -1
  371. package/project/.sdk/tm/kotlin/feature/secrets/plugin/Order.kt +1 -1
  372. package/project/.sdk/tm/kotlin/feature/secrets/plugin/Plugin.kt +1 -1
  373. package/project/.sdk/tm/kotlin/feature/secrets/plugin/Point.kt +1 -1
  374. package/project/.sdk/tm/kotlin/feature/secrets/plugin/Refs.kt +1 -1
  375. package/project/.sdk/tm/kotlin/feature/secrets/plugin/Resolve.kt +1 -1
  376. package/project/.sdk/tm/kotlin/feature/secrets/plugin/Types.kt +1 -1
  377. package/project/.sdk/tm/kotlin/feature/secrets/plugin/Version.kt +1 -1
  378. package/project/.sdk/tm/kotlin/feature/secrets/sekreto/Json.kt +1 -1
  379. package/project/.sdk/tm/kotlin/feature/secrets/sekreto/Provider.kt +1 -1
  380. package/project/.sdk/tm/kotlin/feature/secrets/sekreto/Providers.kt +1 -1
  381. package/project/.sdk/tm/kotlin/feature/secrets/sekreto/Sekreto.kt +1 -1
  382. package/project/.sdk/tm/kotlin/feature/secrets/sekreto/Spec.kt +1 -1
  383. package/project/.sdk/tm/kotlin/feature/secrets/sekreto/Support.kt +1 -1
  384. package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Aws.kt +1 -1
  385. package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Azuresecrets.kt +1 -1
  386. package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Boru.kt +1 -1
  387. package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Doppler.kt +1 -1
  388. package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Gcpsecrets.kt +1 -1
  389. package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Hashicorp.kt +1 -1
  390. package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Httpjson.kt +1 -1
  391. package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Infisical.kt +1 -1
  392. package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Onepassword.kt +1 -1
  393. package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Secretspec.kt +1 -1
  394. package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Sigv4.kt +1 -1
  395. package/project/.sdk/tm/kotlin/test/vendor/omni/Json.kt +1 -1
  396. package/project/.sdk/tm/kotlin/test/vendor/omni/Runner.kt +1 -1
  397. package/project/.sdk/tm/kotlin/test/vendor/omni/Util.kt +1 -1
  398. package/project/.sdk/tm/kotlin/utility/struct/Struct.kt +1 -1
  399. package/project/.sdk/tm/lua/feature/secrets/native/sekretonet.c +1 -1
  400. package/project/.sdk/tm/lua/feature/secrets/plugin/capability.lua +1 -1
  401. package/project/.sdk/tm/lua/feature/secrets/plugin/catalog.lua +1 -1
  402. package/project/.sdk/tm/lua/feature/secrets/plugin/config.lua +1 -1
  403. package/project/.sdk/tm/lua/feature/secrets/plugin/depend.lua +1 -1
  404. package/project/.sdk/tm/lua/feature/secrets/plugin/env.lua +1 -1
  405. package/project/.sdk/tm/lua/feature/secrets/plugin/export.lua +1 -1
  406. package/project/.sdk/tm/lua/feature/secrets/plugin/graph.lua +1 -1
  407. package/project/.sdk/tm/lua/feature/secrets/plugin/host.lua +1 -1
  408. package/project/.sdk/tm/lua/feature/secrets/plugin/json.lua +1 -1
  409. package/project/.sdk/tm/lua/feature/secrets/plugin/order.lua +1 -1
  410. package/project/.sdk/tm/lua/feature/secrets/plugin/point.lua +1 -1
  411. package/project/.sdk/tm/lua/feature/secrets/plugin/ref.lua +1 -1
  412. package/project/.sdk/tm/lua/feature/secrets/plugin/resolve.lua +1 -1
  413. package/project/.sdk/tm/lua/feature/secrets/plugin/types.lua +1 -1
  414. package/project/.sdk/tm/lua/feature/secrets/plugin/version.lua +1 -1
  415. package/project/.sdk/tm/lua/feature/secrets/plugin.lua +1 -1
  416. package/project/.sdk/tm/lua/feature/secrets/sekreto/addr.lua +1 -1
  417. package/project/.sdk/tm/lua/feature/secrets/sekreto/err.lua +1 -1
  418. package/project/.sdk/tm/lua/feature/secrets/sekreto/name.lua +1 -1
  419. package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/aws.lua +1 -1
  420. package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/azuresecrets.lua +1 -1
  421. package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/boru.lua +1 -1
  422. package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/crypto.lua +1 -1
  423. package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/doppler.lua +1 -1
  424. package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/gcpsecrets.lua +1 -1
  425. package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/hashicorp.lua +1 -1
  426. package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/httpjson.lua +1 -1
  427. package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/infisical.lua +1 -1
  428. package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/json.lua +1 -1
  429. package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/net.lua +1 -1
  430. package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/onepassword.lua +1 -1
  431. package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/secretspec.lua +1 -1
  432. package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/sigv4.lua +1 -1
  433. package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/support.lua +1 -1
  434. package/project/.sdk/tm/lua/feature/secrets/sekreto/providers.lua +1 -1
  435. package/project/.sdk/tm/lua/feature/secrets/sekreto.lua +1 -1
  436. package/project/.sdk/tm/lua/test/vendor/omni/json.lua +1 -1
  437. package/project/.sdk/tm/lua/test/vendor/omni/regex.lua +1 -1
  438. package/project/.sdk/tm/lua/test/vendor/omni/runner.lua +1 -1
  439. package/project/.sdk/tm/lua/test/vendor/omni/util.lua +1 -1
  440. package/project/.sdk/tm/lua/utility/struct/regex.lua +1 -1
  441. package/project/.sdk/tm/lua/utility/struct/struct.lua +1 -1
  442. package/project/.sdk/tm/ocaml/feature/secrets/plugin/capability.ml +1 -1
  443. package/project/.sdk/tm/ocaml/feature/secrets/plugin/catalog.ml +1 -1
  444. package/project/.sdk/tm/ocaml/feature/secrets/plugin/config.ml +1 -1
  445. package/project/.sdk/tm/ocaml/feature/secrets/plugin/defs.ml +1 -1
  446. package/project/.sdk/tm/ocaml/feature/secrets/plugin/depend.ml +1 -1
  447. package/project/.sdk/tm/ocaml/feature/secrets/plugin/env.ml +1 -1
  448. package/project/.sdk/tm/ocaml/feature/secrets/plugin/export.ml +1 -1
  449. package/project/.sdk/tm/ocaml/feature/secrets/plugin/graph.ml +1 -1
  450. package/project/.sdk/tm/ocaml/feature/secrets/plugin/host.ml +1 -1
  451. package/project/.sdk/tm/ocaml/feature/secrets/plugin/order.ml +1 -1
  452. package/project/.sdk/tm/ocaml/feature/secrets/plugin/point.ml +1 -1
  453. package/project/.sdk/tm/ocaml/feature/secrets/plugin/ref.ml +1 -1
  454. package/project/.sdk/tm/ocaml/feature/secrets/plugin/resolve.ml +1 -1
  455. package/project/.sdk/tm/ocaml/feature/secrets/plugin/types.ml +1 -1
  456. package/project/.sdk/tm/ocaml/feature/secrets/plugin/value.ml +1 -1
  457. package/project/.sdk/tm/ocaml/feature/secrets/plugin/version.ml +1 -1
  458. package/project/.sdk/tm/ocaml/feature/secrets/plugins/aws.ml +1 -1
  459. package/project/.sdk/tm/ocaml/feature/secrets/plugins/azuresecrets.ml +1 -1
  460. package/project/.sdk/tm/ocaml/feature/secrets/plugins/boru.ml +1 -1
  461. package/project/.sdk/tm/ocaml/feature/secrets/plugins/crypto.ml +1 -1
  462. package/project/.sdk/tm/ocaml/feature/secrets/plugins/doppler.ml +1 -1
  463. package/project/.sdk/tm/ocaml/feature/secrets/plugins/gcpsecrets.ml +1 -1
  464. package/project/.sdk/tm/ocaml/feature/secrets/plugins/hashicorp.ml +1 -1
  465. package/project/.sdk/tm/ocaml/feature/secrets/plugins/http.ml +1 -1
  466. package/project/.sdk/tm/ocaml/feature/secrets/plugins/httpjson.ml +1 -1
  467. package/project/.sdk/tm/ocaml/feature/secrets/plugins/infisical.ml +1 -1
  468. package/project/.sdk/tm/ocaml/feature/secrets/plugins/onepassword.ml +1 -1
  469. package/project/.sdk/tm/ocaml/feature/secrets/plugins/runcmd.ml +1 -1
  470. package/project/.sdk/tm/ocaml/feature/secrets/plugins/secretspec.ml +1 -1
  471. package/project/.sdk/tm/ocaml/feature/secrets/plugins/sigv4.ml +1 -1
  472. package/project/.sdk/tm/ocaml/feature/secrets/plugins/tls.ml +1 -1
  473. package/project/.sdk/tm/ocaml/feature/secrets/plugins/tls_stubs.c +1 -1
  474. package/project/.sdk/tm/ocaml/feature/secrets/sekreto/json.ml +1 -1
  475. package/project/.sdk/tm/ocaml/feature/secrets/sekreto/provider.ml +1 -1
  476. package/project/.sdk/tm/ocaml/feature/secrets/sekreto/secret.ml +1 -1
  477. package/project/.sdk/tm/ocaml/feature/secrets/sekreto/sekreto.ml +1 -1
  478. package/project/.sdk/tm/ocaml/test/vendor/omni/omni.ml +1 -1
  479. package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Capability.pm +1 -1
  480. package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Catalog.pm +1 -1
  481. package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Config.pm +1 -1
  482. package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Depend.pm +1 -1
  483. package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Env.pm +1 -1
  484. package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Export.pm +1 -1
  485. package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Graph.pm +1 -1
  486. package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Host.pm +1 -1
  487. package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Order.pm +1 -1
  488. package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Point.pm +1 -1
  489. package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Ref.pm +1 -1
  490. package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Resolve.pm +1 -1
  491. package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Types.pm +25 -1
  492. package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Version.pm +1 -1
  493. package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin.pm +1 -1
  494. package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Aws.pm +1 -1
  495. package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Azuresecrets.pm +1 -1
  496. package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Boru.pm +1 -1
  497. package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Doppler.pm +1 -1
  498. package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Gcpsecrets.pm +1 -1
  499. package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Hashicorp.pm +1 -1
  500. package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Httpjson.pm +1 -1
  501. package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Infisical.pm +1 -1
  502. package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Onepassword.pm +1 -1
  503. package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Proc.pm +1 -1
  504. package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Secretspec.pm +1 -1
  505. package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Sigv4.pm +1 -1
  506. package/project/.sdk/tm/perl/feature/secrets/sekreto/Voxgig/Sekreto/Addr.pm +1 -1
  507. package/project/.sdk/tm/perl/feature/secrets/sekreto/Voxgig/Sekreto/Providers.pm +1 -1
  508. package/project/.sdk/tm/perl/feature/secrets/sekreto/Voxgig/Sekreto.pm +1 -1
  509. package/project/.sdk/tm/perl/lib/Voxgig/Struct.pm +1 -1
  510. package/project/.sdk/tm/perl/t/vendor/omni/Voxgig/Omni/Runner.pm +1 -1
  511. package/project/.sdk/tm/perl/t/vendor/omni/Voxgig/Omni/Util.pm +1 -1
  512. package/project/.sdk/tm/perl/t/vendor/omni/Voxgig/Omni.pm +1 -1
  513. package/project/.sdk/tm/php/feature/secrets/plugin/Capability.php +1 -1
  514. package/project/.sdk/tm/php/feature/secrets/plugin/Catalog.php +1 -1
  515. package/project/.sdk/tm/php/feature/secrets/plugin/Config.php +1 -1
  516. package/project/.sdk/tm/php/feature/secrets/plugin/Depend.php +1 -1
  517. package/project/.sdk/tm/php/feature/secrets/plugin/Env.php +1 -1
  518. package/project/.sdk/tm/php/feature/secrets/plugin/Export.php +1 -1
  519. package/project/.sdk/tm/php/feature/secrets/plugin/Graph.php +1 -1
  520. package/project/.sdk/tm/php/feature/secrets/plugin/Host.php +1 -1
  521. package/project/.sdk/tm/php/feature/secrets/plugin/Order.php +1 -1
  522. package/project/.sdk/tm/php/feature/secrets/plugin/Point.php +1 -1
  523. package/project/.sdk/tm/php/feature/secrets/plugin/Ref.php +1 -1
  524. package/project/.sdk/tm/php/feature/secrets/plugin/Resolve.php +1 -1
  525. package/project/.sdk/tm/php/feature/secrets/plugin/Types.php +1 -1
  526. package/project/.sdk/tm/php/feature/secrets/plugin/Version.php +1 -1
  527. package/project/.sdk/tm/php/feature/secrets/plugin/plugin.php +1 -1
  528. package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/aws.php +1 -1
  529. package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/azuresecrets.php +1 -1
  530. package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/boru.php +1 -1
  531. package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/doppler.php +1 -1
  532. package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/gcpsecrets.php +1 -1
  533. package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/hashicorp.php +1 -1
  534. package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/httpjson.php +1 -1
  535. package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/infisical.php +1 -1
  536. package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/onepassword.php +1 -1
  537. package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/runcmd.php +1 -1
  538. package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/secretspec.php +1 -1
  539. package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/sigv4.php +1 -1
  540. package/project/.sdk/tm/php/feature/secrets/sekreto/src/Addr.php +1 -1
  541. package/project/.sdk/tm/php/feature/secrets/sekreto/src/Providers.php +1 -1
  542. package/project/.sdk/tm/php/feature/secrets/sekreto/src/Sekreto.php +1 -1
  543. package/project/.sdk/tm/php/test/vendor/omni/Runner.php +1 -1
  544. package/project/.sdk/tm/php/test/vendor/omni/Util.php +1 -1
  545. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/__init__.py +1 -1
  546. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/capability.py +1 -1
  547. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/catalog.py +1 -1
  548. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/config.py +1 -1
  549. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/depend.py +1 -1
  550. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/env.py +1 -1
  551. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/export.py +1 -1
  552. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/graph.py +1 -1
  553. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/host.py +1 -1
  554. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/order.py +1 -1
  555. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/point.py +1 -1
  556. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/ref.py +1 -1
  557. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/resolve.py +1 -1
  558. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/types.py +1 -1
  559. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/version.py +1 -1
  560. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/__init__.py +1 -1
  561. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/addr.py +1 -1
  562. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/aws.py +1 -1
  563. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/azuresecrets.py +1 -1
  564. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/boru.py +1 -1
  565. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/doppler.py +1 -1
  566. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/gcpsecrets.py +1 -1
  567. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/hashicorp.py +1 -1
  568. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/httpjson.py +1 -1
  569. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/infisical.py +1 -1
  570. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/onepassword.py +1 -1
  571. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/secretspec.py +1 -1
  572. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/sigv4.py +1 -1
  573. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/providers.py +1 -1
  574. package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/sekreto.py +1 -1
  575. package/project/.sdk/tm/py/pkg/utility/voxgig_struct/voxgig_struct.py +1 -1
  576. package/project/.sdk/tm/py/test/voxgig_omni/__init__.py +1 -1
  577. package/project/.sdk/tm/py/test/voxgig_omni/runner.py +1 -1
  578. package/project/.sdk/tm/py/test/voxgig_omni/util.py +1 -1
  579. package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/capability.rb +1 -1
  580. package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/catalog.rb +1 -1
  581. package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/config.rb +1 -1
  582. package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/depend.rb +1 -1
  583. package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/env.rb +1 -1
  584. package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/export.rb +1 -1
  585. package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/graph.rb +1 -1
  586. package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/host.rb +1 -1
  587. package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/order.rb +1 -1
  588. package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/point.rb +1 -1
  589. package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/ref.rb +1 -1
  590. package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/resolve.rb +1 -1
  591. package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/types.rb +1 -1
  592. package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/version.rb +1 -1
  593. package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin.rb +1 -1
  594. package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/addr.rb +1 -1
  595. package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/aws.rb +1 -1
  596. package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/azuresecrets.rb +1 -1
  597. package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/boru.rb +1 -1
  598. package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/doppler.rb +1 -1
  599. package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/gcpsecrets.rb +1 -1
  600. package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/hashicorp.rb +1 -1
  601. package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/httpjson.rb +1 -1
  602. package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/infisical.rb +1 -1
  603. package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/onepassword.rb +1 -1
  604. package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/secretspec.rb +1 -1
  605. package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/sigv4.rb +1 -1
  606. package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/providers.rb +1 -1
  607. package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/sekreto.rb +1 -1
  608. package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto.rb +1 -1
  609. package/project/.sdk/tm/rb/test/vendor/omni/runner.rb +1 -1
  610. package/project/.sdk/tm/rb/test/vendor/omni/util.rb +1 -1
  611. package/project/.sdk/tm/rb/test/vendor/omni/voxgig_omni.rb +1 -1
  612. package/project/.sdk/tm/rust/feature/secrets/plugin/capability.rs +1 -1
  613. package/project/.sdk/tm/rust/feature/secrets/plugin/catalog.rs +1 -1
  614. package/project/.sdk/tm/rust/feature/secrets/plugin/config.rs +1 -1
  615. package/project/.sdk/tm/rust/feature/secrets/plugin/depend.rs +1 -1
  616. package/project/.sdk/tm/rust/feature/secrets/plugin/env.rs +1 -1
  617. package/project/.sdk/tm/rust/feature/secrets/plugin/export.rs +1 -1
  618. package/project/.sdk/tm/rust/feature/secrets/plugin/graph.rs +1 -1
  619. package/project/.sdk/tm/rust/feature/secrets/plugin/host.rs +1 -1
  620. package/project/.sdk/tm/rust/feature/secrets/plugin/mod.rs +1 -1
  621. package/project/.sdk/tm/rust/feature/secrets/plugin/order.rs +1 -1
  622. package/project/.sdk/tm/rust/feature/secrets/plugin/point.rs +1 -1
  623. package/project/.sdk/tm/rust/feature/secrets/plugin/refs.rs +1 -1
  624. package/project/.sdk/tm/rust/feature/secrets/plugin/resolve.rs +1 -1
  625. package/project/.sdk/tm/rust/feature/secrets/plugin/types.rs +1 -1
  626. package/project/.sdk/tm/rust/feature/secrets/plugin/value.rs +1 -1
  627. package/project/.sdk/tm/rust/feature/secrets/plugin/version.rs +1 -1
  628. package/project/.sdk/tm/rust/feature/secrets/plugins/aws/crypto.rs +1 -1
  629. package/project/.sdk/tm/rust/feature/secrets/plugins/aws/sigv4.rs +1 -1
  630. package/project/.sdk/tm/rust/feature/secrets/plugins/aws.rs +1 -1
  631. package/project/.sdk/tm/rust/feature/secrets/plugins/azuresecrets.rs +1 -1
  632. package/project/.sdk/tm/rust/feature/secrets/plugins/boru.rs +1 -1
  633. package/project/.sdk/tm/rust/feature/secrets/plugins/doppler.rs +1 -1
  634. package/project/.sdk/tm/rust/feature/secrets/plugins/gcpsecrets.rs +1 -1
  635. package/project/.sdk/tm/rust/feature/secrets/plugins/hashicorp.rs +1 -1
  636. package/project/.sdk/tm/rust/feature/secrets/plugins/httpjson/http.rs +1 -1
  637. package/project/.sdk/tm/rust/feature/secrets/plugins/httpjson/json.rs +1 -1
  638. package/project/.sdk/tm/rust/feature/secrets/plugins/httpjson.rs +1 -1
  639. package/project/.sdk/tm/rust/feature/secrets/plugins/infisical.rs +1 -1
  640. package/project/.sdk/tm/rust/feature/secrets/plugins/onepassword.rs +1 -1
  641. package/project/.sdk/tm/rust/feature/secrets/plugins/secretspec.rs +1 -1
  642. package/project/.sdk/tm/rust/feature/secrets/sekreto/addr.rs +1 -1
  643. package/project/.sdk/tm/rust/feature/secrets/sekreto/mod.rs +1 -1
  644. package/project/.sdk/tm/rust/feature/secrets/sekreto/providers.rs +1 -1
  645. package/project/.sdk/tm/rust/feature/secrets/sekreto/sekreto.rs +1 -1
  646. package/project/.sdk/tm/rust/tests/vendor/omni/json.rs +1 -1
  647. package/project/.sdk/tm/rust/tests/vendor/omni/mod.rs +1 -1
  648. package/project/.sdk/tm/rust/tests/vendor/omni/regex.rs +1 -1
  649. package/project/.sdk/tm/rust/tests/vendor/omni/runner.rs +1 -1
  650. package/project/.sdk/tm/rust/tests/vendor/omni/util.rs +1 -1
  651. package/project/.sdk/tm/scala/feature/secrets/plugin/Capability.scala +1 -1
  652. package/project/.sdk/tm/scala/feature/secrets/plugin/Config.scala +1 -1
  653. package/project/.sdk/tm/scala/feature/secrets/plugin/Depend.scala +1 -1
  654. package/project/.sdk/tm/scala/feature/secrets/plugin/Env.scala +1 -1
  655. package/project/.sdk/tm/scala/feature/secrets/plugin/Export.scala +1 -1
  656. package/project/.sdk/tm/scala/feature/secrets/plugin/Graph.scala +1 -1
  657. package/project/.sdk/tm/scala/feature/secrets/plugin/Host.scala +1 -1
  658. package/project/.sdk/tm/scala/feature/secrets/plugin/Json.scala +1 -1
  659. package/project/.sdk/tm/scala/feature/secrets/plugin/Order.scala +1 -1
  660. package/project/.sdk/tm/scala/feature/secrets/plugin/Plugin.scala +1 -1
  661. package/project/.sdk/tm/scala/feature/secrets/plugin/Point.scala +1 -1
  662. package/project/.sdk/tm/scala/feature/secrets/plugin/Refs.scala +1 -1
  663. package/project/.sdk/tm/scala/feature/secrets/plugin/Resolve.scala +1 -1
  664. package/project/.sdk/tm/scala/feature/secrets/plugin/Types.scala +1 -1
  665. package/project/.sdk/tm/scala/feature/secrets/plugin/Value.scala +1 -1
  666. package/project/.sdk/tm/scala/feature/secrets/plugin/Version.scala +1 -1
  667. package/project/.sdk/tm/scala/feature/secrets/sekreto/Json.scala +1 -1
  668. package/project/.sdk/tm/scala/feature/secrets/sekreto/Provider.scala +1 -1
  669. package/project/.sdk/tm/scala/feature/secrets/sekreto/Providers.scala +1 -1
  670. package/project/.sdk/tm/scala/feature/secrets/sekreto/Sekreto.scala +1 -1
  671. package/project/.sdk/tm/scala/feature/secrets/sekreto/Spec.scala +1 -1
  672. package/project/.sdk/tm/scala/feature/secrets/sekreto/Support.scala +1 -1
  673. package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Aws.scala +1 -1
  674. package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Azuresecrets.scala +1 -1
  675. package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Boru.scala +1 -1
  676. package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Doppler.scala +1 -1
  677. package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Gcpsecrets.scala +1 -1
  678. package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Hashicorp.scala +1 -1
  679. package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Httpjson.scala +1 -1
  680. package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Infisical.scala +1 -1
  681. package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Onepassword.scala +1 -1
  682. package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Secretspec.scala +1 -1
  683. package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Sigv4.scala +1 -1
  684. package/project/.sdk/tm/scala/sdktest/vendor/omni/Json.scala +1 -1
  685. package/project/.sdk/tm/scala/sdktest/vendor/omni/Runner.scala +1 -1
  686. package/project/.sdk/tm/scala/sdktest/vendor/omni/Util.scala +1 -1
  687. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Capability.swift +1 -1
  688. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Catalog.swift +1 -1
  689. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Config.swift +1 -1
  690. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Depend.swift +1 -1
  691. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Env.swift +1 -1
  692. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Export.swift +1 -1
  693. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Graph.swift +1 -1
  694. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Host.swift +1 -1
  695. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Json.swift +1 -1
  696. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Order.swift +1 -1
  697. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Point.swift +1 -1
  698. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Refs.swift +1 -1
  699. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Resolve.swift +1 -1
  700. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Types.swift +1 -1
  701. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Value.swift +1 -1
  702. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Version.swift +1 -1
  703. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Aws.swift +1 -1
  704. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Azuresecrets.swift +1 -1
  705. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Boru.swift +1 -1
  706. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Crypto.swift +1 -1
  707. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Doppler.swift +1 -1
  708. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Gcpsecrets.swift +1 -1
  709. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Hashicorp.swift +1 -1
  710. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Httpjson.swift +1 -1
  711. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Infisical.swift +1 -1
  712. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Onepassword.swift +1 -1
  713. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Proc.swift +1 -1
  714. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Secretspec.swift +1 -1
  715. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Sigv4.swift +1 -1
  716. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/sekreto/Addr.swift +1 -1
  717. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/sekreto/Json.swift +1 -1
  718. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/sekreto/Provider.swift +1 -1
  719. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/sekreto/Providers.swift +1 -1
  720. package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/sekreto/Sekreto.swift +1 -1
  721. package/project/.sdk/tm/swift/Tests/vendor/omni/Json.swift +1 -1
  722. package/project/.sdk/tm/swift/Tests/vendor/omni/Runner.swift +1 -1
  723. package/project/.sdk/tm/swift/Tests/vendor/omni/Util.swift +1 -1
  724. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Capability.ts +1 -1
  725. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Catalog.ts +1 -1
  726. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Config.ts +1 -1
  727. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Depend.ts +1 -1
  728. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Env.ts +1 -1
  729. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Export.ts +1 -1
  730. package/project/.sdk/tm/ts/src/feature/secrets/plugin/FeatureHost.ts +1 -1
  731. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Graph.ts +1 -1
  732. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Host.ts +1 -1
  733. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Order.ts +1 -1
  734. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Point.ts +1 -1
  735. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Ref.ts +1 -1
  736. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Resolve.ts +1 -1
  737. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Types.ts +1 -1
  738. package/project/.sdk/tm/ts/src/feature/secrets/plugin/Version.ts +1 -1
  739. package/project/.sdk/tm/ts/src/feature/secrets/plugin/index.ts +1 -1
  740. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/Sekreto.ts +1 -1
  741. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/index.ts +1 -1
  742. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/aws.ts +1 -1
  743. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/azuresecrets.ts +1 -1
  744. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/boru.ts +1 -1
  745. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/doppler.ts +1 -1
  746. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/gcpsecrets.ts +1 -1
  747. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/hashicorp.ts +1 -1
  748. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/httpjson.ts +1 -1
  749. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/infisical.ts +1 -1
  750. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/onepassword.ts +1 -1
  751. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/secretspec.ts +1 -1
  752. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/sigv4.ts +1 -1
  753. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/addr.ts +1 -1
  754. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/builtin.ts +1 -1
  755. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/dotenv.ts +1 -1
  756. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/env.ts +1 -1
  757. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/file.ts +1 -1
  758. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/memory.ts +1 -1
  759. package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/support.ts +1 -1
  760. package/project/.sdk/tm/ts/src/feature/test/TestFeature.ts +107 -1
  761. package/project/.sdk/tm/ts/src/utility/StructUtility.ts +2 -2
  762. package/project/.sdk/tm/ts/src/utility/TransformRequestUtility.ts +49 -1
  763. package/project/.sdk/tm/ts/test/vendor/omni/Runner.ts +1 -1
  764. package/project/.sdk/tm/ts/test/vendor/omni/Util.ts +1 -1
  765. package/project/.sdk/tm/ts/test/vendor/omni/index.ts +1 -1
  766. package/project/.sdk/tm/zig/feature/secrets/plugin/capability.zig +1 -1
  767. package/project/.sdk/tm/zig/feature/secrets/plugin/catalog.zig +1 -1
  768. package/project/.sdk/tm/zig/feature/secrets/plugin/config.zig +1 -1
  769. package/project/.sdk/tm/zig/feature/secrets/plugin/depend.zig +1 -1
  770. package/project/.sdk/tm/zig/feature/secrets/plugin/env.zig +1 -1
  771. package/project/.sdk/tm/zig/feature/secrets/plugin/export.zig +1 -1
  772. package/project/.sdk/tm/zig/feature/secrets/plugin/graph.zig +1 -1
  773. package/project/.sdk/tm/zig/feature/secrets/plugin/host.zig +1 -1
  774. package/project/.sdk/tm/zig/feature/secrets/plugin/inst.zig +1 -1
  775. package/project/.sdk/tm/zig/feature/secrets/plugin/order.zig +1 -1
  776. package/project/.sdk/tm/zig/feature/secrets/plugin/plugin.zig +1 -1
  777. package/project/.sdk/tm/zig/feature/secrets/plugin/point.zig +1 -1
  778. package/project/.sdk/tm/zig/feature/secrets/plugin/ref.zig +1 -1
  779. package/project/.sdk/tm/zig/feature/secrets/plugin/resolve.zig +1 -1
  780. package/project/.sdk/tm/zig/feature/secrets/plugin/types.zig +1 -1
  781. package/project/.sdk/tm/zig/feature/secrets/plugin/value.zig +1 -1
  782. package/project/.sdk/tm/zig/feature/secrets/plugin/version.zig +1 -1
  783. package/project/.sdk/tm/zig/feature/secrets/plugins/aws.zig +1 -1
  784. package/project/.sdk/tm/zig/feature/secrets/plugins/azuresecrets.zig +1 -1
  785. package/project/.sdk/tm/zig/feature/secrets/plugins/boru.zig +1 -1
  786. package/project/.sdk/tm/zig/feature/secrets/plugins/doppler.zig +1 -1
  787. package/project/.sdk/tm/zig/feature/secrets/plugins/gcpsecrets.zig +1 -1
  788. package/project/.sdk/tm/zig/feature/secrets/plugins/hashicorp.zig +1 -1
  789. package/project/.sdk/tm/zig/feature/secrets/plugins/httpjson.zig +1 -1
  790. package/project/.sdk/tm/zig/feature/secrets/plugins/infisical.zig +1 -1
  791. package/project/.sdk/tm/zig/feature/secrets/plugins/onepassword.zig +1 -1
  792. package/project/.sdk/tm/zig/feature/secrets/plugins/secretspec.zig +1 -1
  793. package/project/.sdk/tm/zig/feature/secrets/plugins/sigv4.zig +1 -1
  794. package/project/.sdk/tm/zig/feature/secrets/sekreto/addr.zig +1 -1
  795. package/project/.sdk/tm/zig/feature/secrets/sekreto/builtins.zig +1 -1
  796. package/project/.sdk/tm/zig/feature/secrets/sekreto/provider.zig +1 -1
  797. package/project/.sdk/tm/zig/feature/secrets/sekreto/sekreto.zig +1 -1
  798. package/project/.sdk/tm/zig/test/vendor/omni/omni.zig +1 -1
  799. package/project/.sdk/tm/zig/test/vendor/omni/regex.zig +1 -1
  800. package/project/.sdk/tm/zig/utility/voxgigstruct/regex.zig +1 -1
  801. package/project/.sdk/tm/zig/utility/voxgigstruct/struct.zig +1 -1
  802. package/project/sdkgen-package.json +1 -1
  803. package/src/action/resolve.ts +85 -1
  804. package/src/utility.ts +17 -0
package/bin/voxgig-sdkgen CHANGED
@@ -8,7 +8,7 @@ const { Shape, One, Skip } = require('shape')
8
8
 
9
9
  const { SdkGen } = require('../dist/sdkgen.js')
10
10
 
11
- const VERSION = '4.11.0'
11
+ const VERSION = '4.12.0'
12
12
  const KONSOLE = console
13
13
 
14
14
 
@@ -269,7 +269,81 @@ function nameConflict(kind, source, ctx$) {
269
269
  const samePackage = null != source.package && '' !== source.package &&
270
270
  declared.package === source.package;
271
271
  const sameBase = normaliseBase(declared.base) === normaliseBase(source.base);
272
- return (samePackage || sameBase) ? undefined : declared;
272
+ if (samePackage || sameBase) {
273
+ return undefined;
274
+ }
275
+ // The record names a DIFFERENT source. That is a collision only if that
276
+ // source still provides this name — otherwise the record is STALE and
277
+ // adopting the new one is a migration, not a silent clobber.
278
+ //
279
+ // A package can stop providing something it used to: `seneca-provider` left
280
+ // @voxgig/sdkgen for @voxgig/sdkgen-infrapack, `dart`/`haskell`/`lean` left
281
+ // for @voxgig/sdkgen-langpack. Every project carrying the pre-split copy
282
+ // still records the old package, so a check that reads only the record
283
+ // refuses the very add that repairs it, and names as the incumbent a
284
+ // package that no longer ships the thing at all. The only way through was
285
+ // `<kind> add <package>/<name>`, which nobody guesses from the message.
286
+ return providesStill(kind, declared, source, ctx$) ? declared : undefined;
287
+ }
288
+ // Does the RECORDED source still provide this name?
289
+ //
290
+ // Answered from what is on disk now, not from the record. Conservative in
291
+ // both directions: an unreadable or absent source cannot be shown to provide
292
+ // it, so the add proceeds; anything still providing it is a real collision
293
+ // and still refuses.
294
+ function providesStill(kind, declared, source, ctx$) {
295
+ let fs;
296
+ try {
297
+ fs = ctx$.fs();
298
+ }
299
+ catch (err) {
300
+ // No filesystem to check with — keep the pre-existing behaviour.
301
+ return true;
302
+ }
303
+ const base = String(declared.base);
304
+ const folder = node_path_1.default.isAbsolute(base) ?
305
+ node_path_1.default.normalize(base) :
306
+ node_path_1.default.normalize(node_path_1.default.join(ctx$.folder, base));
307
+ if (!fs.existsSync(folder)) {
308
+ // Uninstalled, moved, or never fetched. Nothing there to collide with.
309
+ return false;
310
+ }
311
+ // The name to look for is the one the SOURCE knows it by, which differs
312
+ // from the installed name only for an alias.
313
+ //
314
+ // `||`, NOT `??`. `origname` is `*'' | string` in the schema, and the model
315
+ // records the empty string for every unaliased item -- the convention is a
316
+ // falsy default, not an absent key. Nullish coalescing does not fall back
317
+ // for '', so a reloaded project would have every ordinary item looked up as
318
+ // '', found in no manifest, and declared stale: the guard would then wave
319
+ // through exactly the silent overwrite it exists to stop. The in-process
320
+ // tests could not see it, because `registerInstalled` leaves `origname`
321
+ // non-empty in the same context that wrote it.
322
+ const seek = declared.origname || source.name;
323
+ // A WELL-FORMED manifest is authoritative about what its package provides:
324
+ // a definition file can linger in a stale node_modules tree after the
325
+ // package dropped it, and `provides` is the claim `package add` is itself
326
+ // checked against.
327
+ //
328
+ // A manifest that would fail validation is not authoritative about
329
+ // anything. `resolveSource` deliberately tolerates a malformed manifest on
330
+ // the direct-add path -- the definition, components and templates are all
331
+ // present, so it installs them and records `base` -- which is precisely how
332
+ // an installed item comes to have one. Reading `provides` out of it anyway
333
+ // would let a shape error (`provides: { target: 'iotgo' }`, a string where
334
+ // a list belongs) read as "provides nothing" and clear the way to overwrite
335
+ // a live target. Fall through to the definition file instead, which is what
336
+ // a source with no manifest at all is judged on.
337
+ const read = (0, manifest_1.readManifest)(fs, folder);
338
+ const manifest = read.manifest;
339
+ if (null != manifest && 0 === (0, manifest_1.checkShape)(manifest, read.file).length) {
340
+ const names = manifest.provides?.[kind];
341
+ return Array.isArray(names) && names.includes(seek);
342
+ }
343
+ // No manifest, or one too malformed to be believed: a bare `.sdk`-shaped
344
+ // folder is a legal source, and its definition file is the only claim it
345
+ // makes.
346
+ return fs.existsSync((0, definition_1.definitionPath)(folder, kind, seek));
273
347
  }
274
348
  function normaliseBase(base) {
275
349
  return node_path_1.default.normalize(String(base ?? '')).split(node_path_1.default.sep).join('/');
@@ -1 +1 @@
1
- {"version":3,"file":"resolve.js","sourceRoot":"","sources":["../../src/action/resolve.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"resolve.js","sourceRoot":"","sources":["../../src/action/resolve.ts"],"names":[],"mappings":"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"}