@voxgig/sdkgen 4.8.3 → 4.9.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/package.json +1 -1
- package/project/.sdk/model/target/zig.aon +9 -0
- package/project/.sdk/src/cmp/zig/Package_zig.ts +15 -11
- package/project/.sdk/src/cmp/zig/fragment/Entity.fragment.zig +3 -3
- package/project/.sdk/src/cmp/zig/fragment/EntityListOp.fragment.zig +3 -3
- package/project/.sdk/src/cmp/zig/fragment/Main.fragment.zig +3 -3
- package/project/.sdk/src/cmp/zig/utility_zig.ts +50 -1
- package/project/.sdk/tm/c/tests/vendor/omni/json.c +2 -2
- package/project/.sdk/tm/c/tests/vendor/omni/omni.h +2 -2
- package/project/.sdk/tm/c/tests/vendor/omni/runner.c +2 -2
- package/project/.sdk/tm/c/tests/vendor/omni/util.c +2 -2
- package/project/.sdk/tm/clojure/test/vendor/omni/voxgig/omni/json.clj +2 -2
- package/project/.sdk/tm/clojure/test/vendor/omni/voxgig/omni/runner.clj +2 -2
- package/project/.sdk/tm/clojure/test/vendor/omni/voxgig/omni/util.clj +2 -2
- package/project/.sdk/tm/cpp/test/vendor/omni/json.hpp +2 -2
- package/project/.sdk/tm/cpp/test/vendor/omni/omni.hpp +2 -2
- package/project/.sdk/tm/cpp/test/vendor/omni/util.hpp +2 -2
- package/project/.sdk/tm/csharp/test/vendor/omni/Runner.cs +2 -2
- package/project/.sdk/tm/csharp/test/vendor/omni/Util.cs +2 -2
- package/project/.sdk/tm/csharp/utility/struct/Struct.cs +1 -1
- package/project/.sdk/tm/dart/test/vendor/omni/omni.dart +2 -2
- package/project/.sdk/tm/dart/test/vendor/omni/runner.dart +2 -2
- package/project/.sdk/tm/dart/test/vendor/omni/util.dart +2 -2
- package/project/.sdk/tm/elixir/test/vendor/omni/json.ex +2 -2
- package/project/.sdk/tm/elixir/test/vendor/omni/runner.ex +2 -2
- package/project/.sdk/tm/elixir/test/vendor/omni/util.ex +2 -2
- 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 +4 -4
- package/project/.sdk/tm/go/feature/secrets/plugins/aws/sigv4.go +2 -2
- package/project/.sdk/tm/go/feature/secrets/plugins/azuresecrets/azuresecrets.go +2 -2
- package/project/.sdk/tm/go/feature/secrets/plugins/boru/boru.go +2 -2
- package/project/.sdk/tm/go/feature/secrets/plugins/doppler/doppler.go +2 -2
- package/project/.sdk/tm/go/feature/secrets/plugins/gcpsecrets/gcpsecrets.go +2 -2
- package/project/.sdk/tm/go/feature/secrets/plugins/hashicorp/hashicorp.go +4 -5
- package/project/.sdk/tm/go/feature/secrets/plugins/httpjson/httpjson.go +3 -3
- package/project/.sdk/tm/go/feature/secrets/plugins/infisical/infisical.go +3 -4
- package/project/.sdk/tm/go/feature/secrets/plugins/onepassword/onepassword.go +2 -2
- package/project/.sdk/tm/go/feature/secrets/plugins/secretspec/secretspec.go +2 -2
- package/project/.sdk/tm/go/feature/secrets/sekreto/addr.go +2 -2
- package/project/.sdk/tm/go/feature/secrets/sekreto/providers.go +5 -2
- package/project/.sdk/tm/go/feature/secrets/sekreto/sekreto.go +31 -2
- package/project/.sdk/tm/go/test/omni/omni.go +8 -3
- package/project/.sdk/tm/go/test/omni/util.go +25 -4
- package/project/.sdk/tm/go/utility/struct/voxgigstruct.go +1 -1
- package/project/.sdk/tm/java/test/vendor/omni/Json.java +2 -2
- package/project/.sdk/tm/java/test/vendor/omni/Runner.java +2 -2
- package/project/.sdk/tm/java/test/vendor/omni/Util.java +2 -2
- package/project/.sdk/tm/java/utility/struct/Struct.java +1 -1
- package/project/.sdk/tm/js/src/utility/StructUtility.js +2 -2
- package/project/.sdk/tm/js/test/vendor/omni/index.js +1 -1
- package/project/.sdk/tm/js/test/vendor/omni/runner.js +18 -3
- package/project/.sdk/tm/js/test/vendor/omni/util.js +25 -8
- package/project/.sdk/tm/kotlin/test/vendor/omni/Json.kt +2 -2
- package/project/.sdk/tm/kotlin/test/vendor/omni/Runner.kt +2 -2
- package/project/.sdk/tm/kotlin/test/vendor/omni/Util.kt +2 -2
- package/project/.sdk/tm/kotlin/utility/struct/Struct.kt +1 -1
- package/project/.sdk/tm/lean/test/vendor/omni/Omni.lean +2 -2
- package/project/.sdk/tm/lua/test/vendor/omni/json.lua +2 -2
- package/project/.sdk/tm/lua/test/vendor/omni/regex.lua +2 -2
- package/project/.sdk/tm/lua/test/vendor/omni/runner.lua +2 -2
- package/project/.sdk/tm/lua/test/vendor/omni/util.lua +2 -2
- 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/test/vendor/omni/omni.ml +2 -2
- 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/test/vendor/omni/Runner.php +2 -2
- package/project/.sdk/tm/php/test/vendor/omni/Util.php +2 -2
- 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 +3 -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 +3 -3
- 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 +3 -4
- 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 +4 -6
- 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 +21 -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 +16 -2
- package/project/.sdk/tm/py/test/voxgig_omni/util.py +27 -12
- package/project/.sdk/tm/rb/test/vendor/omni/runner.rb +2 -2
- package/project/.sdk/tm/rb/test/vendor/omni/util.rb +2 -2
- package/project/.sdk/tm/rb/test/vendor/omni/voxgig_omni.rb +2 -2
- package/project/.sdk/tm/rust/tests/vendor/omni/json.rs +2 -2
- package/project/.sdk/tm/rust/tests/vendor/omni/mod.rs +2 -2
- package/project/.sdk/tm/rust/tests/vendor/omni/regex.rs +2 -2
- package/project/.sdk/tm/rust/tests/vendor/omni/runner.rs +2 -2
- package/project/.sdk/tm/rust/tests/vendor/omni/util.rs +2 -2
- package/project/.sdk/tm/scala/sdktest/vendor/omni/Json.scala +2 -2
- package/project/.sdk/tm/scala/sdktest/vendor/omni/Runner.scala +2 -2
- package/project/.sdk/tm/scala/sdktest/vendor/omni/Util.scala +2 -2
- package/project/.sdk/tm/swift/Tests/vendor/omni/Json.swift +2 -2
- package/project/.sdk/tm/swift/Tests/vendor/omni/Runner.swift +2 -2
- package/project/.sdk/tm/swift/Tests/vendor/omni/Util.swift +2 -2
- 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/utility/StructUtility.ts +2 -2
- 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/Makefile +15 -1
- package/project/.sdk/tm/zig/build.zig +23 -5
- package/project/.sdk/tm/zig/core/helpers.zig +52 -11
- package/project/.sdk/tm/zig/core/mem.zig +17 -1
- package/project/.sdk/tm/zig/core/utility.zig +23 -19
- package/project/.sdk/tm/zig/feature/audit.zig +2 -2
- package/project/.sdk/tm/zig/feature/cache.zig +2 -2
- package/project/.sdk/tm/zig/feature/debug.zig +5 -5
- package/project/.sdk/tm/zig/feature/netsim.zig +2 -2
- package/project/.sdk/tm/zig/feature/paging.zig +2 -2
- package/project/.sdk/tm/zig/feature/proxy.zig +15 -8
- package/project/.sdk/tm/zig/feature/streaming.zig +5 -5
- package/project/.sdk/tm/zig/feature/support.zig +3 -3
- package/project/.sdk/tm/zig/feature/telemetry.zig +5 -5
- package/project/.sdk/tm/zig/feature/test.zig +10 -5
- package/project/.sdk/tm/zig/test/fh.zig +10 -10
- package/project/.sdk/tm/zig/test/gotcha_test.zig +5 -5
- package/project/.sdk/tm/zig/test/omniresolver.zig +515 -0
- package/project/.sdk/tm/zig/test/omnismoke_test.zig +284 -0
- package/project/.sdk/tm/zig/test/pipeline_test.zig +8 -8
- package/project/.sdk/tm/zig/test/primary_utility_test.zig +144 -154
- package/project/.sdk/tm/zig/test/struct_corpus.zig +264 -187
- package/project/.sdk/tm/zig/test/vendor/omni/omni.zig +1314 -0
- package/project/.sdk/tm/zig/test/vendor/omni/regex.zig +446 -0
- package/project/.sdk/tm/zig/utility/voxgigstruct/regex.zig +7 -4
- package/project/.sdk/tm/zig/utility/voxgigstruct/struct.zig +356 -157
- package/project/sdkgen-package.json +1 -1
- package/project/.sdk/tm/zig/test/struct_runner.zig +0 -465
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// VENDORED: @voxgig/sekreto sdk-
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @
|
|
1
|
+
// VENDORED: @voxgig/sekreto sdk-20260907-0029-0 (go/plugins/hashicorp/hashicorp.go)
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 86ba35a646e68a311bdece43cd5689369ca62e9d [tag: sdk-20260907-0029-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
// The hashicorp plugin: HashiCorp Vault, and OpenBao. Needs HTTPS, and
|
|
5
5
|
// the filesystem for a kubernetes service-account JWT. A port of
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
package hashicorp
|
|
8
8
|
|
|
9
9
|
import (
|
|
10
|
-
"encoding/json"
|
|
11
10
|
"net/http"
|
|
12
11
|
"os"
|
|
13
12
|
"strconv"
|
|
@@ -91,12 +90,12 @@ func (provider *Provider) login() (string, error) {
|
|
|
91
90
|
}
|
|
92
91
|
jwt = strings.TrimSpace(string(raw))
|
|
93
92
|
}
|
|
94
|
-
payload, _ =
|
|
93
|
+
payload, _ = sekreto.WriteJSON(struct {
|
|
95
94
|
Role string `json:"role"`
|
|
96
95
|
Jwt string `json:"jwt"`
|
|
97
96
|
}{Role: auth.Role, Jwt: jwt})
|
|
98
97
|
case "approle":
|
|
99
|
-
payload, _ =
|
|
98
|
+
payload, _ = sekreto.WriteJSON(struct {
|
|
100
99
|
RoleID string `json:"role_id"`
|
|
101
100
|
SecretID string `json:"secret_id"`
|
|
102
101
|
}{RoleID: auth.RoleID, SecretID: auth.SecretID})
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// VENDORED: @voxgig/sekreto sdk-
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @
|
|
1
|
+
// VENDORED: @voxgig/sekreto sdk-20260907-0029-0 (go/plugins/httpjson/httpjson.go)
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 86ba35a646e68a311bdece43cd5689369ca62e9d [tag: sdk-20260907-0029-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
// The HTTP half of every plugin that speaks to a store over the wire, in
|
|
5
5
|
// one place and OUTSIDE the core: a chain of built-ins never links this
|
|
@@ -207,7 +207,7 @@ func ToString(value any) string {
|
|
|
207
207
|
case float64:
|
|
208
208
|
return strconv.FormatFloat(typed, 'f', -1, 64)
|
|
209
209
|
default:
|
|
210
|
-
text, err :=
|
|
210
|
+
text, err := sekreto.WriteJSON(typed)
|
|
211
211
|
if nil != err {
|
|
212
212
|
return ""
|
|
213
213
|
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
// VENDORED: @voxgig/sekreto sdk-
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @
|
|
1
|
+
// VENDORED: @voxgig/sekreto sdk-20260907-0029-0 (go/plugins/infisical/infisical.go)
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 86ba35a646e68a311bdece43cd5689369ca62e9d [tag: sdk-20260907-0029-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
// The infisical plugin: Infisical. Needs HTTPS. A port of
|
|
5
5
|
// typescript/plugins/infisical.ts.
|
|
6
6
|
package infisical
|
|
7
7
|
|
|
8
8
|
import (
|
|
9
|
-
"encoding/json"
|
|
10
9
|
"net/http"
|
|
11
10
|
"strconv"
|
|
12
11
|
"strings"
|
|
@@ -48,7 +47,7 @@ func (provider *Provider) login(addr string) (string, error) {
|
|
|
48
47
|
return "", sekreto.Fail("sekreto: infisical: no token and no client credentials")
|
|
49
48
|
}
|
|
50
49
|
|
|
51
|
-
payload, _ :=
|
|
50
|
+
payload, _ := sekreto.WriteJSON(struct {
|
|
52
51
|
ClientID string `json:"clientId"`
|
|
53
52
|
ClientSecret string `json:"clientSecret"`
|
|
54
53
|
}{ClientID: provider.ClientID, ClientSecret: provider.ClientSecret})
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// VENDORED: @voxgig/sekreto sdk-
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @
|
|
1
|
+
// VENDORED: @voxgig/sekreto sdk-20260907-0029-0 (go/plugins/onepassword/onepassword.go)
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 86ba35a646e68a311bdece43cd5689369ca62e9d [tag: sdk-20260907-0029-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
// The onepassword plugin: 1Password, through a Connect server. Needs
|
|
5
5
|
// HTTPS. A port of typescript/plugins/onepassword.ts.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// VENDORED: @voxgig/sekreto sdk-
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @
|
|
1
|
+
// VENDORED: @voxgig/sekreto sdk-20260907-0029-0 (go/plugins/secretspec/secretspec.go)
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 86ba35a646e68a311bdece43cd5689369ca62e9d [tag: sdk-20260907-0029-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
// The secretspec plugin: SecretSpec, through its CLI. Needs a child
|
|
5
5
|
// process. A port of typescript/plugins/secretspec.ts.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// VENDORED: @voxgig/sekreto sdk-
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @
|
|
1
|
+
// VENDORED: @voxgig/sekreto sdk-20260907-0029-0 (go/sekreto/addr.go)
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 86ba35a646e68a311bdece43cd5689369ca62e9d [tag: sdk-20260907-0029-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
// The plaintext-address guard, in the core because it is pure - a
|
|
5
5
|
// handful of string steps, no socket - and because it is on the spec:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// VENDORED: @voxgig/sekreto sdk-
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @
|
|
1
|
+
// VENDORED: @voxgig/sekreto sdk-20260907-0029-0 (go/sekreto/providers.go)
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 86ba35a646e68a311bdece43cd5689369ca62e9d [tag: sdk-20260907-0029-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, how a provider
|
|
5
5
|
// kind becomes a voxgig/plugin definition - and the four BUILT-IN kinds.
|
|
@@ -368,6 +368,9 @@ func ProviderPlugin(kind string, make func(spec *ProviderSpec) (Provider, error)
|
|
|
368
368
|
// the JSON shape OptionsOf produced, and the shape a config document
|
|
369
369
|
// would.
|
|
370
370
|
func SpecOf(options map[string]any) (*ProviderSpec, error) {
|
|
371
|
+
// json.Marshal, not WriteJSON: these bytes are unmarshalled on the next
|
|
372
|
+
// line and never leave the process, so HTML escaping cannot be observed
|
|
373
|
+
// - Unmarshal reads \u003c back as <. WriteJSON is for what is emitted.
|
|
371
374
|
text, err := json.Marshal(options)
|
|
372
375
|
if nil != err {
|
|
373
376
|
return nil, Fail("sekreto: unreadable provider options: " + err.Error())
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// VENDORED: @voxgig/sekreto sdk-
|
|
2
|
-
// Source: https://github.com/voxgig/sekreto @
|
|
1
|
+
// VENDORED: @voxgig/sekreto sdk-20260907-0029-0 (go/sekreto/sekreto.go)
|
|
2
|
+
// Source: https://github.com/voxgig/sekreto @ 86ba35a646e68a311bdece43cd5689369ca62e9d [tag: sdk-20260907-0029-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
|
//
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
package sekreto
|
|
16
16
|
|
|
17
17
|
import (
|
|
18
|
+
"bytes"
|
|
19
|
+
"encoding/json"
|
|
18
20
|
"regexp"
|
|
19
21
|
"sort"
|
|
20
22
|
"strings"
|
|
@@ -39,6 +41,33 @@ func Fail(message string) error {
|
|
|
39
41
|
return &SekretoError{Message: message}
|
|
40
42
|
}
|
|
41
43
|
|
|
44
|
+
// WriteJSON is json.Marshal with Go's HTML escaping turned OFF.
|
|
45
|
+
//
|
|
46
|
+
// encoding/json escapes <, > and & as \u003c, \u003e and \u0026 unless
|
|
47
|
+
// told otherwise. That is a defence for JSON pasted into an HTML page,
|
|
48
|
+
// which this library never does, and it made go the only port whose bytes
|
|
49
|
+
// differed: every other port emits those three characters raw. The
|
|
50
|
+
// writer's output is part of what the ports agree on - the CLI line is
|
|
51
|
+
// compared byte for byte across all of them - so go matches the rest
|
|
52
|
+
// rather than the rest matching go.
|
|
53
|
+
//
|
|
54
|
+
// Encode appends a newline, which a JSON document does not carry, so it
|
|
55
|
+
// is trimmed. Use this for every value that LEAVES the process: a request
|
|
56
|
+
// body, a returned secret, the CLI's line. A marshal whose bytes are
|
|
57
|
+
// unmarshalled again without ever being emitted needs no such care.
|
|
58
|
+
func WriteJSON(value any) ([]byte, error) {
|
|
59
|
+
var buf bytes.Buffer
|
|
60
|
+
|
|
61
|
+
enc := json.NewEncoder(&buf)
|
|
62
|
+
enc.SetEscapeHTML(false)
|
|
63
|
+
|
|
64
|
+
if err := enc.Encode(value); nil != err {
|
|
65
|
+
return nil, err
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
return bytes.TrimRight(buf.Bytes(), "\n"), nil
|
|
69
|
+
}
|
|
70
|
+
|
|
42
71
|
var namepart = regexp.MustCompile(`^[a-z0-9_]+$`)
|
|
43
72
|
|
|
44
73
|
// ValidName reports whether this is a well-formed secret name.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// VENDORED: @voxgig/omni sdk-
|
|
2
|
-
// Source: https://github.com/voxgig/omni @
|
|
1
|
+
// VENDORED: @voxgig/omni sdk-20260907-0029-0 (go/omni.go)
|
|
2
|
+
// Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-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.
|
|
5
5
|
//
|
|
@@ -638,7 +638,12 @@ func handleerror(flags Flags, index int, entry map[string]any, err error, provid
|
|
|
638
638
|
// Match checks that every leaf of `check` is present, and matches, in
|
|
639
639
|
// `base`.
|
|
640
640
|
func Match(flags Flags, index int, entry map[string]any, check any, base any) error {
|
|
641
|
-
|
|
641
|
+
// Read the base DIRECTLY. The clone bought nothing - the walk below
|
|
642
|
+
// only reads, via GetPath - and it blows the stack on a cyclic base. A
|
|
643
|
+
// port driving entries with live objects rather than pure JSON produces
|
|
644
|
+
// those routinely (voxgig/sdkgen's corpus matches a live client context
|
|
645
|
+
// whose root context reaches the client again).
|
|
646
|
+
cbase := base
|
|
642
647
|
var failure error
|
|
643
648
|
|
|
644
649
|
Walk(Clone(check), func(_key any, val any, _parent any, path []any) any {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// VENDORED: @voxgig/omni sdk-
|
|
2
|
-
// Source: https://github.com/voxgig/omni @
|
|
1
|
+
// VENDORED: @voxgig/omni sdk-20260907-0029-0 (go/util.go)
|
|
2
|
+
// Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
// Omni internal JSON utilities.
|
|
5
5
|
//
|
|
@@ -290,7 +290,16 @@ func Quote(val string) string {
|
|
|
290
290
|
|
|
291
291
|
// JsonStr is compact JSON text with map keys sorted, so that messages are
|
|
292
292
|
// identical in every port regardless of local map ordering.
|
|
293
|
+
//
|
|
294
|
+
// GUARDED against cycles: this renders FAILURE MESSAGES, and an entry
|
|
295
|
+
// carrying a live cyclic value recursed until the stack gave out. A cycle
|
|
296
|
+
// renders as "[Circular]". The ancestor set tracks the CURRENT PATH only,
|
|
297
|
+
// removed again on the way out, so a DAG still renders in full.
|
|
293
298
|
func JsonStr(val any) string {
|
|
299
|
+
return jsonstrSeen(val, map[uintptr]bool{})
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
func jsonstrSeen(val any, seen map[uintptr]bool) string {
|
|
294
303
|
if IsAbsent(val) {
|
|
295
304
|
return "undefined"
|
|
296
305
|
}
|
|
@@ -315,14 +324,25 @@ func JsonStr(val any) string {
|
|
|
315
324
|
}
|
|
316
325
|
|
|
317
326
|
if list, is := val.([]any); is {
|
|
327
|
+
ptr := reflect.ValueOf(list).Pointer()
|
|
328
|
+
if seen[ptr] {
|
|
329
|
+
return Quote("[Circular]")
|
|
330
|
+
}
|
|
331
|
+
seen[ptr] = true
|
|
318
332
|
parts := make([]string, len(list))
|
|
319
333
|
for index, entry := range list {
|
|
320
|
-
parts[index] =
|
|
334
|
+
parts[index] = jsonstrSeen(entry, seen)
|
|
321
335
|
}
|
|
336
|
+
delete(seen, ptr)
|
|
322
337
|
return "[" + strings.Join(parts, ",") + "]"
|
|
323
338
|
}
|
|
324
339
|
|
|
325
340
|
if amap, is := val.(map[string]any); is {
|
|
341
|
+
ptr := reflect.ValueOf(amap).Pointer()
|
|
342
|
+
if seen[ptr] {
|
|
343
|
+
return Quote("[Circular]")
|
|
344
|
+
}
|
|
345
|
+
seen[ptr] = true
|
|
326
346
|
keys := make([]string, 0, len(amap))
|
|
327
347
|
for key := range amap {
|
|
328
348
|
keys = append(keys, key)
|
|
@@ -330,8 +350,9 @@ func JsonStr(val any) string {
|
|
|
330
350
|
sort.Strings(keys)
|
|
331
351
|
parts := make([]string, len(keys))
|
|
332
352
|
for index, key := range keys {
|
|
333
|
-
parts[index] = Quote(key) + ":" +
|
|
353
|
+
parts[index] = Quote(key) + ":" + jsonstrSeen(amap[key], seen)
|
|
334
354
|
}
|
|
355
|
+
delete(seen, ptr)
|
|
335
356
|
return "{" + strings.Join(parts, ",") + "}"
|
|
336
357
|
}
|
|
337
358
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/struct 0.1.0 (go/voxgigstruct.go)
|
|
2
|
-
// Source: https://github.com/voxgig/struct @
|
|
2
|
+
// Source: https://github.com/voxgig/struct @ adda9521c828147573df5a8878408a3f2193ddf4 [tag: sdk-20260907-0029-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
/* Copyright (c) 2025 Voxgig Ltd. MIT LICENSE. */
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// VENDORED: @voxgig/omni sdk-
|
|
2
|
-
// Source: https://github.com/voxgig/omni @
|
|
1
|
+
// VENDORED: @voxgig/omni sdk-20260907-0029-0 (java/src/com/voxgig/omni/Json.java)
|
|
2
|
+
// Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
// Minimal JSON parser for omni.
|
|
5
5
|
//
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// VENDORED: @voxgig/omni sdk-
|
|
2
|
-
// Source: https://github.com/voxgig/omni @
|
|
1
|
+
// VENDORED: @voxgig/omni sdk-20260907-0029-0 (java/src/com/voxgig/omni/Runner.java)
|
|
2
|
+
// Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-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.
|
|
5
5
|
//
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// VENDORED: @voxgig/omni sdk-
|
|
2
|
-
// Source: https://github.com/voxgig/omni @
|
|
1
|
+
// VENDORED: @voxgig/omni sdk-20260907-0029-0 (java/src/com/voxgig/omni/Util.java)
|
|
2
|
+
// Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
// Omni internal JSON utilities.
|
|
5
5
|
//
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/struct 0.1.1 (java/src/Struct.java)
|
|
2
|
-
// Source: https://github.com/voxgig/struct @
|
|
2
|
+
// Source: https://github.com/voxgig/struct @ adda9521c828147573df5a8878408a3f2193ddf4 [tag: sdk-20260907-0029-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
package JAVAPACKAGE.utility.struct;
|
|
5
5
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// VENDORED: @voxgig/struct 0.1.4 (javascript/src/struct.js)
|
|
2
|
-
// Source: https://github.com/voxgig/struct @
|
|
2
|
+
// Source: https://github.com/voxgig/struct @ adda9521c828147573df5a8878408a3f2193ddf4 [tag: sdk-20260907-0029-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
|
-
// VERSION: @voxgig/struct-js 0.1.
|
|
5
|
+
// VERSION: @voxgig/struct-js 0.1.5
|
|
6
6
|
/* Voxgig Struct
|
|
7
7
|
* =============
|
|
8
8
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/omni 0.1.4 (javascript/src/index.js)
|
|
2
|
-
// Source: https://github.com/voxgig/omni @
|
|
2
|
+
// Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
// @voxgig/omni-js - shared multi-language test runner.
|
|
5
5
|
//
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/omni 0.1.4 (javascript/src/runner.js)
|
|
2
|
-
// Source: https://github.com/voxgig/omni @
|
|
2
|
+
// Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-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.
|
|
5
5
|
//
|
|
@@ -299,6 +299,14 @@ function errify(err) {
|
|
|
299
299
|
if (err instanceof Error) {
|
|
300
300
|
return { ...err, name: err.name, message: err.message }
|
|
301
301
|
}
|
|
302
|
+
|
|
303
|
+
// An error-SHAPED plain map ({name, message, ...}) spreads the same way
|
|
304
|
+
// an Error does - collapsing it to String(err) yields '[object Object]',
|
|
305
|
+
// which fails both the `err` check and every `match.err.*` leaf.
|
|
306
|
+
if (null != err && 'object' === typeof err) {
|
|
307
|
+
return { name: 'Error', ...err }
|
|
308
|
+
}
|
|
309
|
+
|
|
302
310
|
return { name: 'Error', message: String(err) }
|
|
303
311
|
}
|
|
304
312
|
|
|
@@ -308,7 +316,9 @@ function errbase(err, provider) {
|
|
|
308
316
|
}
|
|
309
317
|
|
|
310
318
|
function errmessage(err) {
|
|
311
|
-
return err instanceof Error ? err.message
|
|
319
|
+
return err instanceof Error ? err.message
|
|
320
|
+
: null != err && 'string' === typeof err.message ? err.message
|
|
321
|
+
: String(err)
|
|
312
322
|
}
|
|
313
323
|
|
|
314
324
|
// The label of one entry, for failure messages.
|
|
@@ -410,7 +420,12 @@ function handleerror(flags, index, entry, err, provider) {
|
|
|
410
420
|
|
|
411
421
|
// Check that every leaf of `check` is present, and matches, in `base`.
|
|
412
422
|
function match(flags, index, entry, check, base) {
|
|
413
|
-
|
|
423
|
+
// Read the base DIRECTLY. The clone bought nothing - the walk below only
|
|
424
|
+
// reads, via getpath - and it blows the stack on a cyclic base. A port
|
|
425
|
+
// that drives entries with live objects rather than pure JSON produces
|
|
426
|
+
// those routinely: voxgig/sdkgen's corpus matches against a live client
|
|
427
|
+
// context whose root context reaches the client again.
|
|
428
|
+
const cbase = base
|
|
414
429
|
|
|
415
430
|
const at = (path) => (0 === path.length ? '<root>' : pathify(path))
|
|
416
431
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/omni 0.1.4 (javascript/src/util.js)
|
|
2
|
-
// Source: https://github.com/voxgig/omni @
|
|
2
|
+
// Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
// Omni internal JSON utilities.
|
|
5
5
|
//
|
|
@@ -147,7 +147,14 @@ function deepequal(a, b) {
|
|
|
147
147
|
|
|
148
148
|
// Compact JSON text with map keys sorted, so that messages are identical
|
|
149
149
|
// in every port regardless of local map ordering.
|
|
150
|
-
|
|
150
|
+
// GUARDED against cycles: this renders FAILURE MESSAGES, and an entry
|
|
151
|
+
// carrying a live cyclic value (voxgig/sdkgen's corpus bookkeeping does)
|
|
152
|
+
// recursed until the stack gave out. A cycle renders as "[Circular]".
|
|
153
|
+
// `seen` tracks the ANCESTORS of the current value, not every value
|
|
154
|
+
// visited: it is removed again on the way out, so the same object
|
|
155
|
+
// appearing twice as siblings - a DAG, not a cycle - still renders in
|
|
156
|
+
// full.
|
|
157
|
+
function jsonstr(val, seen) {
|
|
151
158
|
if (undefined === val) {
|
|
152
159
|
return 'undefined'
|
|
153
160
|
}
|
|
@@ -168,13 +175,23 @@ function jsonstr(val) {
|
|
|
168
175
|
return val ? 'true' : 'false'
|
|
169
176
|
}
|
|
170
177
|
|
|
171
|
-
if (islist(val)) {
|
|
172
|
-
|
|
173
|
-
}
|
|
178
|
+
if (islist(val) || ismap(val)) {
|
|
179
|
+
seen = seen || new Set()
|
|
174
180
|
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
181
|
+
if (seen.has(val)) {
|
|
182
|
+
return '"[Circular]"'
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
seen.add(val)
|
|
186
|
+
|
|
187
|
+
const out = islist(val)
|
|
188
|
+
? '[' + val.map((entry) => jsonstr(entry, seen)).join(',') + ']'
|
|
189
|
+
: '{' + Object.keys(val).sort()
|
|
190
|
+
.map((key) => JSON.stringify(key) + ':' + jsonstr(val[key], seen)).join(',') + '}'
|
|
191
|
+
|
|
192
|
+
seen.delete(val)
|
|
193
|
+
|
|
194
|
+
return out
|
|
178
195
|
}
|
|
179
196
|
|
|
180
197
|
if ('function' === typeof val) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// VENDORED: @voxgig/omni sdk-
|
|
2
|
-
// Source: https://github.com/voxgig/omni @
|
|
1
|
+
// VENDORED: @voxgig/omni sdk-20260907-0029-0 (kotlin/src/Json.kt)
|
|
2
|
+
// Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
// The omni JSON value model, with a small in-tree parser.
|
|
5
5
|
//
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// VENDORED: @voxgig/omni sdk-
|
|
2
|
-
// Source: https://github.com/voxgig/omni @
|
|
1
|
+
// VENDORED: @voxgig/omni sdk-20260907-0029-0 (kotlin/src/Runner.kt)
|
|
2
|
+
// Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-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 (Kotlin port).
|
|
5
5
|
//
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// VENDORED: @voxgig/omni sdk-
|
|
2
|
-
// Source: https://github.com/voxgig/omni @
|
|
1
|
+
// VENDORED: @voxgig/omni sdk-20260907-0029-0 (kotlin/src/Util.kt)
|
|
2
|
+
// Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
// Omni internal JSON utilities.
|
|
5
5
|
//
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// VENDORED: @voxgig/struct 0.1.1 (kotlin/src/main/kotlin/voxgig/struct/Struct.kt)
|
|
2
|
-
// Source: https://github.com/voxgig/struct @
|
|
2
|
+
// Source: https://github.com/voxgig/struct @ adda9521c828147573df5a8878408a3f2193ddf4 [tag: sdk-20260907-0029-0]
|
|
3
3
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
package KOTLINPACKAGE.utility.struct
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
-- VENDORED: @voxgig/omni sdk-
|
|
2
|
-
-- Source: https://github.com/voxgig/omni @
|
|
1
|
+
-- VENDORED: @voxgig/omni sdk-20260907-0029-0 (lean/Omni.lean)
|
|
2
|
+
-- Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
|
|
3
3
|
-- License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
/-
|
|
5
5
|
Omni: the shared multi-language test runner (Lean 4 port).
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
-- VENDORED: @voxgig/omni sdk-
|
|
2
|
-
-- Source: https://github.com/voxgig/omni @
|
|
1
|
+
-- VENDORED: @voxgig/omni sdk-20260907-0029-0 (lua/src/json.lua)
|
|
2
|
+
-- Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
|
|
3
3
|
-- License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
-- The omni JSON value model and parser.
|
|
5
5
|
--
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
-- VENDORED: @voxgig/omni sdk-
|
|
2
|
-
-- Source: https://github.com/voxgig/omni @
|
|
1
|
+
-- VENDORED: @voxgig/omni sdk-20260907-0029-0 (lua/src/regex.lua)
|
|
2
|
+
-- Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-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
|
-
-- VENDORED: @voxgig/omni sdk-
|
|
2
|
-
-- Source: https://github.com/voxgig/omni @
|
|
1
|
+
-- VENDORED: @voxgig/omni sdk-20260907-0029-0 (lua/src/runner.lua)
|
|
2
|
+
-- Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-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 (Lua port).
|
|
5
5
|
--
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
-- VENDORED: @voxgig/omni sdk-
|
|
2
|
-
-- Source: https://github.com/voxgig/omni @
|
|
1
|
+
-- VENDORED: @voxgig/omni sdk-20260907-0029-0 (lua/src/util.lua)
|
|
2
|
+
-- Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
|
|
3
3
|
-- License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
-- Omni internal JSON utilities.
|
|
5
5
|
--
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
-- VENDORED: @voxgig/struct 0.1.1 (lua/src/regex.lua)
|
|
2
|
-
-- Source: https://github.com/voxgig/struct @
|
|
2
|
+
-- Source: https://github.com/voxgig/struct @ adda9521c828147573df5a8878408a3f2193ddf4 [tag: sdk-20260907-0029-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 0.1.1 (lua/src/struct.lua)
|
|
2
|
-
-- Source: https://github.com/voxgig/struct @
|
|
2
|
+
-- Source: https://github.com/voxgig/struct @ adda9521c828147573df5a8878408a3f2193ddf4 [tag: sdk-20260907-0029-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
|
-
(* VENDORED: @voxgig/omni sdk-
|
|
2
|
-
(* Source: https://github.com/voxgig/omni @
|
|
1
|
+
(* VENDORED: @voxgig/omni sdk-20260907-0029-0 (ocaml/src/omni.ml) *)
|
|
2
|
+
(* Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-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 (OCaml port).
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# VENDORED: @voxgig/struct 0.1.1 (perl/lib/Voxgig/Struct.pm)
|
|
2
|
-
# Source: https://github.com/voxgig/struct @
|
|
2
|
+
# Source: https://github.com/voxgig/struct @ adda9521c828147573df5a8878408a3f2193ddf4 [tag: sdk-20260907-0029-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
|
# Perl port of the canonical TypeScript implementation (ts/src/StructUtility.ts).
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# VENDORED: @voxgig/omni 0.1.0 (perl/lib/Voxgig/Omni/Runner.pm)
|
|
2
|
-
# Source: https://github.com/voxgig/omni @
|
|
2
|
+
# Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
|
|
3
3
|
# License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
package Voxgig::Omni::Runner;
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# VENDORED: @voxgig/omni 0.1.0 (perl/lib/Voxgig/Omni/Util.pm)
|
|
2
|
-
# Source: https://github.com/voxgig/omni @
|
|
2
|
+
# Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
|
|
3
3
|
# License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
package Voxgig::Omni::Util;
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# VENDORED: @voxgig/omni 0.1.0 (perl/lib/Voxgig/Omni.pm)
|
|
2
|
-
# Source: https://github.com/voxgig/omni @
|
|
2
|
+
# Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
|
|
3
3
|
# License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
package Voxgig::Omni;
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?php
|
|
2
|
-
// VENDORED: @voxgig/omni sdk-
|
|
3
|
-
// Source: https://github.com/voxgig/omni @
|
|
2
|
+
// VENDORED: @voxgig/omni sdk-20260907-0029-0 (php/src/Runner.php)
|
|
3
|
+
// Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
|
|
4
4
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?php
|
|
2
|
-
// VENDORED: @voxgig/omni sdk-
|
|
3
|
-
// Source: https://github.com/voxgig/omni @
|
|
2
|
+
// VENDORED: @voxgig/omni sdk-20260907-0029-0 (php/src/Util.php)
|
|
3
|
+
// Source: https://github.com/voxgig/omni @ 274708cc2d12b21707d975543953f845f8444be0 [tag: sdk-20260907-0029-0]
|
|
4
4
|
// License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# VENDORED: @voxgig/plugin 0.1.6 (python/voxgig_plugin/__init__.py)
|
|
2
|
-
# Source: https://github.com/voxgig/plugin @
|
|
2
|
+
# Source: https://github.com/voxgig/plugin @ b48ae643eb0eb56c5ebe3198da98cecdf6a7f7fc [tag: sdk-20260907-0029-0]
|
|
3
3
|
# License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
"""The canonical surface `make parity` checks (AGENTS.md section 4).
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# VENDORED: @voxgig/plugin 0.1.6 (python/voxgig_plugin/capability.py)
|
|
2
|
-
# Source: https://github.com/voxgig/plugin @
|
|
2
|
+
# Source: https://github.com/voxgig/plugin @ b48ae643eb0eb56c5ebe3198da98cecdf6a7f7fc [tag: sdk-20260907-0029-0]
|
|
3
3
|
# License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
"""Capabilities (section 11.1).
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# VENDORED: @voxgig/plugin 0.1.6 (python/voxgig_plugin/catalog.py)
|
|
2
|
-
# Source: https://github.com/voxgig/plugin @
|
|
2
|
+
# Source: https://github.com/voxgig/plugin @ b48ae643eb0eb56c5ebe3198da98cecdf6a7f7fc [tag: sdk-20260907-0029-0]
|
|
3
3
|
# License: MIT (c) voxgig - see repository LICENSE. Do not edit: resync from upstream.
|
|
4
4
|
"""The definition catalog (section 10.1).
|
|
5
5
|
|