Ulises Cervino
03/20/2023, 11:39 AMpath: fromProviderState('/${entityId}', UUID) However, how does one do something like path: fromProviderState('/${entityId}/extra/stuff/${anotherId}', UUID, UUID) ? (this is not possible in our current version of the pact libs for java/typescript -- wrong signature). For reference https://github.com/pact-foundation/pact-js/blob/master/docs/matching.md#provider-state-injected-values Though those docs show how to do single values (we know and use this already)