chain-client-sdk-dart/lib
flemming-it 597f6bec4f
Some checks failed
Security / Security check (push) Failing after 1s
feat(sdk): HubClient.submit() with JSON inputs and outputs
Wrap the Submit RPC so callers can run a flow inline with typed
inputs and read its outputs. jsonInputs (each value a Dart Map) are
converted to a google.protobuf.Struct via a recursive builder and
sent as Payload.json — the only path that can feed a json-typed
module input (e.g. econ.skm_score, law.benefit_score). The returned
SubmitResponse.outputs carry the flow outputs, which the audit log
does not persist.

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-06-18 21:29:10 +02:00
..
src feat(sdk): HubClient.submit() with JSON inputs and outputs 2026-06-18 21:29:10 +02:00
chain_client_sdk.dart refactor: rename package fai_client_sdk -> chain_client_sdk 2026-06-16 17:39:12 +02:00