Represents the parameters for the "getPublishedContractVersions" function.
type GetPublishedContractVersionsParams = { contractId: AbiParameterToPrimitiveType<{ name: "contractId"; type: "string"; }>; publisher: AbiParameterToPrimitiveType<{ name: "publisher"; type: "address"; }>;};
type contractId = AbiParameterToPrimitiveType<{ name: "contractId"; type: "string";}>;
type publisher = AbiParameterToPrimitiveType<{ name: "publisher"; type: "address";}>;