@voxgig/sdkgen 4.11.0 → 4.13.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.
- package/bin/voxgig-sdkgen +1 -1
- package/dist/action/resolve.js +75 -1
- package/dist/action/resolve.js.map +1 -1
- package/dist/cmp/PublishWorkflow.d.ts +2 -0
- package/dist/cmp/PublishWorkflow.js +301 -0
- package/dist/cmp/PublishWorkflow.js.map +1 -0
- package/dist/sdkgen.d.ts +2 -1
- package/dist/sdkgen.js +6 -4
- package/dist/sdkgen.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/utility.js +17 -0
- package/dist/utility.js.map +1 -1
- package/package.json +4 -3
- package/project/.sdk/tm/c/feature/secrets/plugin/capability.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/capability.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/catalog.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/catalog.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/config.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/config.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/depend.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/depend.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/env.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/env.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/export.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/export.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/graph.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/graph.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/host.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/host.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/order.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/order.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/point.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/point.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/ref.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/ref.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/resolve.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/resolve.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/types.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/types.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/value.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/value.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/version.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugin/version.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/aws.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/azuresecrets.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/boru.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/clock.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/doppler.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/encode.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/gcpsecrets.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/hashicorp.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/httpjson.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/infisical.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/onepassword.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/proc.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/secretspec.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/sekretoplugins.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/sha256.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/sigv4.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/support.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/plugins/tls.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/sekreto/internal.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/sekreto/json.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/sekreto/providers.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/sekreto/sekreto.c +1 -1
- package/project/.sdk/tm/c/feature/secrets/sekreto/sekreto.h +1 -1
- package/project/.sdk/tm/c/feature/secrets/sekreto/util.c +1 -1
- package/project/.sdk/tm/c/tests/vendor/omni/json.c +1 -1
- package/project/.sdk/tm/c/tests/vendor/omni/omni.h +1 -1
- package/project/.sdk/tm/c/tests/vendor/omni/runner.c +1 -1
- package/project/.sdk/tm/c/tests/vendor/omni/util.c +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/capability.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/catalog.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/config.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/depend.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/env.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/export.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/graph.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/host.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/json.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/order.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/point.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/ref.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/resolve.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/types.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin/version.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/plugin.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/addr.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/chain.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/core.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/json.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/aws.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/azuresecrets.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/boru.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/doppler.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/gcpsecrets.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/hashicorp.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/httpjson.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/infisical.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/onepassword.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/proc.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/secretspec.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/plugins/sigv4.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/provider.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto/providers.clj +1 -1
- package/project/.sdk/tm/clojure/feature/secrets/voxgig/sekreto.clj +1 -1
- package/project/.sdk/tm/clojure/test/vendor/omni/voxgig/omni/json.clj +1 -1
- package/project/.sdk/tm/clojure/test/vendor/omni/voxgig/omni/runner.clj +1 -1
- package/project/.sdk/tm/clojure/test/vendor/omni/voxgig/omni/util.clj +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/capability.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/capability.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/catalog.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/catalog.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/config.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/config.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/depend.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/depend.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/env.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/env.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/export.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/export.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/graph.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/graph.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/host.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/host.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/order.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/order.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/point.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/point.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/ref.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/ref.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/resolve.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/resolve.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/types.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/types.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/value.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/value.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/version.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugin/version.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Aws.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Aws.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Azuresecrets.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Azuresecrets.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Boru.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Boru.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Crypto.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Crypto.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Doppler.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Doppler.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Gcpsecrets.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Gcpsecrets.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Hashicorp.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Hashicorp.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Httpjson.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Httpjson.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Infisical.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Infisical.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Onepassword.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Onepassword.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Proc.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Proc.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Secretspec.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Secretspec.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Sigv4.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Sigv4.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Tls.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/plugins/Tls.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/sekreto/Json.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/sekreto/Json.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/sekreto/Provider.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/sekreto/Provider.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/sekreto/Providers.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/sekreto/Providers.hpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/sekreto/Sekreto.cpp +1 -1
- package/project/.sdk/tm/cpp/feature/secrets/sekreto/Sekreto.hpp +1 -1
- package/project/.sdk/tm/cpp/test/vendor/omni/json.hpp +1 -1
- package/project/.sdk/tm/cpp/test/vendor/omni/omni.hpp +1 -1
- package/project/.sdk/tm/cpp/test/vendor/omni/util.hpp +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Capability.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Catalog.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Config.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Definition.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Depend.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Entry.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Env.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Export.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Graph.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Host.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Inst.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Json.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Order.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Plugin.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Point.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Refs.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Resolve.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Types.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugin/Version.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugins/Aws.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugins/AzureSecrets.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugins/Boru.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugins/Child.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugins/Doppler.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugins/GcpSecrets.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugins/Hashicorp.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugins/HttpJson.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugins/Infisical.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugins/OnePassword.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugins/SecretSpec.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/plugins/Sigv4.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/sekreto/Json.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/sekreto/Providers.cs +1 -1
- package/project/.sdk/tm/csharp/feature/secrets/sekreto/Sekreto.cs +1 -1
- package/project/.sdk/tm/csharp/test/vendor/omni/Runner.cs +1 -1
- package/project/.sdk/tm/csharp/test/vendor/omni/Util.cs +1 -1
- package/project/.sdk/tm/csharp/utility/struct/Struct.cs +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/capability.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/catalog.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/config.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/depend.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/env.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/error.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/export.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/graph.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/host.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/inst.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/json.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/order.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/point.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/ref.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/resolve.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/types.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/version.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/plugin/voxgig_plugin.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/json.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/aws.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/azuresecrets.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/boru.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/doppler.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/gcpsecrets.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/hashicorp.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/http.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/httpjson.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/infisical.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/onepassword.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/proc.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/secretspec.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/plugins/sigv4.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/provider.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/providers.ex +1 -1
- package/project/.sdk/tm/elixir/lib/projectname/feature/secrets/sekreto/sekreto.ex +1 -1
- package/project/.sdk/tm/elixir/test/vendor/omni/json.ex +1 -1
- package/project/.sdk/tm/elixir/test/vendor/omni/runner.ex +1 -1
- package/project/.sdk/tm/elixir/test/vendor/omni/util.ex +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugin/capability.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugin/catalog.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugin/config.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugin/depend.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugin/env.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugin/export.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugin/graph.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugin/host.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugin/order.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugin/point.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugin/ref.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugin/resolve.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugin/types.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugin/util.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugin/version.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugins/aws/aws.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugins/aws/sigv4.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugins/azuresecrets/azuresecrets.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugins/boru/boru.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugins/doppler/doppler.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugins/gcpsecrets/gcpsecrets.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugins/hashicorp/hashicorp.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugins/httpjson/httpjson.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugins/infisical/infisical.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugins/onepassword/onepassword.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/plugins/secretspec/secretspec.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/sekreto/addr.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/sekreto/providers.go +1 -1
- package/project/.sdk/tm/go/feature/secrets/sekreto/sekreto.go +1 -1
- package/project/.sdk/tm/go/test/omni/omni.go +1 -1
- package/project/.sdk/tm/go/test/omni/util.go +1 -1
- package/project/.sdk/tm/go/utility/struct/voxgigstruct.go +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Capability.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Catalog.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Config.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Definition.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Depend.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Entry.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Env.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Export.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Graph.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Host.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Inst.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Json.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Order.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Plugin.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/PluginException.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Point.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Refs.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Resolve.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Types.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/plugin/Version.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/Addr.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/Builtins.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/Json.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/Provider.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/Sekreto.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/Support.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Aws.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Azuresecrets.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Boru.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Doppler.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Gcpsecrets.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Hashicorp.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Httpjson.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Infisical.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Onepassword.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Proc.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Secretspec.java +1 -1
- package/project/.sdk/tm/java/feature/secrets/sekreto/plugins/Sigv4.java +1 -1
- package/project/.sdk/tm/java/test/vendor/omni/Json.java +1 -1
- package/project/.sdk/tm/java/test/vendor/omni/Runner.java +1 -1
- package/project/.sdk/tm/java/test/vendor/omni/Util.java +1 -1
- package/project/.sdk/tm/java/utility/struct/Struct.java +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/plugin/capability.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/plugin/catalog.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/plugin/config.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/plugin/depend.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/plugin/env.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/plugin/export.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/plugin/graph.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/plugin/host.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/plugin/index.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/plugin/order.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/plugin/point.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/plugin/ref.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/plugin/resolve.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/plugin/types.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/plugin/version.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/Sekreto.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/index.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/aws.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/azuresecrets.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/boru.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/doppler.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/gcpsecrets.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/hashicorp.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/httpjson.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/infisical.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/onepassword.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/secretspec.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/plugins/sigv4.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/provider/addr.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/provider/builtin.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/provider/dotenv.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/provider/env.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/provider/file.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/provider/memory.js +1 -1
- package/project/.sdk/tm/js/src/feature/secrets/sekreto/provider/support.js +1 -1
- package/project/.sdk/tm/js/src/utility/StructUtility.js +2 -2
- package/project/.sdk/tm/js/src/utility/TransformRequestUtility.js +49 -1
- package/project/.sdk/tm/js/test/vendor/omni/index.js +1 -1
- package/project/.sdk/tm/js/test/vendor/omni/runner.js +1 -1
- package/project/.sdk/tm/js/test/vendor/omni/util.js +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/plugin/Capability.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/plugin/Catalog.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/plugin/Config.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/plugin/Depend.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/plugin/Env.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/plugin/Export.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/plugin/Graph.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/plugin/Host.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/plugin/Json.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/plugin/Order.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/plugin/Plugin.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/plugin/Point.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/plugin/Refs.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/plugin/Resolve.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/plugin/Types.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/plugin/Version.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/sekreto/Json.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/sekreto/Provider.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/sekreto/Providers.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/sekreto/Sekreto.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/sekreto/Spec.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/sekreto/Support.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Aws.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Azuresecrets.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Boru.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Doppler.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Gcpsecrets.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Hashicorp.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Httpjson.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Infisical.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Onepassword.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Secretspec.kt +1 -1
- package/project/.sdk/tm/kotlin/feature/secrets/sekreto/plugins/Sigv4.kt +1 -1
- package/project/.sdk/tm/kotlin/test/vendor/omni/Json.kt +1 -1
- package/project/.sdk/tm/kotlin/test/vendor/omni/Runner.kt +1 -1
- package/project/.sdk/tm/kotlin/test/vendor/omni/Util.kt +1 -1
- package/project/.sdk/tm/kotlin/utility/struct/Struct.kt +1 -1
- package/project/.sdk/tm/lua/feature/secrets/native/sekretonet.c +1 -1
- package/project/.sdk/tm/lua/feature/secrets/plugin/capability.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/plugin/catalog.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/plugin/config.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/plugin/depend.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/plugin/env.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/plugin/export.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/plugin/graph.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/plugin/host.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/plugin/json.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/plugin/order.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/plugin/point.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/plugin/ref.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/plugin/resolve.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/plugin/types.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/plugin/version.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/plugin.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/addr.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/err.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/name.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/aws.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/azuresecrets.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/boru.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/crypto.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/doppler.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/gcpsecrets.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/hashicorp.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/httpjson.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/infisical.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/json.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/net.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/onepassword.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/secretspec.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/sigv4.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/plugins/support.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto/providers.lua +1 -1
- package/project/.sdk/tm/lua/feature/secrets/sekreto.lua +1 -1
- package/project/.sdk/tm/lua/test/vendor/omni/json.lua +1 -1
- package/project/.sdk/tm/lua/test/vendor/omni/regex.lua +1 -1
- package/project/.sdk/tm/lua/test/vendor/omni/runner.lua +1 -1
- package/project/.sdk/tm/lua/test/vendor/omni/util.lua +1 -1
- package/project/.sdk/tm/lua/utility/struct/regex.lua +1 -1
- package/project/.sdk/tm/lua/utility/struct/struct.lua +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugin/capability.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugin/catalog.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugin/config.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugin/defs.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugin/depend.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugin/env.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugin/export.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugin/graph.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugin/host.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugin/order.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugin/point.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugin/ref.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugin/resolve.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugin/types.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugin/value.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugin/version.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugins/aws.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugins/azuresecrets.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugins/boru.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugins/crypto.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugins/doppler.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugins/gcpsecrets.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugins/hashicorp.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugins/http.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugins/httpjson.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugins/infisical.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugins/onepassword.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugins/runcmd.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugins/secretspec.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugins/sigv4.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugins/tls.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/plugins/tls_stubs.c +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/sekreto/json.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/sekreto/provider.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/sekreto/secret.ml +1 -1
- package/project/.sdk/tm/ocaml/feature/secrets/sekreto/sekreto.ml +1 -1
- package/project/.sdk/tm/ocaml/test/vendor/omni/omni.ml +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Capability.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Catalog.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Config.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Depend.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Env.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Export.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Graph.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Host.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Order.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Point.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Ref.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Resolve.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Types.pm +25 -1
- package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin/Version.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugin/Voxgig/Plugin.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Aws.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Azuresecrets.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Boru.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Doppler.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Gcpsecrets.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Hashicorp.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Httpjson.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Infisical.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Onepassword.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Proc.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Secretspec.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/plugins/Voxgig/Sekreto/Plugins/Sigv4.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/sekreto/Voxgig/Sekreto/Addr.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/sekreto/Voxgig/Sekreto/Providers.pm +1 -1
- package/project/.sdk/tm/perl/feature/secrets/sekreto/Voxgig/Sekreto.pm +1 -1
- package/project/.sdk/tm/perl/lib/Voxgig/Struct.pm +1 -1
- package/project/.sdk/tm/perl/t/vendor/omni/Voxgig/Omni/Runner.pm +1 -1
- package/project/.sdk/tm/perl/t/vendor/omni/Voxgig/Omni/Util.pm +1 -1
- package/project/.sdk/tm/perl/t/vendor/omni/Voxgig/Omni.pm +1 -1
- package/project/.sdk/tm/php/feature/secrets/plugin/Capability.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/plugin/Catalog.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/plugin/Config.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/plugin/Depend.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/plugin/Env.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/plugin/Export.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/plugin/Graph.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/plugin/Host.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/plugin/Order.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/plugin/Point.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/plugin/Ref.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/plugin/Resolve.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/plugin/Types.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/plugin/Version.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/plugin/plugin.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/aws.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/azuresecrets.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/boru.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/doppler.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/gcpsecrets.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/hashicorp.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/httpjson.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/infisical.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/onepassword.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/runcmd.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/secretspec.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/sekreto/plugins/sigv4.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/sekreto/src/Addr.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/sekreto/src/Providers.php +1 -1
- package/project/.sdk/tm/php/feature/secrets/sekreto/src/Sekreto.php +1 -1
- package/project/.sdk/tm/php/test/vendor/omni/Runner.php +1 -1
- package/project/.sdk/tm/php/test/vendor/omni/Util.php +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/__init__.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/capability.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/catalog.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/config.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/depend.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/env.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/export.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/graph.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/host.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/order.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/point.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/ref.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/resolve.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/types.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_plugin/version.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/__init__.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/addr.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/aws.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/azuresecrets.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/boru.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/doppler.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/gcpsecrets.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/hashicorp.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/httpjson.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/infisical.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/onepassword.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/secretspec.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/plugins/sigv4.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/providers.py +1 -1
- package/project/.sdk/tm/py/pkg/feature/secrets/voxgig_sekreto/sekreto.py +1 -1
- package/project/.sdk/tm/py/pkg/utility/voxgig_struct/voxgig_struct.py +1 -1
- package/project/.sdk/tm/py/test/voxgig_omni/__init__.py +1 -1
- package/project/.sdk/tm/py/test/voxgig_omni/runner.py +1 -1
- package/project/.sdk/tm/py/test/voxgig_omni/util.py +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/capability.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/catalog.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/config.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/depend.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/env.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/export.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/graph.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/host.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/order.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/point.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/ref.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/resolve.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/types.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin/version.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_plugin.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/addr.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/aws.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/azuresecrets.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/boru.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/doppler.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/gcpsecrets.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/hashicorp.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/httpjson.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/infisical.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/onepassword.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/secretspec.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/plugins/sigv4.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/providers.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto/sekreto.rb +1 -1
- package/project/.sdk/tm/rb/feature/secrets/voxgig_sekreto.rb +1 -1
- package/project/.sdk/tm/rb/test/vendor/omni/runner.rb +1 -1
- package/project/.sdk/tm/rb/test/vendor/omni/util.rb +1 -1
- package/project/.sdk/tm/rb/test/vendor/omni/voxgig_omni.rb +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugin/capability.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugin/catalog.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugin/config.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugin/depend.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugin/env.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugin/export.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugin/graph.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugin/host.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugin/mod.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugin/order.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugin/point.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugin/refs.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugin/resolve.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugin/types.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugin/value.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugin/version.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugins/aws/crypto.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugins/aws/sigv4.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugins/aws.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugins/azuresecrets.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugins/boru.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugins/doppler.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugins/gcpsecrets.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugins/hashicorp.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugins/httpjson/http.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugins/httpjson/json.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugins/httpjson.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugins/infisical.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugins/onepassword.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/plugins/secretspec.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/sekreto/addr.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/sekreto/mod.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/sekreto/providers.rs +1 -1
- package/project/.sdk/tm/rust/feature/secrets/sekreto/sekreto.rs +1 -1
- package/project/.sdk/tm/rust/tests/vendor/omni/json.rs +1 -1
- package/project/.sdk/tm/rust/tests/vendor/omni/mod.rs +1 -1
- package/project/.sdk/tm/rust/tests/vendor/omni/regex.rs +1 -1
- package/project/.sdk/tm/rust/tests/vendor/omni/runner.rs +1 -1
- package/project/.sdk/tm/rust/tests/vendor/omni/util.rs +1 -1
- package/project/.sdk/tm/scala/feature/secrets/plugin/Capability.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/plugin/Config.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/plugin/Depend.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/plugin/Env.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/plugin/Export.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/plugin/Graph.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/plugin/Host.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/plugin/Json.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/plugin/Order.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/plugin/Plugin.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/plugin/Point.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/plugin/Refs.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/plugin/Resolve.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/plugin/Types.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/plugin/Value.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/plugin/Version.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/sekreto/Json.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/sekreto/Provider.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/sekreto/Providers.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/sekreto/Sekreto.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/sekreto/Spec.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/sekreto/Support.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Aws.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Azuresecrets.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Boru.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Doppler.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Gcpsecrets.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Hashicorp.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Httpjson.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Infisical.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Onepassword.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Secretspec.scala +1 -1
- package/project/.sdk/tm/scala/feature/secrets/sekreto/plugins/Sigv4.scala +1 -1
- package/project/.sdk/tm/scala/sdktest/vendor/omni/Json.scala +1 -1
- package/project/.sdk/tm/scala/sdktest/vendor/omni/Runner.scala +1 -1
- package/project/.sdk/tm/scala/sdktest/vendor/omni/Util.scala +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Capability.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Catalog.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Config.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Depend.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Env.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Export.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Graph.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Host.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Json.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Order.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Point.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Refs.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Resolve.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Types.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Value.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugin/Version.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Aws.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Azuresecrets.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Boru.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Crypto.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Doppler.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Gcpsecrets.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Hashicorp.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Httpjson.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Infisical.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Onepassword.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Proc.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Secretspec.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/plugins/Sigv4.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/sekreto/Addr.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/sekreto/Json.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/sekreto/Provider.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/sekreto/Providers.swift +1 -1
- package/project/.sdk/tm/swift/Sources/ProjectNameSDK/feature/secrets/sekreto/Sekreto.swift +1 -1
- package/project/.sdk/tm/swift/Tests/vendor/omni/Json.swift +1 -1
- package/project/.sdk/tm/swift/Tests/vendor/omni/Runner.swift +1 -1
- package/project/.sdk/tm/swift/Tests/vendor/omni/Util.swift +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/plugin/Capability.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/plugin/Catalog.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/plugin/Config.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/plugin/Depend.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/plugin/Env.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/plugin/Export.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/plugin/FeatureHost.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/plugin/Graph.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/plugin/Host.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/plugin/Order.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/plugin/Point.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/plugin/Ref.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/plugin/Resolve.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/plugin/Types.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/plugin/Version.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/plugin/index.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/Sekreto.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/index.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/aws.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/azuresecrets.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/boru.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/doppler.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/gcpsecrets.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/hashicorp.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/httpjson.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/infisical.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/onepassword.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/secretspec.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/plugins/sigv4.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/addr.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/builtin.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/dotenv.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/env.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/file.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/memory.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/secrets/sekreto/provider/support.ts +1 -1
- package/project/.sdk/tm/ts/src/feature/test/TestFeature.ts +107 -1
- package/project/.sdk/tm/ts/src/utility/StructUtility.ts +2 -2
- package/project/.sdk/tm/ts/src/utility/TransformRequestUtility.ts +49 -1
- package/project/.sdk/tm/ts/test/vendor/omni/Runner.ts +1 -1
- package/project/.sdk/tm/ts/test/vendor/omni/Util.ts +1 -1
- package/project/.sdk/tm/ts/test/vendor/omni/index.ts +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugin/capability.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugin/catalog.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugin/config.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugin/depend.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugin/env.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugin/export.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugin/graph.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugin/host.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugin/inst.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugin/order.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugin/plugin.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugin/point.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugin/ref.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugin/resolve.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugin/types.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugin/value.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugin/version.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugins/aws.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugins/azuresecrets.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugins/boru.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugins/doppler.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugins/gcpsecrets.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugins/hashicorp.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugins/httpjson.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugins/infisical.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugins/onepassword.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugins/secretspec.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/plugins/sigv4.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/sekreto/addr.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/sekreto/builtins.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/sekreto/provider.zig +1 -1
- package/project/.sdk/tm/zig/feature/secrets/sekreto/sekreto.zig +1 -1
- package/project/.sdk/tm/zig/test/vendor/omni/omni.zig +1 -1
- package/project/.sdk/tm/zig/test/vendor/omni/regex.zig +1 -1
- package/project/.sdk/tm/zig/utility/voxgigstruct/regex.zig +1 -1
- package/project/.sdk/tm/zig/utility/voxgigstruct/struct.zig +1 -1
- package/project/sdkgen-package.json +1 -1
- package/src/action/resolve.ts +85 -1
- package/src/cmp/PublishWorkflow.ts +324 -0
- package/src/sdkgen.ts +2 -0
- package/src/utility.ts +17 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/sekreto sdk-20260908-1556-0 (zig/plugins/boru.zig)
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-20260911-2013-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
//! A boru vault (https://github.com/boru-lang/boru) - a sekreto plugin.
|
|
5
5
|
//!
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/sekreto sdk-20260908-1556-0 (zig/plugins/doppler.zig)
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-20260911-2013-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
//! Doppler - a sekreto plugin. Needs HTTPS.
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/sekreto sdk-20260908-1556-0 (zig/plugins/gcpsecrets.zig)
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-20260911-2013-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
//! GCP Secret Manager - a sekreto plugin. Needs HTTPS.
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/sekreto sdk-20260908-1556-0 (zig/plugins/hashicorp.zig)
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-20260911-2013-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
//! HashiCorp Vault - a sekreto plugin.
|
|
5
5
|
//!
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/sekreto sdk-20260908-1556-0 (zig/plugins/httpjson.zig)
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-20260911-2013-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
//! One JSON round-trip, for the plugins that talk to a vault over HTTP -
|
|
5
5
|
//! and the small helpers every plugin shares: address trimming, the
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/sekreto sdk-20260908-1556-0 (zig/plugins/infisical.zig)
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-20260911-2013-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
//! Infisical - a sekreto plugin. Needs HTTPS.
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/sekreto sdk-20260908-1556-0 (zig/plugins/onepassword.zig)
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-20260911-2013-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
//! 1Password, through a Connect server - a sekreto plugin. Needs HTTPS.
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/sekreto sdk-20260908-1556-0 (zig/plugins/secretspec.zig)
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-20260911-2013-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
//! SecretSpec (https://secretspec.dev) - a sekreto plugin.
|
|
5
5
|
//!
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/sekreto sdk-20260908-1556-0 (zig/plugins/sigv4.zig)
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-20260911-2013-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
//! AWS Signature Version 4, hand-rolled.
|
|
5
5
|
//!
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/sekreto sdk-20260908-1556-0 (zig/src/addr.zig)
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-20260911-2013-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
//! The address check every network provider makes before it sends a
|
|
5
5
|
//! credential anywhere.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/sekreto sdk-20260908-1556-0 (zig/src/builtins.zig)
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-20260911-2013-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
//! THE BUILT-IN PROVIDER KINDS - the same four in every port.
|
|
5
5
|
//!
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/sekreto sdk-20260908-1556-0 (zig/src/provider.zig)
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-20260911-2013-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
//! What a provider is, what its declarative form looks like, and how a
|
|
5
5
|
//! provider kind becomes a voxgig/plugin definition.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/sekreto sdk-20260908-1556-0 (zig/src/sekreto.zig)
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 1267ee2e5f49566bc92695bc9eb3a60ef4924998 [tag: sdk-20260911-2013-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
//! sekreto: one interface for secrets, wherever they live.
|
|
5
5
|
//!
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/omni sdk-20260908-1556-0 (zig/src/omni.zig)
|
|
2
|
-
// Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-
|
|
2
|
+
// Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260911-2013-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
//! Omni: the shared multi-language test runner (Zig port).
|
|
5
5
|
//!
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/omni sdk-20260908-1556-0 (zig/src/regex.zig)
|
|
2
|
-
// Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-
|
|
2
|
+
// Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260911-2013-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
//! A small backtracking regex engine.
|
|
5
5
|
//!
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/struct sdk-20260908-1556-0 (zig/src/regex.zig)
|
|
2
|
-
// Source: https://github.com/voxgig/struct @
|
|
2
|
+
// Source: https://github.com/voxgig/struct @ abd93227e3295151f8dcd18597c3f3f2577af8b7 [tag: sdk-20260911-2013-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
// Copyright (c) 2025-2026 Voxgig Ltd. MIT LICENSE.
|
|
5
5
|
//
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/struct sdk-20260908-1556-0 (zig/src/struct.zig)
|
|
2
|
-
// Source: https://github.com/voxgig/struct @
|
|
2
|
+
// Source: https://github.com/voxgig/struct @ abd93227e3295151f8dcd18597c3f3f2577af8b7 [tag: sdk-20260911-2013-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
// Copyright (c) 2025-2026 Voxgig Ltd. MIT LICENSE.
|
|
5
5
|
|
package/src/action/resolve.ts
CHANGED
|
@@ -335,7 +335,91 @@ function nameConflict(
|
|
|
335
335
|
|
|
336
336
|
const sameBase = normaliseBase(declared.base) === normaliseBase(source.base)
|
|
337
337
|
|
|
338
|
-
|
|
338
|
+
if (samePackage || sameBase) {
|
|
339
|
+
return undefined
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
// The record names a DIFFERENT source. That is a collision only if that
|
|
343
|
+
// source still provides this name — otherwise the record is STALE and
|
|
344
|
+
// adopting the new one is a migration, not a silent clobber.
|
|
345
|
+
//
|
|
346
|
+
// A package can stop providing something it used to: `seneca-provider` left
|
|
347
|
+
// @voxgig/sdkgen for @voxgig/sdkgen-infrapack, `dart`/`haskell`/`lean` left
|
|
348
|
+
// for @voxgig/sdkgen-langpack. Every project carrying the pre-split copy
|
|
349
|
+
// still records the old package, so a check that reads only the record
|
|
350
|
+
// refuses the very add that repairs it, and names as the incumbent a
|
|
351
|
+
// package that no longer ships the thing at all. The only way through was
|
|
352
|
+
// `<kind> add <package>/<name>`, which nobody guesses from the message.
|
|
353
|
+
return providesStill(kind, declared, source, ctx$) ? declared : undefined
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
// Does the RECORDED source still provide this name?
|
|
358
|
+
//
|
|
359
|
+
// Answered from what is on disk now, not from the record. Conservative in
|
|
360
|
+
// both directions: an unreadable or absent source cannot be shown to provide
|
|
361
|
+
// it, so the add proceeds; anything still providing it is a real collision
|
|
362
|
+
// and still refuses.
|
|
363
|
+
function providesStill(
|
|
364
|
+
kind: string, declared: any, source: Source, ctx$: any,
|
|
365
|
+
): boolean {
|
|
366
|
+
let fs: any
|
|
367
|
+
try {
|
|
368
|
+
fs = ctx$.fs()
|
|
369
|
+
}
|
|
370
|
+
catch (err: any) {
|
|
371
|
+
// No filesystem to check with — keep the pre-existing behaviour.
|
|
372
|
+
return true
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
const base = String(declared.base)
|
|
376
|
+
const folder = Path.isAbsolute(base) ?
|
|
377
|
+
Path.normalize(base) :
|
|
378
|
+
Path.normalize(Path.join(ctx$.folder, base))
|
|
379
|
+
|
|
380
|
+
if (!fs.existsSync(folder)) {
|
|
381
|
+
// Uninstalled, moved, or never fetched. Nothing there to collide with.
|
|
382
|
+
return false
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
// The name to look for is the one the SOURCE knows it by, which differs
|
|
386
|
+
// from the installed name only for an alias.
|
|
387
|
+
//
|
|
388
|
+
// `||`, NOT `??`. `origname` is `*'' | string` in the schema, and the model
|
|
389
|
+
// records the empty string for every unaliased item -- the convention is a
|
|
390
|
+
// falsy default, not an absent key. Nullish coalescing does not fall back
|
|
391
|
+
// for '', so a reloaded project would have every ordinary item looked up as
|
|
392
|
+
// '', found in no manifest, and declared stale: the guard would then wave
|
|
393
|
+
// through exactly the silent overwrite it exists to stop. The in-process
|
|
394
|
+
// tests could not see it, because `registerInstalled` leaves `origname`
|
|
395
|
+
// non-empty in the same context that wrote it.
|
|
396
|
+
const seek = declared.origname || source.name
|
|
397
|
+
|
|
398
|
+
// A WELL-FORMED manifest is authoritative about what its package provides:
|
|
399
|
+
// a definition file can linger in a stale node_modules tree after the
|
|
400
|
+
// package dropped it, and `provides` is the claim `package add` is itself
|
|
401
|
+
// checked against.
|
|
402
|
+
//
|
|
403
|
+
// A manifest that would fail validation is not authoritative about
|
|
404
|
+
// anything. `resolveSource` deliberately tolerates a malformed manifest on
|
|
405
|
+
// the direct-add path -- the definition, components and templates are all
|
|
406
|
+
// present, so it installs them and records `base` -- which is precisely how
|
|
407
|
+
// an installed item comes to have one. Reading `provides` out of it anyway
|
|
408
|
+
// would let a shape error (`provides: { target: 'iotgo' }`, a string where
|
|
409
|
+
// a list belongs) read as "provides nothing" and clear the way to overwrite
|
|
410
|
+
// a live target. Fall through to the definition file instead, which is what
|
|
411
|
+
// a source with no manifest at all is judged on.
|
|
412
|
+
const read = readManifest(fs, folder)
|
|
413
|
+
const manifest = read.manifest
|
|
414
|
+
if (null != manifest && 0 === checkShape(manifest, read.file).length) {
|
|
415
|
+
const names = manifest.provides?.[kind]
|
|
416
|
+
return Array.isArray(names) && names.includes(seek)
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
// No manifest, or one too malformed to be believed: a bare `.sdk`-shaped
|
|
420
|
+
// folder is a legal source, and its definition file is the only claim it
|
|
421
|
+
// makes.
|
|
422
|
+
return fs.existsSync(definitionPath(folder, kind, seek))
|
|
339
423
|
}
|
|
340
424
|
|
|
341
425
|
|
|
@@ -0,0 +1,324 @@
|
|
|
1
|
+
/* Copyright (c) 2024-2026 Voxgig Ltd, MIT License */
|
|
2
|
+
|
|
3
|
+
import { cmp, each, Content, File, Folder } from 'jostraca'
|
|
4
|
+
|
|
5
|
+
import {
|
|
6
|
+
KIT,
|
|
7
|
+
getModelPath
|
|
8
|
+
} from '../types'
|
|
9
|
+
|
|
10
|
+
import { packageName, packageVersion, repoInfo } from '../helpers/packageMeta'
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
// PUBLISHING AN npm TARGET FROM GITHUB ACTIONS, WITH NO TOKEN.
|
|
14
|
+
//
|
|
15
|
+
// A generated SDK is published from CI, and the credential is the whole
|
|
16
|
+
// problem: an NPM_TOKEN in repository secrets is long-lived, copyable, and
|
|
17
|
+
// readable by every workflow in the repo. GitHub OIDC Trusted Publishing
|
|
18
|
+
// replaces it — npm exchanges a short-lived OIDC token minted for one job in
|
|
19
|
+
// one repository for a publish credential, and attaches SLSA provenance on
|
|
20
|
+
// the way through.
|
|
21
|
+
//
|
|
22
|
+
// DISPATCH, NOT A TAG PUSH. The deploy Makefile in this same repo publishes
|
|
23
|
+
// with a vault-injected token, and a tag-triggered workflow racing it would
|
|
24
|
+
// publish the same version twice from two mechanisms. A dispatch is a
|
|
25
|
+
// deliberate act by someone who can see the result, which is what a release
|
|
26
|
+
// should be.
|
|
27
|
+
//
|
|
28
|
+
// THE WORKFLOW FILE NAME IS PART OF THE TRUST CONFIGURATION. npm binds a
|
|
29
|
+
// trusted publisher to the repository AND the workflow filename, so renaming
|
|
30
|
+
// this file silently breaks publishing until the npm side is updated to
|
|
31
|
+
// match. That is also why one file per target: `publish-ts.yml` can be
|
|
32
|
+
// trusted for the ts package without granting anything to another target's.
|
|
33
|
+
//
|
|
34
|
+
// SET-UP IS A MAINTAINER TASK, so what a human must do once is written to
|
|
35
|
+
// `.sdk/PUBLISHING.md` — beside the generator, not into the target's own
|
|
36
|
+
// docs, which describe the SDK to the people who INSTALL it and have no
|
|
37
|
+
// business being told how this repo releases.
|
|
38
|
+
const PublishWorkflow = cmp(function PublishWorkflow(props: any) {
|
|
39
|
+
const { ctx$ } = props
|
|
40
|
+
const { model } = ctx$
|
|
41
|
+
|
|
42
|
+
const targetMap = getModelPath(model, `main.${KIT}.target`) || {}
|
|
43
|
+
|
|
44
|
+
// npm ONLY. The mechanics here are npm's — `npm publish`, `npm trust`,
|
|
45
|
+
// npm's OIDC exchange — and a PyPI or RubyGems target needs a different
|
|
46
|
+
// workflow rather than this one with a word changed. Emitting nothing for
|
|
47
|
+
// them is the honest answer until those exist.
|
|
48
|
+
const npmTargets: any[] = []
|
|
49
|
+
each(targetMap, (t: any) => {
|
|
50
|
+
if (false === t.active) {
|
|
51
|
+
return
|
|
52
|
+
}
|
|
53
|
+
if ('npm' === (t.publish?.registry?.name || '')) {
|
|
54
|
+
npmTargets.push(t)
|
|
55
|
+
}
|
|
56
|
+
})
|
|
57
|
+
|
|
58
|
+
if (0 === npmTargets.length) {
|
|
59
|
+
return
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
const { repoUrl } = repoInfo(model)
|
|
63
|
+
|
|
64
|
+
Folder({ name: '.github' }, () => {
|
|
65
|
+
Folder({ name: 'workflows' }, () => {
|
|
66
|
+
for (const target of npmTargets) {
|
|
67
|
+
File({ name: `publish-${target.name}.yml` }, () => {
|
|
68
|
+
Content(publishWorkflow(model, target))
|
|
69
|
+
})
|
|
70
|
+
}
|
|
71
|
+
})
|
|
72
|
+
})
|
|
73
|
+
|
|
74
|
+
Folder({ name: '.sdk' }, () => {
|
|
75
|
+
File({ name: 'PUBLISHING.md' }, () => {
|
|
76
|
+
Content(publishingDoc(model, npmTargets, repoUrl))
|
|
77
|
+
})
|
|
78
|
+
})
|
|
79
|
+
|
|
80
|
+
ctx$.log.info({
|
|
81
|
+
point: 'generate-publish-workflow',
|
|
82
|
+
note: 'npm targets: ' + npmTargets.map((t: any) => t.name).join(','),
|
|
83
|
+
})
|
|
84
|
+
})
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
function publishWorkflow(model: any, target: any): string {
|
|
88
|
+
const name = target.name
|
|
89
|
+
const pkg = packageName(model, 'npm')
|
|
90
|
+
|
|
91
|
+
return `# Generated by @voxgig/sdkgen. Do not edit.
|
|
92
|
+
#
|
|
93
|
+
# Publishes ${pkg} (the \`${name}/\` target) to npm, via GitHub OIDC Trusted
|
|
94
|
+
# Publishing — no NPM_TOKEN. npm exchanges a short-lived OIDC token minted
|
|
95
|
+
# for THIS job in THIS repository for a publish credential, and attaches SLSA
|
|
96
|
+
# provenance automatically.
|
|
97
|
+
#
|
|
98
|
+
# SET UP ONCE, by a maintainer with publish rights — see .sdk/PUBLISHING.md:
|
|
99
|
+
#
|
|
100
|
+
# npm trust github ${pkg} \\
|
|
101
|
+
# --repository <owner>/<repo> \\
|
|
102
|
+
# --file publish-${name}.yml \\
|
|
103
|
+
# --allow-publish
|
|
104
|
+
#
|
|
105
|
+
# THE FILENAME IS PART OF THAT CONFIGURATION. Renaming this file breaks
|
|
106
|
+
# publishing until the npm side is updated to match.
|
|
107
|
+
#
|
|
108
|
+
# BY DISPATCH, deliberately. The deploy Makefile publishes with a
|
|
109
|
+
# vault-injected token; a tag-triggered workflow racing it would publish one
|
|
110
|
+
# version by two mechanisms. Releasing is an act someone performs and
|
|
111
|
+
# watches.
|
|
112
|
+
#
|
|
113
|
+
# TWO JOBS, BECAUSE THEY NEED DIFFERENT PRIVILEGES. A dependency lifecycle
|
|
114
|
+
# script can ask the runner for any OIDC token its job is permitted to mint,
|
|
115
|
+
# so a job that both installs dependencies and holds \`id-token: write\` can be
|
|
116
|
+
# made to publish before its own gates finish.
|
|
117
|
+
#
|
|
118
|
+
# verify contents: read, nothing else. Installs, builds and tests.
|
|
119
|
+
# publish id-token: write. Installs no dependencies and runs no project
|
|
120
|
+
# code; it packs what is already in the tree.
|
|
121
|
+
|
|
122
|
+
name: publish-${name}
|
|
123
|
+
|
|
124
|
+
on:
|
|
125
|
+
workflow_dispatch:
|
|
126
|
+
inputs:
|
|
127
|
+
expect_sha:
|
|
128
|
+
description: 'Optional: refuse unless main is still at this commit'
|
|
129
|
+
type: string
|
|
130
|
+
default: ''
|
|
131
|
+
|
|
132
|
+
jobs:
|
|
133
|
+
verify:
|
|
134
|
+
name: verify
|
|
135
|
+
runs-on: ubuntu-latest
|
|
136
|
+
timeout-minutes: 20
|
|
137
|
+
|
|
138
|
+
# Deliberately the default-minimum. This job runs third-party code.
|
|
139
|
+
permissions:
|
|
140
|
+
contents: read
|
|
141
|
+
|
|
142
|
+
outputs:
|
|
143
|
+
version: \${{ steps.version.outputs.version }}
|
|
144
|
+
|
|
145
|
+
steps:
|
|
146
|
+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
|
|
147
|
+
|
|
148
|
+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
|
|
149
|
+
with:
|
|
150
|
+
node-version: 24.x
|
|
151
|
+
|
|
152
|
+
# RELEASES COME FROM main, INCLUDING FROM THE BUTTON. workflow_dispatch
|
|
153
|
+
# accepts any ref, so without this the Actions UI can release a branch.
|
|
154
|
+
- name: This ref is main, and is where the caller thinks it is
|
|
155
|
+
env:
|
|
156
|
+
EXPECT: \${{ inputs.expect_sha }}
|
|
157
|
+
run: |
|
|
158
|
+
set -euo pipefail
|
|
159
|
+
if [ "\${GITHUB_REF_NAME}" != "main" ]; then
|
|
160
|
+
echo "::error::releases come from main, not \${GITHUB_REF_NAME}"
|
|
161
|
+
exit 1
|
|
162
|
+
fi
|
|
163
|
+
if [ -n "\$EXPECT" ] && [ "\$EXPECT" != "\$GITHUB_SHA" ]; then
|
|
164
|
+
echo "::error::main is at \$GITHUB_SHA, not \$EXPECT"
|
|
165
|
+
exit 1
|
|
166
|
+
fi
|
|
167
|
+
|
|
168
|
+
- name: Resolve the version
|
|
169
|
+
id: version
|
|
170
|
+
working-directory: ${name}
|
|
171
|
+
run: |
|
|
172
|
+
set -euo pipefail
|
|
173
|
+
VERSION="\$(node -p "require('./package.json').version")"
|
|
174
|
+
test -n "\$VERSION" || { echo "::error::no version in ${name}/package.json"; exit 1; }
|
|
175
|
+
echo "version=\$VERSION" >> "\$GITHUB_OUTPUT"
|
|
176
|
+
echo "${pkg} \$VERSION"
|
|
177
|
+
|
|
178
|
+
- run: npm install
|
|
179
|
+
working-directory: ${name}
|
|
180
|
+
|
|
181
|
+
- run: npm run build
|
|
182
|
+
working-directory: ${name}
|
|
183
|
+
|
|
184
|
+
- run: npm test
|
|
185
|
+
working-directory: ${name}
|
|
186
|
+
|
|
187
|
+
publish:
|
|
188
|
+
name: npm publish
|
|
189
|
+
needs: verify
|
|
190
|
+
runs-on: ubuntu-latest
|
|
191
|
+
timeout-minutes: 15
|
|
192
|
+
|
|
193
|
+
# The ONLY job holding the publish credential — and it installs no
|
|
194
|
+
# dependencies and runs no project code. See the header.
|
|
195
|
+
permissions:
|
|
196
|
+
id-token: write
|
|
197
|
+
contents: read
|
|
198
|
+
|
|
199
|
+
steps:
|
|
200
|
+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
|
|
201
|
+
|
|
202
|
+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
|
|
203
|
+
with:
|
|
204
|
+
node-version: 24.x
|
|
205
|
+
registry-url: 'https://registry.npmjs.org'
|
|
206
|
+
|
|
207
|
+
# Trusted publishing requires npm >= 11.5.1. This is npm itself, not a
|
|
208
|
+
# project dependency: no package.json here is consulted.
|
|
209
|
+
- name: Use a trusted-publishing capable npm
|
|
210
|
+
run: npm install -g npm@latest
|
|
211
|
+
|
|
212
|
+
# THE REGISTRY IS THE SOURCE OF TRUTH FOR "IS THIS RELEASED", not the
|
|
213
|
+
# dispatch. A re-run would otherwise fail on a version conflict and
|
|
214
|
+
# report a red release that in fact succeeded.
|
|
215
|
+
- name: Is this version already on npm?
|
|
216
|
+
id: registry
|
|
217
|
+
env:
|
|
218
|
+
VERSION: \${{ needs.verify.outputs.version }}
|
|
219
|
+
run: |
|
|
220
|
+
set -euo pipefail
|
|
221
|
+
if npm view "${pkg}@\$VERSION" version >/dev/null 2>&1; then
|
|
222
|
+
echo "published=true" >> "\$GITHUB_OUTPUT"
|
|
223
|
+
echo "\$VERSION is already on npm — skipping publish"
|
|
224
|
+
else
|
|
225
|
+
echo "published=false" >> "\$GITHUB_OUTPUT"
|
|
226
|
+
fi
|
|
227
|
+
|
|
228
|
+
- name: Publish to npm
|
|
229
|
+
if: steps.registry.outputs.published == 'false'
|
|
230
|
+
working-directory: ${name}
|
|
231
|
+
run: npm publish --access public
|
|
232
|
+
`
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
function publishingDoc(model: any, targets: any[], repoUrl: string): string {
|
|
237
|
+
const pkg = packageName(model, 'npm')
|
|
238
|
+
const repo = String(repoUrl || '')
|
|
239
|
+
.replace(/^git\+/, '')
|
|
240
|
+
.replace(/^(https?:\/\/)?(www\.)?github\.com[/:]/, '')
|
|
241
|
+
.replace(/\.git$/, '')
|
|
242
|
+
.replace(/\/+$/, '')
|
|
243
|
+
const owner = '' === repo ? '<owner>/<repo>' : repo
|
|
244
|
+
|
|
245
|
+
const rows = targets.map((t: any) =>
|
|
246
|
+
`| \`${t.name}/\` | ${packageName(model, 'npm')} | ` +
|
|
247
|
+
`\`.github/workflows/publish-${t.name}.yml\` |`).join('\n')
|
|
248
|
+
|
|
249
|
+
return `# Publishing
|
|
250
|
+
|
|
251
|
+
GENERATED by @voxgig/sdkgen — regenerated on every \`npm run generate\`.
|
|
252
|
+
|
|
253
|
+
This file is for MAINTAINERS of this repository. It is in \`.sdk/\` on
|
|
254
|
+
purpose: the target directories document the SDK to the people who install
|
|
255
|
+
it, and how this repo releases is none of their business.
|
|
256
|
+
|
|
257
|
+
| target | package | workflow |
|
|
258
|
+
|---|---|---|
|
|
259
|
+
${rows}
|
|
260
|
+
|
|
261
|
+
## How a release happens
|
|
262
|
+
|
|
263
|
+
Publishing runs from GitHub Actions with **no NPM_TOKEN**. npm exchanges a
|
|
264
|
+
short-lived OIDC token — minted for one job in this repository — for a
|
|
265
|
+
publish credential, and attaches SLSA provenance as it goes.
|
|
266
|
+
|
|
267
|
+
1. Bump the version in the model, then regenerate:
|
|
268
|
+
|
|
269
|
+
main: kit: target: ts: publish: version: '<x.y.z>'
|
|
270
|
+
|
|
271
|
+
2. Commit and push to \`main\`, and let CI go green.
|
|
272
|
+
3. Run the workflow from the Actions tab, or:
|
|
273
|
+
|
|
274
|
+
gh workflow run publish-ts.yml --ref main -f expect_sha=$(git rev-parse HEAD)
|
|
275
|
+
|
|
276
|
+
\`expect_sha\` is optional and worth using: it refuses if \`main\` moved between
|
|
277
|
+
the commit you checked and the run resolving.
|
|
278
|
+
|
|
279
|
+
It is a DISPATCH rather than a tag push because the root \`Makefile\` also
|
|
280
|
+
publishes, with a vault-injected token. A tag-triggered workflow racing it
|
|
281
|
+
would publish one version by two mechanisms.
|
|
282
|
+
|
|
283
|
+
## One-time set-up
|
|
284
|
+
|
|
285
|
+
npm has to be told which repository and which workflow file may publish this
|
|
286
|
+
package. From a machine logged in to npm with publish rights (2FA is
|
|
287
|
+
required):
|
|
288
|
+
|
|
289
|
+
npm trust github ${pkg} \\
|
|
290
|
+
--repository ${owner} \\
|
|
291
|
+
--file publish-ts.yml \\
|
|
292
|
+
--allow-publish
|
|
293
|
+
|
|
294
|
+
Then \`npm trust list ${pkg}\` shows it, and
|
|
295
|
+
\`npm trust revoke ${pkg} --id=<id>\` removes it.
|
|
296
|
+
|
|
297
|
+
**The workflow filename is part of the configuration.** Renaming
|
|
298
|
+
\`publish-ts.yml\` breaks publishing until the npm side is updated to match.
|
|
299
|
+
|
|
300
|
+
**A brand-new package cannot be set up this way.** npm only offers the
|
|
301
|
+
trusted-publisher settings once a version exists, so the FIRST release of a
|
|
302
|
+
package goes out by hand from an authenticated machine:
|
|
303
|
+
|
|
304
|
+
cd ts && npm publish --access public
|
|
305
|
+
|
|
306
|
+
After that, register the publisher and every later release is a dispatch.
|
|
307
|
+
|
|
308
|
+
## Why the workflow has two jobs
|
|
309
|
+
|
|
310
|
+
A dependency lifecycle script can ask the runner for any OIDC token the job
|
|
311
|
+
it runs in is permitted to mint. A job that both installs dependencies and
|
|
312
|
+
holds \`id-token: write\` can therefore be made to publish as this package
|
|
313
|
+
before its own gates finish.
|
|
314
|
+
|
|
315
|
+
So \`verify\` installs, builds and tests under \`contents: read\` and holds no
|
|
316
|
+
credential, and \`publish\` holds \`id-token: write\` while installing nothing
|
|
317
|
+
and running no project code.
|
|
318
|
+
`
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
export {
|
|
323
|
+
PublishWorkflow
|
|
324
|
+
}
|
package/src/sdkgen.ts
CHANGED
|
@@ -38,6 +38,7 @@ import { AgentGuide } from './cmp/AgentGuide'
|
|
|
38
38
|
import { AgentGuideFeature } from './cmp/AgentGuideFeature'
|
|
39
39
|
import { License } from './cmp/License'
|
|
40
40
|
import { Security } from './cmp/Security'
|
|
41
|
+
import { PublishWorkflow } from './cmp/PublishWorkflow'
|
|
41
42
|
import { Changelog } from './cmp/Changelog'
|
|
42
43
|
import { Test } from './cmp/Test'
|
|
43
44
|
import { TestControl, TEST_CONTROL_EXCLUDE } from './cmp/TestControl'
|
|
@@ -1083,6 +1084,7 @@ export {
|
|
|
1083
1084
|
Deploy,
|
|
1084
1085
|
License,
|
|
1085
1086
|
Security,
|
|
1087
|
+
PublishWorkflow,
|
|
1086
1088
|
Changelog,
|
|
1087
1089
|
Entity,
|
|
1088
1090
|
Feature,
|
package/src/utility.ts
CHANGED
|
@@ -416,6 +416,23 @@ function configDefinition(model: any, targetname?: string): { def: any, json: st
|
|
|
416
416
|
each(entity, (e: any) => {
|
|
417
417
|
entityDefs[e.name] = clean({
|
|
418
418
|
fields: e.fields,
|
|
419
|
+
// THE ID DESCRIPTOR REACHES THE RUNTIME, not just the generators.
|
|
420
|
+
//
|
|
421
|
+
// `id.parts` / `id.sep` / `id.from` say how the API addresses one
|
|
422
|
+
// record: which path parameters name it, what joins them into the one
|
|
423
|
+
// id an SDK entity carries, and — the part only a response can
|
|
424
|
+
// answer — WHERE each parameter's value lives in a returned record.
|
|
425
|
+
// github's repo is `{owner}/{repo}`, returned as `owner.login` and
|
|
426
|
+
// `name`.
|
|
427
|
+
//
|
|
428
|
+
// Code that runs, not just code that is written, needs this. The
|
|
429
|
+
// offline test transport resolves a request parameter against a
|
|
430
|
+
// stored record, and a record whose identifying values are nested
|
|
431
|
+
// (or named differently) cannot be matched by parameter name alone —
|
|
432
|
+
// it matched nothing, so every seeded composite record was
|
|
433
|
+
// unfindable. `clean` drops the key for the ordinary entity whose
|
|
434
|
+
// model carries no descriptor, so nothing else moves.
|
|
435
|
+
id: e.id,
|
|
419
436
|
name: e.name,
|
|
420
437
|
op: withPointParts(e.op),
|
|
421
438
|
relations: e.relations,
|